AwesomeTrains
- 115
- 3
Evening everyone, I have a problem with addition of subspaces.
I have to find the dimension of U and dim(V), of the union dim(U+V) and of dim(U\capV)
U is spanned by
\begin{align}
\begin{pmatrix}
1 \\
-2 \\
0
\end{pmatrix},
\begin{pmatrix}
1 \\
1 \\
2
\end{pmatrix}
\end{align} and V is spanned by
\begin{align}
\begin{pmatrix}
3 \\
0 \\
4
\end{pmatrix},
\begin{pmatrix}
0 \\
3 \\
a
\end{pmatrix}
\end{align} a\in\textbf{R}
dim(U)+dim(V)-dim(U\capV)=dim(U+V)
Because the vectors spanning U and V are lin. independent:
dim(U) = dim(V) = 2
I find the intersection by equaling the two subspaces and then solving the linear system. But how do I find the sum of the two subspaces without calculating the intersection first?
Any hints are very appreciated :)
Homework Statement
I have to find the dimension of U and dim(V), of the union dim(U+V) and of dim(U\capV)
U is spanned by
\begin{align}
\begin{pmatrix}
1 \\
-2 \\
0
\end{pmatrix},
\begin{pmatrix}
1 \\
1 \\
2
\end{pmatrix}
\end{align} and V is spanned by
\begin{align}
\begin{pmatrix}
3 \\
0 \\
4
\end{pmatrix},
\begin{pmatrix}
0 \\
3 \\
a
\end{pmatrix}
\end{align} a\in\textbf{R}
Homework Equations
dim(U)+dim(V)-dim(U\capV)=dim(U+V)
The Attempt at a Solution
Because the vectors spanning U and V are lin. independent:
dim(U) = dim(V) = 2
I find the intersection by equaling the two subspaces and then solving the linear system. But how do I find the sum of the two subspaces without calculating the intersection first?
Any hints are very appreciated :)