Maxima Function
disolate (expr, x_1, ..., x_n)
is similar to isolate (expr, x)
except that it enables the user to isolate
more than one variable simultaneously. This might be useful, for
example, if one were attempting to change variables in a multiple
integration, and that variable change involved two or more of the
integration variables. This function is autoloaded from
simplification/disol.mac
. A demo is available by
demo("disol")$
.