Artifact 80f89ec0dbfa1d30904cc2161e1c5a36e41dcf81d59e34d63a480751ea6acad9:
- Executable file
r37/lisp/csl/html/r37_0322.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: 964) [annotate] [blame] [check-ins using] [more...]
<A NAME=RATARG> <TITLE>RATARG</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>RATARG</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>switch</B><P> <P> <P> <P> When <em>ratarg</em> is on, rational expressions can be given to operators such as <A HREF=r37_0141.html>coeff</A> and <A HREF=r37_0161.html>lterm</A> that normally require polynomials in one of their arguments. When <em>ratarg</em> is off, rational expressions cause an error message. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> aa := x/y**2 + 1/x + y/x**2; 3 2 3 X + X*Y + Y AA := -------------- 2 2 X *Y coeff(aa,x); 3 2 3 X + X*Y + Y ***** -------------- invalid as POLYNOMIAL 2 2 X *Y on ratarg; coeff(aa,x); Y 1 1 {--,--,0,-----} 2 2 2 2 X X X *Y </TT></PRE><P>