Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Why doesn't this code solve the equation?

1 visualizzazione (ultimi 30 giorni)
Yuval
Yuval il 10 Mar 2017
Chiuso: MATLAB Answer Bot il 20 Ago 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?

Risposte (1)

Karan Gill
Karan Gill il 10 Mar 2017
Modificato: Karan Gill il 17 Ott 2017

Questa domanda è chiusa.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by