
Help Does Anyone Know How To Compute Matrices Rref
#1
Posted 14 October 2004 - 10:41 PM
#2
Posted 14 October 2004 - 10:44 PM
#3
Posted 14 October 2004 - 10:46 PM
#4
Posted 15 October 2004 - 05:31 AM
You will find the program Gauselim in it. This is program will do what you want. i've used it before.
#5
Guest_Guest_*
Posted 20 April 2006 - 11:55 PM
http://charliewatson...fx/appl_cfx.cat
You will find the program Gauselim in it. This is program will do what you want. i've used it before.
that's not very helpful... shouldn't there be something(some button) already on the stupid fracking piece of troll snot? sorry, more than a little frustrated, but how does that help, most of that "program" is not even interable on the machine, isn't there something else that can be done?
sorry for sounding flamish...
#6
Posted 21 April 2006 - 06:40 AM
#7
Posted 21 April 2006 - 10:07 PM
If you augment an square matrix with the same dimnsion identity, you can do RREF on this matrix, the site ocuped with the ident matrix now is the inverse of the square matrix
You need a Gauss-Jordan program because your calc doesn?t have CAS. Toworrow i will upload the program on the AFX math programs section of the file sharing. The program is step by step,or directly.
You can need RREF for: ??
alternatives:
1.-solve a linear system: You can invert (using ^-1 power elevation) the coefficients matrix, then multiply the answer by the solution vector, do it if the system is greater than 6 eqns
2.- invert a matrix: Use ^-1 power elevation on the RUN mode of your calc.
#8
Posted 26 April 2006 - 04:51 PM
They are listed below in text format which you can type in.
(or use Xchange to transfer them via a cable)
If you have one of the GB plus models then the rowreda program is already built-in.
For more details see:
http://www.angelfire...srefrref1.0.htm
ROWREDA Reduces matrix A to echelon form, storing result in matrix R and indicating type of solution.
ROWREDTT As for ROWREDA but also shows steps in reduction.
(Though rarely shows a neat path to the reduction!)
_ -represents the triangle symbol on the Pgrm menu
=> -implicaton symbol (if,then symbol)
-> -assignment arrow
<> -not equal to
% -represents the fraction symbol on the a b/c button
@@ Program "ROWREDA"
ClrText
"Row reduce matrix A"
Dim Mat A
List Ans ->R
List Ans ->C
Mat A->Mat R
1->I
For 1->J To C
For 1->N To R-I
Mat R[I,J]=0=>Swap R,I,I+N
Next
If Mat R[I,J]<>0
Then *Row 1%Mat R[I,J],R,I
For 1->K To R
K<>I=>*Row+ -Mat R[K,J],R,I,K
Next
Isz I
IfEnd
If I=R+1
Then Mat R[R,J]=1=>Break
Dsz I
IfEnd
Next
2->S
For 2->I To R
If Mat R[I,C-1]=0 And Mat R[I,C]<>0:Then 0->S:IfEnd
Next
If Mat R[R,C-1]<>0:Then 1->S:IfEnd
S=0=>"No solution"_
S=1=>"Unique solution"_
S=2=>"Many solutions"_
Mat R
@@ Program "ROWEDIT"
ClrText
"Row reduce matrix A"
"Tutorial version"_
Dim Mat A
List Ans ->R
List Ans ->C
Mat A->Mat R
1->I
For 1->J To C
For 1->N To R-I
If Mat R[I,J]=0
Then ClrText:Locate 1,3,"Swap rows":Locate 11,3,I:Locate 14,3,"and":Locate 18,3,I+N_
Swap R,I,I+N
Mat R_
IfEnd
Next
If Mat R[I,J]<>0
Then ClrText:Locate 1,3,"x row":Locate 7,3,I:Locate 10,3,"by":Locate 13,3,1%Mat R[I,J]_
*Row 1%Mat R[I,J],R,I
Mat R_
For 1->K To R
If K<>I
Then ClrText:Locate 1,3,"row":Locate 4,3,I:Locate 5,3,"x":Locate 6,3,-Mat R[K,J]:Locate 14,3,"+to row":Locate 21,3,K_
*Row+ -Mat R[K,J],R,I,K
Mat R_
IfEnd
Next
Isz I
IfEnd
If I=R+1
Then Mat R[R,J]=1=>Break
Dsz I
IfEnd
Next
2->S
For 2->I To R
If Mat R[I,C-1]=0 And Mat R[I,C]<>0:Then 0->S:IfEnd
Next
If Mat R[R,C-1]<>0:Then 1->S:IfEnd
S=0=>"No solution"_
S=1=>"Unique solution"_
S=2=>"Many solutions"_
Mat R
#9
Guest_Becca_*
Posted 08 May 2008 - 03:19 AM
#10
Guest_Sammy_*
Posted 06 May 2009 - 11:55 AM
#11
Posted 06 May 2009 - 05:45 PM
how do you get "For" and "Next" on the calculator?
For and Next are programming commands that can be accessed from the programming menu. On almost all graphing calculators, this can be attained while editing a program by pressing


For help on their syntax and usage then go here: http://www.casiocalc...amp;#entry31788
Regards
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users