Find dW/dd then use bisection or regula falsi to find the value of d that maximizes W

1 view (last 30 days)
F = 2+(1/(1+exp(5*(0.8-d))));
C = 0.32*(1/(1+exp(10*(1-d))));
S = 2/(1+exp(0.5*(4+F)));
W = (1-C)*(1-S);
disp(diff(W,d))
I want the derivative of W in terms of d. It also says to use bisection or regula falsi to find the value of d between 0 and 1 that maximizes W.

Answers (0)

Categories

Find more on Systems of Nonlinear Equations in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!