how can i solve this equation?
Afficher commentaires plus anciens
i attached the equation and all parameters all known except (R) so i want to solve this to find (R). parameters are:
L as (landa)=0.05;
t=1;
u as (meu)=0.02;
Q as (teta)=30;
R0=0.0000345;
a as (alfa)=0.000069;
so equation terns to this :
((R/R0).^2)*(((log(R/R0))-0.5))+0.5-((L*a*cos(Q)/(6*u*(R0).^2))*t
and in other way , equation in like this:
((R/0.000345).^2*(((log(R/0.000345))-0.05-(0.05 * 0.000069*0.5/(6*0.02*(0.000345).^2)
please help me to solve this:
R must be like this 0<R<1
2 commentaires
John D'Errico
le 19 Fév 2017
Modifié(e) : John D'Errico
le 19 Fév 2017
Please learn to format your code as readable code. While you have written essentially no code, you did mange to make it all run into one single run-on paragraph.
The "{} Code" button was put there for a reason. I've fixed your question to allow it to be readable this once.
koorosh hallauj
le 20 Fév 2017
Réponses (1)
John D'Errico
le 19 Fév 2017
help solve
The answer will probably be in the form of a Lambert W function.
Catégories
En savoir plus sur Dynamic System Models dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!