How can you add new rows to a matrix in a program? The function doesn't seem to be available with the row operations in PROG mode and it's not in the manual.
I am making a program to complete the simplex algorithm but it uses a varying number of rows depending on the linear programming problem. I could just make a matrix with a large number of rows to begin with but that's not a good solution.
This is for an fx-9750G+.
Thanks
					
					
					
				
				
				
				Add Or Insert A Matrix Row?
		 Started by 
	mukerjie
, Apr 28 2007 04:49 PM
	
	
	
	
		1 reply to this topic
	
	
			
				
					
						
					
					#1
					
					
				
				
				
					
				
			
				
			
			
			Posted 28 April 2007 - 04:49 PM
			
				
					
						
					
					#2
					
					
				
				
				
					
				
			
				
			
			
			Posted 04 May 2007 - 08:58 AM
					You can append columns with the Augment command
and append rows using a combination of Trn Augment Trn
but there is no simple way to insert rows other than creating a new matrix e.g. {3,4}->Dim Mat A
However you can find a simplex for the 9750 program here:
http://members.lycos...gramsindex.html
					
				
				
				
				and append rows using a combination of Trn Augment Trn
but there is no simple way to insert rows other than creating a new matrix e.g. {3,4}->Dim Mat A
However you can find a simplex for the 9750 program here:
http://members.lycos...gramsindex.html
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


			
			
			
				
			
			