I have a problem:
$$\begin{cases} \sin(x) + 2y = 2 \\ \cos(y - 1) + x = 0.7 \end{cases} $$
with margin of error 0.00001
And I need to solve this by using Fixed-point iteration method.
Can someone help me with that? Algorithm for full solution might be the best thing ever, since I gave to solve this in Maple later..
Thanks is advance.
P.S. one more question. What is q in this method and how to find it?