Solve one or more systems of n linear equations in n variables.
The set of equations is given on the form AX=B, where A
is an n-by-n matrix and X and B are either vectors of
length n (one system of n equations in n variables) or n-by-m
matrices (m systems of n equations in n variables). Given A
and B as input, this function returns X.
Solve one or more systems of n linear equations in n variables.
The set of equations is given on the form AX=B, where A is an n-by-n matrix and X and B are either vectors of length n (one system of n equations in n variables) or n-by-m matrices (m systems of n equations in n variables). Given A and B as input, this function returns X.