Student[LinearAlgebra][LinearSolve] - solve the linear equations A . x = b
|
Calling Sequence
|
|
LinearSolve(A, b, options)
|
|
Parameters
|
|
A
|
-
|
Matrix or list
|
b
|
-
|
(optional) column Vector
|
options
|
-
|
(optional) parameters; for a complete list, see LinearAlgebra[LinearSolve]
|
|
|
|
|
Description
|
|
•
|
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.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
>
|
|
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?