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

조회 수: 1 (최근 30일)
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.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Systems of Nonlinear Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by