I have the following 2 subspaces:
$F_1 = \{(x, y, z) \in \mathbb{R}^3, x+y=0\}$
$F_2 = \{(x, y, z) \in \mathbb{R}^3, x+z=y\}$
Given that, we have:
$F_1 = \{(x_1(1, -1, 0) + z_1(0, 0, 1) : x_1, y_1, z_1 \in \mathbb{R}; x_1+y_1=0\}$
$F_2 = \{(x_2(1, 1, 0) + z_2(0, 1, 1) : x_2, y_2, z_2 \in \mathbb{R}; x_2+z_2=y_2\}$
So, the sum of 2 subspaces if I not mistakenly calculated is:
$F_1 + F_2 = \{(x_1+x_2, -x_1+x_2+z_2, z_1+z_2) \in \mathbb{R}^3, x_1+y_1=0;x_2+z_2=y_2\}$?