Euler identity fail mupad
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have:
omega:=Symbol::omega;
bool(exp(I*omega)=cos(omega)+I*sin(omega))
Gives False...Why ?
1 comentario
Andreas Sorgatz
el 30 de Nov. de 2015
bool does no simplification, but just compares syntactically. Use simplify instead.
Respuestas (0)
Ver también
Categorías
Más información sobre Special Values en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!