Artifact 3afae960ebb0da42c14981d0233cf7cbfc8fc93b37de05da7df5456c39fd2900:
- Executable file
r37/lisp/csl/html/r37_0620.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: 684) [annotate] [blame] [check-ins using] [more...]
<A NAME=symmetricp> <TITLE>symmetricp</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>SYMMETRICP</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> <P> <H3> syntax: </H3> <em>symmetricp</em>(<matrix>) <P> <P> <P> <matrix> :- a <A HREF=r37_0345.html>matrix</A>. <P> <P> <em>symmetricp</em>is a predicate that returns t if the matrix is symmetric and nil otherwise. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> symmetricp(make_identity(11)); t symmetricp(A); nil </TT></PRE><P>Related functions: <A HREF=r37_0600.html>matrixp</A>, <A HREF=r37_0613.html>squarep</A>. <P> <P>