User Portlet
| Discussions |
|---|
| Is there a way to expand an exponential of a sum to a product of exponentials? Example: Exp[a+b] I want Mathematica to expand it to `Exp[a]*Exp[b]`. In my example, the full expression is `Exp[a+b]+c*Exp[a+d]` and I want to factor with respect... |