<A NAME=char_matrix>
<TITLE>char_matrix</TITLE></A>
<b><a href=r37_idx.html>INDEX</a></b><p><p>
<B>CHAR_MATRIX</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P>
<P>
<P>
<P>
<P> <H3>
syntax: </H3>
<em>char_matrix</em>(<matrix>,<lambda>)
<P>
<P>
<P>
<matrix> :- a square matrix.
<lambda> :- a symbol or algebraic expression.
<P>
<P>
<char\_matrix> creates the characteristic matrix C of
<matrix>.
<P>
<P>
This is C = <lambda> * Id - A.
Id is the identity matrix.
<P>
<P>
<P> <H3>
examples: </H3>
<P><PRE><TT>
char_matrix(A,x);
[x - 1 -2 -3 ]
[ ]
[ -4 x - 5 -6 ]
[ ]
[ -7 -8 x - 9]
</TT></PRE><P>Related functions:
<A HREF=r37_0580.html>char_poly</A>.
<P>
<P>