Artifact 2bf319176abcbe68109389095d230a64df235fb35d9cd84d07c25e477cd0bfb9:
- Executable file
r37/lisp/csl/html/r37_0010.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: 947) [annotate] [blame] [check-ins using] [more...]
<A NAME=HIGH_POW> <TITLE>HIGH_POW</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>HIGH\_POW</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>variable</B><P> <P> <P> <P> The variable <em>high_pow</em> is set by <A HREF=r37_0141.html>coeff</A> to the highest power of the variable of interest in the given expression. You can access this variable for use in further computation or display. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> coeff((x+1)^5*(x*(y+3)^2)^2,x); {0, 0, 4 3 2 Y + 12*Y + 54*Y + 108*Y + 81, 4 3 2 5*(Y + 12*Y + 54*Y + 108*Y + 81), 4 3 2 10*(Y + 12*Y + 54*Y + 108*Y + 81), 4 3 2 10*(Y + 12*Y + 54*Y + 108*Y + 81), 4 3 2 5*(Y + 12*Y + 54*Y + 108*Y + 81), 4 3 2 Y + 12*Y + 54*Y + 108*Y + 81} high_pow; 7 </TT></PRE><P>