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: */