Reduced row echelon form: Difference between revisions

m
→‎Row operations, procedural code: oops, add output here too
m (→‎Row operations, object-oriented code: house-keeping wrap-up: tidy code, add output)
m (→‎Row operations, procedural code: oops, add output here too)
Line 3,611:
 
say @$_».fmt(' %4g') for @M;</lang>
{{out}}
<pre>[ 1 0 0 -8]
[ 0 1 0 1]
[ 0 0 1 -2]</pre>
 
=== Row operations, object-oriented code ===
2,392

edits