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

Online Help

Student[NumericalAnalysis]

  

BackSubstitution

  

solve A.x = b where A is an upper-triangular matrix

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

BackSubstitution(A, b)

BackSubstitution(A)

Parameters

A

-

Matrix; an upper-triangular  matrix or an augmented (A|b)  matrix where

b

-

(optional) Vector; a vector of length

Description

• 

The BackSubstitution command returns a solution to the equation A.x=b, where A is an upper-triangular matrix, using the back substitution algorithm.

Examples

(1)

(2)

(3)

(4)

(5)

See Also

Student[LinearAlgebra][BackwardSubstitute]

Student[NumericalAnalysis]

Student[NumericalAnalysis][ComputationOverview]

Student[NumericalAnalysis][ForwardSubstitution]

Student[NumericalAnalysis][IterativeApproximate]

Student[NumericalAnalysis][IterativeFormula]

Student[NumericalAnalysis][LinearSolve]

Student[NumericalAnalysis][MatrixDecomposition]

 


Download Help Document