function Y = F(x) % autor: Favian Arenas % fecha: 2021-09-06 Y(1)=cos(x(1))-x(2); Y(2)=(x(1)-2)^2+x(2)^2-1; Y=Y'; end