Recent content by mohkem

  1. M

    Linearizing y=(a*exp(b*x))/(c+d*exp(m*x)) by reciprocal transformation

    ok i want equation for variables a and b and c and d and m by method of numerical
  2. M

    Linearizing y=(a*exp(b*x))/(c+d*exp(m*x)) by reciprocal transformation

    Y(new)=A+B*X(new) i want to achieve this formula with method of numerical
  3. M

    Linearizing y=(a*exp(b*x))/(c+d*exp(m*x)) by reciprocal transformation

    Homework Statement y=(a*exp^b*x)/(c+d*exp^m*x) The Attempt at a Solution (1/y)=(c+d*exp^m*x)/(a*exp^b*x) y(new)=1/y y(new)=(c/(a*exp^b*x))+(d*exp^m*x)/(a*exp^b*x) i stopped here and i don't know how can i complete?