Student[NumericalAnalysis]
ForwardSubstitution
solve A.x = b where A is a lower-triangular matrix
Calling Sequence
Parameters
Description
Examples
ForwardSubstitution(A, b)
ForwardSubstitution(A)
A
-
Matrix; a lower-triangular matrix or an augmented (A|b) matrix (A|b) where
b
(optional) Vector; a vector of length
The ForwardSubstitution command returns a solution to the equation A.x=b, where A is a lower-triangular matrix, using the forward substitution algorithm.
See Also
Student[NumericalAnalysis][BackSubstitution]
Student[NumericalAnalysis][ComputationOverview]
Student[NumericalAnalysis][IterativeApproximate]
Student[NumericalAnalysis][IterativeFormula]
Student[NumericalAnalysis][LinearSolve]
Student[NumericalAnalysis][MatrixDecomposition]
Download Help Document