Student[LinearAlgebra][Pivot] - pivot about a Matrix entry
|
Calling Sequence
|
|
Pivot(A, i, j, options)
|
|
Parameters
|
|
A
|
-
|
Matrix
|
i, j
|
-
|
integers; position of the pivot entry
|
options
|
-
|
(optional) parameters; for a complete list, see LinearAlgebra[Pivot]
|
|
|
|
|
Description
|
|
•
|
The Pivot(A, i, j) command pivots A about the nonzero entry . Multiples of the ith row are added to every other row in A, with the result that all entries in the jth column of A are zero except for the th element.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?