So I have two vector spaces:
$ U := \langle(1,2,1,2), (1,2,3,3), (1,2,2,3)\rangle $ and
$ V := \langle(2,0,2,1), (3,2,3,2), (0,4,0,1)\rangle $
I was able to calculate the base of both $U$ and $V$:
$ B_U = \langle(1,2,1,2), (1,2,3,3), (1,2,2,3)\rangle $ since the vectors linearly independent.
$ B_V = \langle(2,0,2,1), (3,2,3,2))\rangle $ since you can write
$(0,4,0,1)$ as $2*(3,2,3,2) - 3*(2,0,2,1)$.
However, I have no clue for to do it for $U \cap V$. Could you please point out how to go about doing that and/or giving me an example? Thanks in advance.