Homework Statement
So I have these two Matrices:
M = \begin{pmatrix}
a & -a-b \\
0 & a \\
\end{pmatrix}
and
N =
\begin{pmatrix}
c & 0 \\
d & -c \\
\end{pmatrix}
Where a,b,c,d ∈ ℝ
Find a base for M, N, M +N and M ∩ N.
Homework Equations
I know the 8 axioms about the vector spaces.
The...