Student[LinearAlgebra]
LinearSolve
solve the linear equations A . x = b
Calling Sequence
Parameters
Description
Examples
LinearSolve(A, b, options)
A
-
Matrix or list
b
(optional) column Vector
options
(optional) parameters; for a complete list, see LinearAlgebra[LinearSolve]
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.
See Also
LinearAlgebra[LinearSolve]
Student[LinearAlgebra][BackwardSubstitute]
Student[LinearAlgebra][GenerateMatrix]
Student[LinearAlgebra][LeastSquares]
Student[LinearAlgebra][LinearSolveTutor]
Student[LinearAlgebra][LinearSystemPlot]
Student[LinearAlgebra][LUDecomposition]
Download Help Document