I have the matrix of stacked constraints
$$\begin{bmatrix} x_1^2 & x_1y_1 & y_1^2 & x_1 & y_1 & 1 \\ x_2^2 & x_2y_2 & y_2^2 & x_2 & y_2 & 1 \\ x_1^2 & x_3y_3 & y_3^2 & x_3 & y_3 & 1 \\ x_4^2 & x_4y_4 & y_4^2 & x_4 & y_4 & 1 \\ x_5^2 & x_5y_5 & y_5^2 & x_5 & y_5 & 1 \end{bmatrix} \mathbf{c} = \mathbf{0},$$
where $\mathbf{c} = (a, b, c, d, e, f)^T$ is a conic.
So $\mathbf{c}$ is the null vector of this $5 \times 6$ matrix. Apparently, this shows that $\mathbf{c}$ is determined uniquely (up to scale) by five points in general position. What is the concept from linear algebra that tells us that this shows that $\mathbf{c}$ is determined uniquely? And what is meant by "up to scale"?
Thank you.
It means that your matrix has rank 5, so its null space has dimension $6-5=1$. This means that you have exactly one nonzero solution $c$ with norm/magnitude/length 1 and whose first nonzero entry is positive. Any other solution is a multiple of that $c$, or in other words a scaling of $c$.