Student[LinearAlgebra][GenerateEquations] - generate equations from the coefficient Matrix
|
Calling Sequence
|
|
GenerateEquations(A, v, B)
|
|
Parameters
|
|
A
|
-
|
Matrix
|
v
|
-
|
list; specifies the n unknowns
|
B
|
-
|
(optional) Vector
|
|
|
|
|
Description
|
|
•
|
The GenerateEquations(A, v) command, generates a list of linear equations from the coefficient Matrix A, using the variable names given in v.
|
|
If the optional right-hand side Vector B is omitted in the calling sequence, and v specifies exactly n unknowns, then the right-hand sides of the m linear equations are set to zero. The list of equations is then equivalent to .
|
|
If the optional right-hand side Vector B is omitted in the calling sequence, and v specifies exactly unknowns, then the right-hand sides of the m linear equations are taken from the last column of the Matrix A. That is, the Matrix A is treated as an augmented matrix. The list of equations is then equivalent to .
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?