Artifact 061f78e6de847b0329a951f3e1af6f7b309d0451da999cc6e41fd654db19cf5b:
- Executable file
r37/lisp/csl/html/r37_0139.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: 678) [annotate] [blame] [check-ins using] [more...]
<A NAME=ARBCOMPLEX> <TITLE>ARBCOMPLEX</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>ARBCOMPLEX</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> The operator <em>arbcomplex</em> is used to express arbitrary scalar parts of an expression, e.g. in the result of <A HREF=r37_0179.html>solve</A> when the solution is parametric in one of the variable. <P> <H3> examples: </H3> <P><PRE><TT> solve({x+3=y-2z,y-3x=0},{x,y,z}); 2*ARBCOMPLEX(1) + 3 {X=-------------------, 2 3*ARBCOMPLEX(1) + 3 Y=-------------------, 2 Z=ARBCOMPLEX(1)} </TT></PRE><P><P> <P>