Find the dimension of an affine subspace

2.7k Views Asked by At

Find the dimension of the affine subspace of $\mathbb{R^5}$ generated by the points $$p=(-1,2,-1,0,4)$$ $$q=(0,-1,3,5,1)$$ $$r=(4,-2,0,0,3)$$ $$s=(3,-1,2,5,2)$$ Is it as trivial as simply finding $\vec{pq}, \vec{qr}, \vec{rs}, \vec{sp}$ and finding a basis?

1

There are 1 best solutions below

0
On BEST ANSWER

Technically the way that we define the affine space determined by those points is by taking all affine combinations of those points:

$$\mathcal A = \left\{a_1p + a_2q + a_3r + a_4 s \mid \sum a_i = 1\right\}$$

Notice though that this is equivalent to choosing (arbitrarily) any one of those points as our reference point, let's say we choose $p$, and then considering this set $$\big\{p + b_1(q-p) + b_2(r-p) + b_3(s-p) \mid b_i \in \Bbb R\big\}$$ Confirm for yourself that this set is equal to $\mathcal A$.

This tells us that $\dim\big(\operatorname{span}(q-p, r-p, s-p)\big) = \dim(\mathcal A)$.

It turns out to also be equivalent to find the dimension of the span of $\{q-p, r-q, s-r, p-s\}$ (which are exactly the vectors in your question), so feel free to do it that way as well. Notice though that not all of them are necessary. Can you see why?