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