LinearSolve

WMA link


LinearSolve[matrix, right]

solves the linear equation system matrix . x = right
and returns one corresponding solution x.

Test the solution:

If there are several solutions, one arbitrary solution is returned:

Infeasible systems are reported:

LinearModelFit
MatrixExp