CharacteristicMatrix - 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]

  

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 M=tId+A, where Id is the appropriately sized identity Matrix. The determinant of M, found by using DeterminantM, is the characteristic polynomial of A.

Examples

withStudentLinearAlgebra:

A1,2,3|1,2,3|1,5,6

A111225336

(1)

CCharacteristicMatrixA,t

Ct1−1−1−2t2−5−3−3t6

(2)

DeterminantC

t39t2

(3)

CharacteristicPolynomialA,t

t39t2

(4)

See Also

LinearAlgebra[CharacteristicMatrix]

Student[LinearAlgebra]

Student[LinearAlgebra][CharacteristicPolynomial]

Student[LinearAlgebra][CompanionMatrix]

Student[LinearAlgebra][Determinant]

Student[LinearAlgebra][Eigenvalues]