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 years 前 | 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 years 前 | 1 个回答 | 0
