linalg(deprecated)/charpoly - 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)/charpoly

linalg(deprecated)

  

charpoly

  

compute the characteristic polynomial of a matrix

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

charpoly(A, lambda)

Parameters

A

-

square matrix

lambda

-

name or algebraic expression

Description

• 

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

  

- For information on migrating linalg code to the new packages, see examples/LinearAlgebraMigration.

• 

The function charpoly computes the characteristic polynomial of the matrix A=detIλA, where I is the identity matrix and n is the dimension of A.

• 

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

Examples

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

withlinalg:

Amatrix3,3,1,2,3,1,2,3,1,5,6

A123123156

(1)

charpolyA,x

x39x2

(2)

See Also

linalg(deprecated)[charmat]

linalg(deprecated)[eigenvals]

linalg(deprecated)[minpoly]

LinearAlgebra