how can i solve this equation?
古いコメントを表示
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 件のコメント
John D'Errico
2017 年 2 月 19 日
編集済み: John D'Errico
2017 年 2 月 19 日
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
2017 年 2 月 20 日
回答 (1 件)
John D'Errico
2017 年 2 月 19 日
help solve
The answer will probably be in the form of a Lambert W function.
カテゴリ
ヘルプ センター および File Exchange で Dynamic System Models についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!