matcharpoly
Computes the characteristic polynomial of a square matrix, with an option to specify the variable name.
Instructions
Compute the characteristic polynomial of a matrix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| m | Yes | Square matrix. | |
| v | No | Variable name. | x |