Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Why doesn't this code solve the equation?

1 visualización (últimos 30 días)
Yuval
Yuval el 10 de Mzo. de 2017
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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?

Respuestas (1)

Karan Gill
Karan Gill el 10 de Mzo. de 2017
Editada: Karan Gill el 17 de Oct. de 2017

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by