File r37/lisp/csl/html/r37_0620.html artifact 3afae960eb part of check-in a57e59ec0d



<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>(&lt;matrix&gt;) 
<P>
<P>
<P>
&lt;matrix&gt; :- 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>


REDUCE Historical
REDUCE Sourceforge Project | Historical SVN Repository | GitHub Mirror | SourceHut Mirror | NotABug Mirror | Chisel Mirror | Chisel RSS ]