linalg[minpoly] - compute the minimum polynomial of a matrix
|
Calling Sequence
|
|
minpoly(A, x)
|
|
Parameters
|
|
A
|
-
|
square matrix
|
x
|
-
|
name
|
|
|
|
|
Description
|
|
•
|
The procedure minpoly(A, x) computes the minimum polynomial of the matrix A in x. The minimum polynomial is the polynomial of lowest degree which annihilates A.
|
•
|
The minimum polynomial will always divide the characteristic polynomial.
|
•
|
The command with(linalg,minpoly) allows the use of the abbreviated form of this command.
|
|
|
Download Help Document
Was this information helpful?