File r37/lisp/csl/html/r37_0583.html artifact 061638130e part of check-in a57e59ec0d



<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>(&lt;matrix&gt;) 
<P>
<P>
<P>
&lt;matrix&gt; :- a matrix. 
<P>
<P>
<em>column_dim</em>finds the column dimension of &lt;matrix&gt;. 
<P>
<P>
<em>row_dim</em>finds the row dimension of &lt;matrix&gt;. 
<P>
<P>
 <P> <H3> 
examples: </H3>
<P><PRE><TT>

column_dim(A); 

  3 


row_dim(A); 

  3 

</TT></PRE><P>

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