Artifact 53564b65ae732e83f8eb9dd9ee5064297d5962383b8c4872bb10e7b309985f3c:
- Executable file
r37/lisp/csl/html/r37_0580.html
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 740) [annotate] [blame] [check-ins using] [more...]
<A NAME=char_poly> <TITLE>char_poly</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>CHAR_POLY</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> <P> <H3> syntax: </H3> <em>char_poly</em>(<matrix>,<lambda>) <P> <P> <P> <matrix> :- a square matrix. <P> <P> <lambda> :- a symbol or algebraic expression. <P> <P> <em>char_poly</em>finds the characteristic polynomial of <matrix>. This is the determinant of <lambda> * Id - A. Id is the identity matrix. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> char_poly(A,x); 3 2 x -15*x -18*x </TT></PRE><P>Related functions: <A HREF=r37_0579.html>char_matrix</A>. <P> <P>