Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7ebd25ac536d248d499a3ce2acda963a > files > 4348

Macaulay2-1.3.1-8.fc15.i686.rpm

<?xml version="1.0" encoding="utf-8" ?>  <!-- for emacs: -*- coding: utf-8 -*- -->
<!-- Apache may like this line in the file .htaccess: AddCharset utf-8 .html -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"	 "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd" >
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head><title>exterior power of a matrix</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div><a href="_format_spand_spdisplay_spof_spmatrices_spin_sp__Macaulay2.html">next</a> | <a href="___Pfaffians.html">previous</a> | <a href="_format_spand_spdisplay_spof_spmatrices_spin_sp__Macaulay2.html">forward</a> | <a href="___Pfaffians.html">backward</a> | <a href="_matrices.html">up</a> | <a href="index.html">top</a> | <a href="master.html">index</a> | <a href="toc.html">toc</a> | <a href="http://www.math.uiuc.edu/Macaulay2/">Macaulay2 web site</a></div>

    </td>
  </tr>
</table>
<div><a href="index.html" title="">Macaulay2Doc</a> > <a href="_matrices.html" title="">matrices</a> > <a href="_exterior_sppower_spof_spa_spmatrix.html" title="">exterior power of a matrix</a></div>
<hr/>
<div><h1>exterior power of a matrix</h1>
<div>Since the <tt>i</tt>-th exterior power is a functor, it applies to matrices as well as to modules.<table class="examples"><tr><td><pre>i1 : R = ZZ[vars(0..19)]

o1 = R

o1 : PolynomialRing</pre>
</td></tr>
<tr><td><pre>i2 : ff = genericMatrix(R,4,5)

o2 = | a e i m q |
     | b f j n r |
     | c g k o s |
     | d h l p t |

             4       5
o2 : Matrix R  &lt;--- R</pre>
</td></tr>
<tr><td><pre>i3 : exteriorPower (2,ff)

o3 = | -be+af -bi+aj -fi+ej -bm+an -fm+en -jm+in -bq+ar -fq+er -jq+ir -nq+mr
     | -ce+ag -ci+ak -gi+ek -cm+ao -gm+eo -km+io -cq+as -gq+es -kq+is -oq+ms
     | -cf+bg -cj+bk -gj+fk -cn+bo -gn+fo -kn+jo -cr+bs -gr+fs -kr+js -or+ns
     | -de+ah -di+al -hi+el -dm+ap -hm+ep -lm+ip -dq+at -hq+et -lq+it -pq+mt
     | -df+bh -dj+bl -hj+fl -dn+bp -hn+fp -ln+jp -dr+bt -hr+ft -lr+jt -pr+nt
     | -dg+ch -dk+cl -hk+gl -do+cp -ho+gp -lo+kp -ds+ct -hs+gt -ls+kt -ps+ot
     ------------------------------------------------------------------------
     |
     |
     |
     |
     |
     |

             6       10
o3 : Matrix R  &lt;--- R</pre>
</td></tr>
</table>
Note that each entry of in the above matrix is a <tt>2</tt> by <tt>2</tt> minor (the determinant of a <tt>2</tt> by <tt>2</tt> submatrix) of the matrix <tt>ff</tt>.</div>
<div class="single"><h2>See also</h2>
<ul><li><span><a href="_exterior_sppower_spof_spa_spmodule.html" title="">exterior power of a module</a></span></li>
</ul>
</div>
</div>
</body>
</html>