linalg[charpoly] - compute the characteristic polynomial of a matrix
|
Calling Sequence
|
|
charpoly(A, lambda)
|
|
Parameters
|
|
A
|
-
|
square matrix
|
lambda
|
-
|
name or algebraic expression
|
|
|
|
|
Description
|
|
•
|
The function charpoly computes the characteristic polynomial of the matrix , 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.
|
|
|
Download Help Document
Was this information helpful?