Rename *ll* and *ul* to ll and ul in ratfnt
[maxima.git] / share / simplification / disol.dem
blobe2ef2536a97e29849a12d8e2bdad08b8916a83b8
1 load("disol")$
3 /* ISOLATE is difficult to use when there is more than
4         one variable of interest.  For example, suppose one wished
5         to isolate the following expression with respect to A, B, E: */
6 exp1:a*(b*(c+d)+e*(f+g));
7 /*  DISOLATE can be used in such situations: */
8 /* LOAD(DISOL)$ */
9 disolate(exp1,a,b,e);