Sophie

Sophie

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

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>checking your Macaulay2 installation -- and bookmarking the Macaulay2 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div><a href="_finding_spthe_sp__Macaulay2_spfiles.html">next</a> | <a href="_getting_spstarted.html">previous</a> | <a href="_finding_spthe_sp__Macaulay2_spfiles.html">forward</a> | backward | <a href="_getting_spstarted.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="_getting_spstarted.html" title="">getting started</a> > <a href="_checking_spyour_sp__Macaulay2_spinstallation.html" title="and bookmarking the Macaulay2 documentation">checking your Macaulay2 installation</a></div>
<hr/>
<div><h1>checking your Macaulay2 installation -- and bookmarking the Macaulay2 documentation</h1>
<div><p>At a command prompt in a terminal window, type <tt>M2</tt>.  If Macaulay2 has been installed correctly on your machine, you should see a prompt such as this:</p>
<pre>    indigo% M2
    Macaulay2, version 1.0
    with packages: Classic, Elimination, LLLBases, PrimaryDecomposition,
                   SchurRings, TangentCone

    i1 : </pre>
<p>If this is the first time that you are running Macaulay2, then Macaulay2 creates a directory called <tt>.Macaulay2</tt> in your home directory (on unix machines), or called <tt>Library/Application Support/Macaulay2</tt> under MacOS X.  Inside this directory are several files of interest, including an <tt>index.html</tt> file that contains links to your local copy of the Macaulay2 documentation.</p>
<p>The <a href="_view__Help.html" title="view online doc with a web browser">viewHelp</a> command in Macaulay2 starts up your web browser (if it is not already running) and places you at this <tt>index.html</tt> page.  </p>
<pre>    viewHelp</pre>
<p>This web page includes links to the main Macaulay2 documentation, as well as documentation for any installed packages.   This is a good time to bookmark the page in your browser.</p>
<p>At this point you should try something simple in Macaulay2, such as</p>
<pre>    printWidth = 60
    R = QQ[a..d]
    (a+b+c+d)^4</pre>
<p> To exit Macaulay2, type one of: <a href="_exit.html" title="exit the program">exit</a>, <a href="_end.html" title="stop loading a file">end</a>, <a href="_quit.html" title="quit the program">quit</a>, or your end of file character (which, under Unix, is often CONTROL-D).</p>
<pre>    exit</pre>
<p>Macaulay2 can be run in this way from the command line, but it is generally much more convenient to run Macaulay2 from inside the emacs text editor.  This is because you can more easily view larger objects, do command completion, use cut and paste, search, save your session, and so on.  There is a nice mode for running Macaulay2 inside emacs.</p>
</div>
</div>
</body>
</html>