Euler identity fail mupad

4 views (last 30 days)
timo
timo on 13 Oct 2015
Commented: Andreas Sorgatz on 30 Nov 2015
I have:
omega:=Symbol::omega;
bool(exp(I*omega)=cos(omega)+I*sin(omega))
Gives False...Why ?
  1 Comment
Andreas Sorgatz
Andreas Sorgatz on 30 Nov 2015
bool does no simplification, but just compares syntactically. Use simplify instead.

Sign in to comment.

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!