Error, (in LinearAlgebra:-LinearSolve) inconsistent system
Description
Examples
This error occurs when Maple does not find a mathematical solution to a matrix equation representing a system of linear equations.
Sometimes, there is no solution to a given problem, which is a legitimate result. In this case, there is nothing to fix; this is Maple's response that there is no solution available.
In this example, Mat has all zero entries while Vec does not. The system Mat . X = Vec has no solution.
withLinearAlgebra:
eqs≔seqeqn∥i,i=1..16:
Mat,Vec≔GenerateMatrixeqs,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p;
LinearSolveMat,Vec;
See Also
LinearAlgebra[LinearSolve]
Download Help Document