Student[LinearAlgebra]
JordanBlockMatrix
construct a Matrix of Jordan blocks
Calling Sequence
Parameters
Description
Examples
JordanBlockMatrix(K, options)
K
-
list of ordered pairs of the form [eigenvalue, dimension]
options
(optional) parameters; for a complete list, see LinearAlgebra[JordanBlockMatrix]
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.
with⁡StudentLinearAlgebra:
JordanBlockMatrix⁡x,3,5,1,y,2
x100000x100000x0000005000000y100000y
JordanBlockMatrix⁡2,2,3,2
2100020000310003
See Also
LinearAlgebra[JordanBlockMatrix]
Student[LinearAlgebra][CharacteristicPolynomial]
Student[LinearAlgebra][CompanionMatrix]
Student[LinearAlgebra][JordanForm]
Student[LinearAlgebra][MinimalPolynomial]
Download Help Document