The problem says:
Apply Euler's method with $h=1/4$ to the I.V.P \begin{align} y'_1&=-y_1-y_2,\\ y'_2&=y_1-y_2\end{align} in $[0,1]$ with $y_1(0)=1$, $y_2(0)=0$
Verify that $y_1(t)=e^{-t} \cos(t)$ and $y_2(t)=e^{-t}\sin(t)$ is the exact solution.
Find the Global Truncations errors of $y_1$ and $y_2$ in $t=1$
For Euler's method I computed: \begin{align} w_{0,1}&=1& &\to& w_{j+1,1}&=1+1/4(-1-0)=3/4\\ w_{0,2}&=0& &\to& w_{j+1,2}&=0+1/4(1-0)=1/4 \end{align} To check that $y_1$ and $y_2$ are solutions is trivial.
The problem I'm stuck with is to find the Global T. Errors, so if if you can help me with that I'd be grateful.
Also if you noticed any mistake in my procedure, please let me know.
Just compute the values, to have something to compare to, compute also values for smaller step sizes.
with results
The error progression very neatly demonstrates the convergence/global error order 1.