How to factor out favored variables out of an equation?
- Subject: How to factor out favored variables out of an equation?
- From: Stavros Macrakis
- Date: Wed, 26 Oct 2005 15:51:01 -0400
Try facsum( expr, var1, var2).
In some cases, isolate( expr, var1) or disolate( expr, var1, var2) are useful.
Is that what you had in mind?