Table of Contents ▸ List of Commands ▸ Matrix Computation ▸ solve | ◀ poweriteration | svd ▶ |
solve | Built-in command |
Arguments:
- [image],_use_LU={ 0:SVD | 1:LU }
Description:
Solve linear system AX = B for selected B-matrices and specified A-matrix.If the system is under- or over-determined, the least squares solution is returned.
Default values:
use_LU=0.
Example of use:
(0,1,0;1,0,0;0,0,1) (1;2;3) +solve[-1] [-2]