Reduced row echelon form: Difference between revisions

Content deleted Content added
added Ursala
Line 710: Line 710:
0.0000 1.0000 0.0000 1.0000
0.0000 1.0000 0.0000 1.0000
0.0000 0.0000 1.0000 -2.0000</pre>
0.0000 0.0000 1.0000 -2.0000</pre>
An alternative and more efficient solution is to use the
It should be noted that in practice, this
msolve library function as shown, which interfaces with the lapack library if
task could be accomplished more easily and efficiently by
available. This solution is applicable only if the input is a non-singular
invoking the msolve library function, which interfaces with the lapack library if
augmented square matrix.
available.
<lang Ursala>
#import lin

rref = @ySzSX msolve; ^plrNCTS\~& ~&iiDlSzyCK9+ :/1.+ 0.!*t</lang>