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

Online Help

Student[LinearAlgebra]

  

Diagonal

  

return the diagonal of a Matrix

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Diagonal(A, options)

Parameters

A

-

Matrix

options

-

(optional) parameters; for a complete list, see LinearAlgebra[Diagonal]

Description

• 

The Diagonal(A) command returns the main diagonal of the Matrix A as a (column) Vector.

Examples

(1)

(2)

See Also

LinearAlgebra[Diagonal]

Student[LinearAlgebra]

Student[LinearAlgebra][DiagonalMatrix]

 


Download Help Document