Solving equations with exp



["Poul Riis" , Thu, 19 May 2005 10:49:00 +0200]:
> solve(exp(x)=exp(x/2),x);

Not a general way, but you might map(log, ...) onto the equation and
solve that.  Whether this generalizes to the more complicated
equations you presumably really want to solve obviously depends on
their structure.

Albert.