Artifact 4d65fc220bd9bd7848fbd9dd56c3338a45348b7274458b7e7447bf087dfda271:
- Executable file
r37/lisp/csl/html/r37_0005.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: 611) [annotate] [blame] [check-ins using] [more...]
<A NAME=assumptions> <TITLE>assumptions</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>ASSUMPTIONS</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>variable</B><P> <P> <P> <P> After solving a linear or polynomial equation system with parameters, the variable <em>assumptions</em> contains a list of side relations for the parameters. The solution is valid only as long as none of these expression is zero. <P> <H3> examples: </H3> <P><PRE><TT> solve({a*x-b*y+x,y-c},{x,y}); b*c {{x=-----,y=c}} a + 1 assumptions; {a + 1} </TT></PRE><P><P> <P>