Determine the roots of the following simultaneous nonlinear equations using (a) fixed-point iteration, (b) the Newton-Raphson method, and (c) the fsolve function:
y= -x^2 + x + 0.75 y + 5xy = x^2
Employ initial guesses of x = y = 1.2 and discuss the results.