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