Sophie

Sophie

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

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>lookup -- look up methods</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div><a href="_lookup__Count.html">next</a> | <a href="___Long__Polynomial.html">previous</a> | <a href="_lookup__Count.html">forward</a> | <a href="___Long__Polynomial.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>lookup -- look up methods</h1>
<div class="single"><h2>Description</h2>
<div><tt>lookup(M,A)</tt> -- provides the binary method named <tt>M</tt> for class <tt>A</tt>.  The first place to look is <tt>A#M</tt>.  The search proceeds with the parent of <tt>A</tt>, and so on.<p/>
<tt>lookup(M,A,B)</tt> -- provides the binary method named <tt>M</tt> for <tt>(A,B)</tt>.  The first place to look is <tt>Y#(M,A,B)</tt> where <tt>Y</tt> is the younger of <tt>A</tt> and <tt>B</tt>.  The search proceeds next with the parent of <tt>B</tt>, and so on. <p/>
<tt>lookup(M,A,B,C)</tt> -- provides the ternary method named <tt>M</tt> for <tt>(A,B,C)</tt>.  The first place to look is <tt>Y#(M,A,B,C)</tt> where <tt>Y</tt> is the youngest of <tt>A</tt>, <tt>B</tt>, and <tt>C</tt>.  The search proceeds with the parent of <tt>C</tt>, and so on.<p/>
<tt>lookup(M,A,B,C,D)</tt> -- provides the quaternary method named <tt>M</tt> for <tt>(A,B,C,D)</tt>.  The first place to look is <tt>Y#(M,A,B,C,D)</tt> where <tt>Y</tt> is the youngest of <tt>A</tt>, <tt>B</tt>, <tt>C</tt>, and <tt>D</tt>.  The search proceeds with the parent of <tt>D</tt>, and so on.<p/>
<tt>lookup x</tt> -- where <tt>x</tt> is a symbol or function, returns <tt>x</tt>.<p/>
If no method is found, then <a href="_null.html" title="the unique member of the empty class">null</a> is returned.<p/>
</div>
</div>
<div class="single"><h2>See also</h2>
<ul><li><span><a href="__sh.html" title="length, or access to elements">#</a> -- length, or access to elements</span></li>
<li><span><a href="_install__Method.html" title="install methods">installMethod</a> -- install methods</span></li>
<li><span><a href="_youngest.html" title="the youngest member of a sequence">youngest</a> -- the youngest member of a sequence</span></li>
</ul>
</div>
</div>
</body>
</html>