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

Online Help

Student[LinearAlgebra]

  

LinearSolve

  

solve the linear equations A . x = b

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

LinearSolve(A, b, options)

Parameters

A

-

Matrix or list

b

-

(optional) column Vector

options

-

(optional) parameters; for a complete list, see LinearAlgebra[LinearSolve]

Description

• 

The LinearSolve command returns the Vector x that satisfies the linear system .

  

If b is omitted, then the linear system is interpreted from the first argument, which is taken to be the augmented Matrix in which the last column provides the right-hand side data.

Examples

(1)

(2)

(3)

(4)

See Also

LinearAlgebra[LinearSolve]

Student[LinearAlgebra]

Student[LinearAlgebra][BackwardSubstitute]

Student[LinearAlgebra][GenerateMatrix]

Student[LinearAlgebra][LeastSquares]

Student[LinearAlgebra][LinearSolveTutor]

Student[LinearAlgebra][LinearSystemPlot]

Student[LinearAlgebra][LUDecomposition]

 


Download Help Document