Re: [sage-support] convert trigonometric/hyperbolic functions to exponentials
On Fri, 12 Mar 2010 15:23:43 +0100 Paul Zimmermann wrote: > is there a way in Sage to convert expressions involving trigonometric > or hyperbolic functions to exponentials, like the convert/exp > function of Maple? > > > convert(sinh(log(t)),exp); > 1 >
[sage-support] convert trigonometric/hyperbolic functions to exponentials
Hi, is there a way in Sage to convert expressions involving trigonometric or hyperbolic functions to exponentials, like the convert/exp function of Maple? > convert(sinh(log(t)),exp); 1 t/2 - ---