% This function assumes that x and y are vectors. % The symbol .* denotes element by element multiplication % The symbol .^ denotes element by element exponentiation function y = fcn1(x) y = nthroot((1-2.*x).^2, 3);