CHAR_POLY _ _ _ _ _ _ _ _ _ _ _ _ operator
<matrix> :- a square matrix.
<lambda> :- a symbol or algebraic expression.
char_polyfinds the characteristic polynomial of <matrix>. This is the determinant of <lambda> * Id - A. Id is the identity matrix.
char_poly(A,x); 3 2 x -15*x -18*x
Related functions: char_matrix.