Table of Contents ▸ List of Commands ▸ Matrix Computation ▸ invert | ◀ fitsamples | meigen ▶ |
invert | Built-in command |
Arguments:
- _use_LU={ 0:SVD | 1:LU },_lambda>=0
Description:
Inverse selected matrices (or compute Moore-Penrose pseudoinverse for non-square matrices).SVD solver is slower but more precise than LU.
lambda is used only in the Moore-Penrose pseudoinverse, by estimating A^t.(A^t.A + lambda.Id)^-1.
Default values:
use_LU=0 and lambda=0.
Example of use:
(0,1,0;0,0,1;1,0,0) +invert