Artifact 3991aa8bba8414fa71da8b9a1688f19af77a64881bf68c61a78be00706f13fd9:
- Executable file
r37/lisp/csl/html/r37_0579.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: 836) [annotate] [blame] [check-ins using] [more...]
<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>