Matlab ignores pi in a function

2 ビュー (過去 30 日間)
Alex CB
Alex CB 2016 年 1 月 3 日
編集済み: Walter Roberson 2016 年 1 月 4 日
When I try to use:
syms x; y=3*cos(pi-x^2); diff(y)
it gives
6*x*sin(x^2)
it ignores the pi, giving an incorrect solution and I don't know how to solve it.
It also says that "y=-3*cos(x^2)", ignoring the pi again.
Thanks in advance.

採用された回答

Image Analyst
Image Analyst 2016 年 1 月 3 日
Why do you incorrectly think that cos(pi-theta) is not equal to -cos(theta)? It is. Just try plotting some angles on the unit circle to prove it to yourself. So you can use either equation because they are equivalent.
  1 件のコメント
Alex CB
Alex CB 2016 年 1 月 3 日
...I see it now, it seems I'm just an idiot.
Thank you so much, I'm sorry for the troubles.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSymbolic Math Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by