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

Online Help

Student[NumericalAnalysis]

  

ForwardSubstitution

  

solve A.x = b where A is a lower-triangular matrix

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

ForwardSubstitution(A, b)

ForwardSubstitution(A)

Parameters

A

-

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

b

-

(optional) Vector; a vector of length

Description

• 

The ForwardSubstitution command returns a solution to the equation A.x=b, where A is a lower-triangular matrix, using the forward substitution algorithm.

Examples

(1)

(2)

(3)

(4)

(5)

See Also

Student[NumericalAnalysis]

Student[NumericalAnalysis][BackSubstitution]

Student[NumericalAnalysis][ComputationOverview]

Student[NumericalAnalysis][IterativeApproximate]

Student[NumericalAnalysis][IterativeFormula]

Student[NumericalAnalysis][LinearSolve]

Student[NumericalAnalysis][MatrixDecomposition]

 


Download Help Document