Pivot - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Student[LinearAlgebra]

  

Pivot

  

pivot about a Matrix entry

 

Calling Sequence

Parameters

Description

Examples

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)

See Also

LinearAlgebra[Pivot]

Student[LinearAlgebra]

Student[LinearAlgebra][AddRow]

Student[LinearAlgebra][LUDecomposition]

Student[LinearAlgebra][MultiplyRow]

Student[LinearAlgebra][SwapRow]

 


Download Help Document