linalg(deprecated)
JordanBlock
return a Jordan block matrix
Calling Sequence
Parameters
Description
Examples
JordanBlock(t, n)
t
-
any constant, algebraic number, or rational number
n
integer: the size of the Jordan block matrix
Important: The linalg package has been deprecated. Use the superseding command LinearAlgebra[JordanBlockMatrix], instead.
- For information on migrating linalg code to the new packages, see examples/LinearAlgebraMigration.
The function JordanBlock returns a matrix J of a special form: the Jordan block. The matrix J will be such that Ji,i=t, Ji,i+1=1 for i=1..n−1 and Ji,j=0 otherwise.
The command with(linalg,JordanBlock) allows the use of the abbreviated form of this command.
with⁡linalg:
linalgJordanBlock⁡3,5
3100003100003100003100003
linalgJordanBlock⁡x,7
x1000000x1000000x1000000x1000000x1000000x1000000x
See Also
linalg(deprecated)[companion]
linalg(deprecated)[diag]
LinearAlgebra[JordanBlockMatrix]
Download Help Document