Post Reply 
CAS: Hyperbolic Functions, assume (Beta)
12-09-2019, 08:25 AM (This post was last modified: 12-09-2019 08:45 AM by Stevetuc.)
Post: #6
RE: CAS: Hyperbolic Functions, assume (Beta)
Just found that
Code:

simplify(sincos((i*e^((-(i))*th)+(-(i))*e^(i*th))/2))

Gives the much nicer result
Code:

sin(th)

And
Code:

simplify(sincos((5*i*√(2*π)*e^((-(i))*tt*w/2)-5*i*√(2*π)*e^(i*tt*w/2))/(π*w)))
Gives
Code:

10*√(2*π)*sin(tt*w/2)/(π*w)

So it would be handy if the cas had an option to return complex exp results in sincos form, so that simplify could do the above automatically
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: CAS: Hyperbolic Functions, assume (Beta) - Stevetuc - 12-09-2019 08:25 AM



User(s) browsing this thread: 1 Guest(s)