Info

This question is closed. Reopen it to edit or answer.

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

2 views (last 30 days)
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 Comments

Answers (1)

Walter Roberson
Walter Roberson on 14 Apr 2013
e = 1 / (dp-kp1*kp2*(p-1))

This question is closed.

Community Treasure Hunt

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

Start Hunting!