Error, (in LinearAlgebra:-LinearSolve) inconsistent system - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Error, (in LinearAlgebra:-LinearSolve) inconsistent system

Error, (in LinearAlgebra:-LinearSolve) inconsistent system

 

Description

Examples

See Also

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;

Mat,Vec:= 16 x 16 MatrixData Type: anythingStorage: rectangularOrder: Fortran_order, 1 .. 16 VectorcolumnData Type: anythingStorage: rectangularOrder: Fortran_order

(2.1)

LinearSolveMat,Vec;

Error, (in LinearAlgebra:-LinearSolve) inconsistent system

See Also

LinearAlgebra[LinearSolve]