Why doesn't this code solve the equation?
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
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?
Réponses (1)
Karan Gill
le 10 Mar 2017
Modifié(e) : Karan Gill
le 17 Oct 2017
0 votes
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!