inconsistent system - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : System : Error Message Guide : inconsistent system

Error, (in LinearAlgebra:-LinearSolve) inconsistent system

 

Description

Examples

Description

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.

Examples

In this example, Mat has all zero entries while Vec does not. The system Mat . X = Vec has no solution.

withLinearAlgebra:

eqsseqeqni,i=1..16:

Mat,VecGenerateMatrixeqs,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p;

LinearSolveMat,Vec;

Error, (in LinearAlgebra:-LinearSolve) inconsistent system

See Also

LinearAlgebra[LinearSolve]