function fv=c_8_p_4_fn(x) % The function we want to minimize fv = 100 * ( x(1)^2 - x(2) )^2 + (1 - x(1))^2 ;