Euler identity fail mupad
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have:
omega:=Symbol::omega;
bool(exp(I*omega)=cos(omega)+I*sin(omega))
Gives False...Why ?
1 commentaire
Andreas Sorgatz
le 30 Nov 2015
bool does no simplification, but just compares syntactically. Use simplify instead.
Réponses (0)
Voir également
Catégories
En savoir plus sur Special Values dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!