Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

matrixdist (version 1.0)

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