Artifact 2a14d0a54b206e3fe404c16e1953357643623a375ef4d813464f7f9f50a81274:
- Executable file
r37/lisp/csl/html/r37_0161.html
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 914) [annotate] [blame] [check-ins using] [more...]
<A NAME=LTERM> <TITLE>LTERM</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>LTERM</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> The <em>lterm</em> operator returns the leading term of an expression with respect to a kernel. The expression is returned if it does not depend on the kernel. <P> <H3> syntax: </H3> <P> <P> <em>lterm</em>(<expression>,<kernel>) <P> <P> <P> <expression> is ordinarily a polynomial. If <A HREF=r37_0322.html>ratarg</A> is on, a rational expression may also be used, otherwise an error results. <kernel> must be a <A HREF=r37_0002.html>kernel</A>. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> lterm((x+2*y)**6,y); 6 64*Y lterm((x + cos(x))**8 + df(x**2,x),cos(x)); 8 COS(X) lterm(x**3 + 3*x,y); 3 X + 3X </TT></PRE><P>