Artifact 48204b3a3adffeb8ce3687d11f85c15c8ec05127f8330030e3688706d9fcad4d:
- Executable file
r37/lisp/csl/html/r37_0186.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: 830) [annotate] [blame] [check-ins using] [more...]
<A NAME=ALGEBRAIC> <TITLE>ALGEBRAIC</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>ALGEBRAIC</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>command</B><P> <P> <P> <P> The <em>algebraic</em> command changes REDUCE's mode of operation to algebraic. When <em>algebraic</em> is used as an operator (with an argument inside parentheses) that argument is evaluated in algebraic mode, but REDUCE's mode is not changed. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> algebraic; symbolic; NIL algebraic(x**2); 2 X x**2; ***** The symbol X has no value. </TT></PRE><P>REDUCE's symbolic mode does not know about most algebraic commands . Error messages in this mode may also depend on the particular Lisp used for the REDUCE implementation. <P> <P> <P>