2021-12-12 15:00:57 +03:00

5 lines
137 B
Mathematica

function F = F(x)
F(1) = exp(-exp(-(x(1)+x(2)))) - x(2)*(1+x(1).^2);
F(2) = x(1).*cos(x(2)) + x(2).*sin(x(1)) - 0.5;
endfunction