Feeds
질문
Finding minimum of a function using dichotomous search
Hi, so for my question i am trying to minmise the function f(x)= x^(4) – 14*x(3) + 60*x(2) -70*x using a dichotomous search meth...
대략 7년 전 | 답변 수: 2 | 0
2
답변질문
Trying to minimise a function subject to nonlinear constraints
function= xz+y^(2) constraints: xz=3 y^2+z^2=1 Code: fun = @(x)x(1)*x(3)+x(2)^2; options = optimoptions('fmincon','Display'...
대략 7년 전 | 답변 수: 1 | 0
