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

Online Help

All Products    Maple    MapleSim


Student[LinearAlgebra]

  

JordanBlockMatrix

  

construct a Matrix of Jordan blocks

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

JordanBlockMatrix(K, options)

Parameters

K

-

list of ordered pairs of the form [eigenvalue, dimension]

options

-

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

Description

• 

The JordanBlockMatrix(K) command, where K is a list of ordered pairs [a, b], constructs a Matrix whose diagonal blocks are b-dimensional Jordan blocks defined by a.

Examples

withStudentLinearAlgebra:

JordanBlockMatrixx,3,5,1,y,2

x100000x100000x0000005000000y100000y

(1)

JordanBlockMatrix2,2,3,2

2100020000310003

(2)

See Also

LinearAlgebra[JordanBlockMatrix]

Student[LinearAlgebra]

Student[LinearAlgebra][CharacteristicPolynomial]

Student[LinearAlgebra][CompanionMatrix]

Student[LinearAlgebra][JordanForm]

Student[LinearAlgebra][MinimalPolynomial]