Sophie

Sophie

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

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>row and column operations</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div><a href="_row__Add.html">next</a> | <a href="_round.html">previous</a> | <a href="_row__Add.html">forward</a> | <a href="_round.html">backward</a> | up | <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>
<hr/>
<div><h1>row and column operations</h1>
<div>The usual row and column operations apply to mutable matrices.  These are:<ul><li><span><a href="_row__Add.html" title="add a multiple of one row to another">rowAdd</a> -- add a multiple of one row to another</span></li>
<li><span><a href="_row__Swap.html" title="interchange rows">rowSwap</a> -- interchange rows</span></li>
<li><span><a href="_row__Permute.html" title="permute some rows">rowPermute</a> -- permute some rows</span></li>
<li><span><a href="_row__Mult.html" title="multiply a row by a ring element">rowMult</a> -- multiply a row by a ring element</span></li>
<li><span><a href="_column__Add.html" title="add a multiple of one column to another">columnAdd</a> -- add a multiple of one column to another</span></li>
<li><span><a href="_column__Swap.html" title="interchange columns">columnSwap</a> -- interchange columns</span></li>
<li><span><a href="_column__Permute.html" title="permute some columns">columnPermute</a> -- permute some columns</span></li>
<li><span><a href="_column__Mult.html" title="multiply a column by a ring element">columnMult</a> -- multiply a column by a ring element</span></li>
</ul>
</div>
</div>
</body>
</html>