Azzera filtri
Azzera filtri

Info

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

need help with this equation..please help

2 visualizzazioni (ultimi 30 giorni)
Nic
Nic il 19 Apr 2013
Chiuso: MATLAB Answer Bot il 20 Ago 2021
syms y
eq ='(y/lo)-(y/lo*lo)*(lo-y)*(log(lo-y)-log(y))-y(lo-y)*k1-k4*(k2+k3*((rc^2-y^2)/(rc^2-y^2)))^-1==0'
solve(eq,y)
when I run it I got following message
Warning: Explicit solution could not be found. > In solve at 169 In sym_1 at 6
ans =
[ empty sym]
If you have any idea please suggest me.Thanks again

Risposte (1)

Walter Roberson
Walter Roberson il 19 Apr 2013
You need to specify that you want to solve with respect to y.
  1 Commento
Walter Roberson
Walter Roberson il 19 Apr 2013
By the way: after you substitute in the values from your other posting, there will be 10 roots, 2 of which will be real-valued.

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by