File r37/lisp/csl/html/r37_0602.html artifact 17fad065c2 part of check-in a57e59ec0d



<A NAME=minor>

<TITLE>minor</TITLE></A>
<b><a href=r37_idx.html>INDEX</a></b><p><p>



<B>MINOR</B> _ _ _  _ _ _  _ _ _  _ _ _ <B>operator</B><P>
<P>
 
<P>
<P>
 <P> <H3> 
syntax: </H3>
<em>minor</em>(&lt;matrix&gt;,&lt;r&gt;,&lt;c&gt;) 
<P>
<P>
<P>
&lt;matrix&gt; :- a 
<A HREF=r37_0345.html>matrix</A>. 
&lt;r&gt;,&lt;c&gt; :- positive integers. 
<P>
<P>
<em>minor</em>computes the (&lt;r&gt;,&lt;c&gt;)'th minor of &lt;matrix&gt;. 
This is created by removing the &lt;r&gt;'th row and the &lt;c&gt;'th 
column from &lt;matrix&gt;. 
<P>
<P>
 <P> <H3> 
examples: </H3>
<P><PRE><TT>

minor(A,1,3); 

  [4  5]
  [    ]
  [7  8]

</TT></PRE><P>Related functions: 

<A HREF=r37_0608.html>remove_columns</A>, 
<A HREF=r37_0609.html>remove_rows</A>. 
<P>
<P>


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