Student[LinearAlgebra]
Pivot
pivot about a Matrix entry
Calling Sequence
Parameters
Description
Examples
Pivot(A, i, j, options)
A
-
Matrix
i, j
integers; position of the pivot entry
options
(optional) parameters; for a complete list, see LinearAlgebra[Pivot]
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.
See Also
LinearAlgebra[Pivot]
Student[LinearAlgebra][AddRow]
Student[LinearAlgebra][LUDecomposition]
Student[LinearAlgebra][MultiplyRow]
Student[LinearAlgebra][SwapRow]
Download Help Document