Reduced row echelon form: Difference between revisions

m
m (move critique to talk page)
m (→‎{{header|Wren}}: Minor tidy)
Line 5,324:
{{libheader|Wren-matrix}}
The above module has a method for this built in as it's needed to implement matrix inversion using the Gauss-Jordan method. However, as in the example here, it's not just restricted to square matrices.
<syntaxhighlight lang="ecmascriptwren">import "./matrix" for Matrix
import "./fmt" for Fmt
 
var m = Matrix.new([
9,490

edits