gopu777


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How To Solve these equation using Fsolve solver
function F= invent(x,cp,c1p,c2p,cd,c1d,c2d,cr,c1r,c2r,p,g,a,b,nd,nr) cp=100;c1p =80; c2p =60; cd =80; c1d=60; c2d =40;...

8 years ago | 1 answer | 0

1

answer

Question


I need to solve the non linear equation
function F =root2d(x) F(1) = (P-G)*(x+a*x^(b+1)/(b+1)); F(2)= G*((h-x)+a*(h-x)^(b+1)/(b+1)); fun = @root2d; x0...

8 years ago | 1 answer | 0

1

answer

Question


How to Solve Non Linear equation with two variables?
f = c*(p - g)*((t(2) - t(1)) - a*(t(1) - t(2))^(b + 1)/(b + 1)) + g*(t(2) + a*(t(2)^(b + 1)/(b + 1))) + (c*(p - g)/(a*b))*((-b +...

8 years ago | 1 answer | 0

1

answer