Info

この質問は閉じられています。 編集または回答するには再度開いてください。

hello professionals can you please help me how to make matlab code for following equation

3 ビュー (過去 30 日間)
rjnt Kaur
rjnt Kaur 2013 年 4 月 14 日
I want to satistisfy the equation
e*dp-kp1*kp2*(p-1)=1....
the value of dp,kp1 and p are previously calculated
my code is not generating r=1..
if r is equal to one then the value of e and kp2 is taken..
can you please suggest other method regarding this...thanking you
  4 件のコメント
Walter Roberson
Walter Roberson 2013 年 4 月 14 日
There is still no "r" in what you wrote.

回答 (1 件)

Walter Roberson
Walter Roberson 2013 年 4 月 14 日
e = 1 / (dp-kp1*kp2*(p-1))
  2 件のコメント
rjnt Kaur
rjnt Kaur 2013 年 4 月 14 日
how this equation is equal to e*dp-kp1*kp2*(p-1)=1.....
Walter Roberson
Walter Roberson 2013 年 4 月 14 日
Correction,
e = (1 + kp1*kp2*(p-1)) / dp;

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by