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

Online Help

Student[LinearAlgebra]

  

CharacteristicMatrix

  

construct a characteristic Matrix

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

CharacteristicMatrix(A, t, options)

Parameters

A

-

square Matrix

t

-

name; variable

options

-

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

Description

• 

The CharacteristicMatrix(A, t) command constructs the characteristic Matrix , where Id is the appropriately sized identity Matrix. The determinant of M, found by using , is the characteristic polynomial of A.

Examples

(1)

(2)

(3)

(4)

See Also

LinearAlgebra[CharacteristicMatrix]

Student[LinearAlgebra]

Student[LinearAlgebra][CharacteristicPolynomial]

Student[LinearAlgebra][CompanionMatrix]

Student[LinearAlgebra][Determinant]

Student[LinearAlgebra][Eigenvalues]

 


Download Help Document