1. Find the root for this equation

    image.png

    1. f=@(x) [2.*x(1)-x(2)-exp(-x(1));-x(1)+2.*x(2)-exp(-x(2))];
    2. fsolve(f,[-5,-5])