Artifact 18dedd4235d47f1a3f12e410fa63fd21fb96b1c2bd247904b587c15b7d5cbafc:
- Executable file
r37/lisp/csl/html/r37_0013.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: 734) [annotate] [blame] [check-ins using] [more...]
<A NAME=LOW_POW> <TITLE>LOW_POW</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>LOW\_POW</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>variable</B><P> <P> <P> <P> The variable <em>low_pow</em> is set by <A HREF=r37_0141.html>coeff</A> to the lowest 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+2*y)**6,y); 6 {X , 5 12*X , 4 60*X , 3 160*X , 2 240*X , 192*X, 64} low_pow; 0 coeff(x**2*(x*sin(y) + 1),x); {0,0,1,SIN(Y)} low_pow; 2 </TT></PRE><P>