LinearSolve
solves the linear equation system
matrix . x = right
and returns one corresponding solutionx
.
See
Examples
Test the solution:
If there are several solutions, one arbitrary solution is returned:
Infeasible systems are reported:
Argument {1, {2}} at position 1 is not a non-empty rectangular matrix.
Implementation status
- ✅ - full supported