Euler identity fail mupad

I have:
omega:=Symbol::omega;
bool(exp(I*omega)=cos(omega)+I*sin(omega))
Gives False...Why ?

1 Comment

bool does no simplification, but just compares syntactically. Use simplify instead.

Sign in to comment.

Answers (0)

Tags

Asked:

on 13 Oct 2015

Commented:

on 30 Nov 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!