Finding roots of trigonometric equation

4 ビュー (過去 30 日間)
skinny pete
skinny pete 2019 年 2 月 5 日
コメント済み: skinny pete 2019 年 2 月 6 日
Hi everyone!
I try to find the roots of the trigonometric equation below between 0 and 2*pi, but I have a logaritmic expression as an answer.
(-log(root(z^4 - (5*z^3*exp(13i/25))/11 - (5*z*exp(13i/25))/11 + exp(26i/25), z, 1))*1i)
How can I find the roots of this equation in the that interval?
Thank you in advance.
syms theta
vr=cos(theta)-2.2*cos(2*theta-0.52);
roots=solve(vr,theta)

採用された回答

madhan ravi
madhan ravi 2019 年 2 月 5 日
Roots=solve(vr,theta,'maxDegree',4)
  2 件のコメント
madhan ravi
madhan ravi 2019 年 2 月 5 日
skinny pete
skinny pete 2019 年 2 月 6 日
thank you.

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

その他の回答 (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