Euler identity fail mupad
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have:
omega:=Symbol::omega;
bool(exp(I*omega)=cos(omega)+I*sin(omega))
Gives False...Why ?
1 Kommentar
Andreas Sorgatz
am 30 Nov. 2015
bool does no simplification, but just compares syntactically. Use simplify instead.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Special Values finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!