Artifact 061638130e47ff0936488be8a44f8d24a6174ffd03d36ef5ef265e436fccfe8e:
- Executable file
r37/lisp/csl/html/r37_0583.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: 605) [annotate] [blame] [check-ins using] [more...]
<A NAME=column_dim> <TITLE>column_dim</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>COLUMN_DIM</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> Column dimension, row dimension: <P> <P> <P> <H3> syntax: </H3> <em>column_dim</em>(<matrix>) <P> <P> <P> <matrix> :- a matrix. <P> <P> <em>column_dim</em>finds the column dimension of <matrix>. <P> <P> <em>row_dim</em>finds the row dimension of <matrix>. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> column_dim(A); 3 row_dim(A); 3 </TT></PRE><P>