Invert the matrix using Gaussian elimination
invmatrix(m)
m | a matrix |
---|
the inverted matrix
invmatrix
invertse the given matrix using Gaussian elimination
and returns the result.
Other linear:
choleskymatrix()
,
detmatrix()
,
gdls()
,
iterativematrix
,
lumatrix()
,
refmatrix()
,
rowops
,
tridiagmatrix()
,
vecnorm()