Reduced row echelon form: Difference between revisions

→‎{{header|Wren}}: Added a sentance
(Added Wren)
(→‎{{header|Wren}}: Added a sentance)
Line 4,017:
{{libheader|Wren-fmt}}
{{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.
<lang ecmascript>import "/matrix" for Matrix
import "/fmt" for Fmt
9,488

edits