Euler identity fail mupad
6 ビュー (過去 30 日間)
古いコメントを表示
I have:
omega:=Symbol::omega;
bool(exp(I*omega)=cos(omega)+I*sin(omega))
Gives False...Why ?
1 件のコメント
Andreas Sorgatz
2015 年 11 月 30 日
bool does no simplification, but just compares syntactically. Use simplify instead.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Special Values についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!