フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Why doesn't this code solve the equation?

1 回表示 (過去 30 日間)
Yuval
Yuval 2017 年 3 月 10 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi, I am trying to solve a trigonometric equation for phis using the following code:
phi = linspace(0,3*pi/4,1000);
syms phis
sol=solve(sqrt(108-40*sqrt(2)*cos(phi-phis))/sin(phi-phis)==10/sin(phis),phis);
double(subs(sol))
Unfortunately it doesn't work. Any idea how to fix it?

回答 (1 件)

Karan Gill
Karan Gill 2017 年 3 月 10 日
編集済み: Karan Gill 2017 年 10 月 17 日

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by