Jump to content

Gauss-Jordan matrix inversion: Difference between revisions

m
m (→‎{{header|Wren}}: Minor tidy)
Line 5,476:
{{libheader|Wren-matrix}}
The above module does in fact use the Gauss-Jordan method for matrix inversion.
<syntaxhighlight lang="ecmascriptwren">import "./matrix" for Matrix
import "./fmt" for Fmt
 
var arrays = [
9,490

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.