solve_linear_system: Solves a system with multiple right hand sides
Description
AX=B which can be decomposed as LUX=B and finds X.
When B is the identity matrix the solution is the inverse of A
Usage
solve_linear_system(A1, B)
Arguments
- A1
a matrix
- B
a matrix