linalg(deprecated)/JordanBlock - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : linalg(deprecated)/JordanBlock

linalg(deprecated)

  

JordanBlock

  

return a Jordan block matrix

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

JordanBlock(t, n)

Parameters

t

-

any constant, algebraic number, or rational number

n

-

integer: the size of the Jordan block matrix

Description

• 

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..n1 and Ji,j=0 otherwise.

• 

The command with(linalg,JordanBlock) allows the use of the abbreviated form of this command.

Examples

Important: The linalg package has been deprecated. Use the superseding command LinearAlgebra[JordanBlockMatrix], instead.

withlinalg:

linalgJordanBlock3,5

3100003100003100003100003

(1)

linalgJordanBlockx,7

x1000000x1000000x1000000x1000000x1000000x1000000x

(2)

See Also

linalg(deprecated)[companion]

linalg(deprecated)[diag]

LinearAlgebra[JordanBlockMatrix]