Suppose I have a system of linear equations, $Y = X\beta$, where $Y$ is a $n$ by $1$ matrix, $X$ an $n$ by $n$ matrix, and $\beta$ a $n$ by $1$ matrix. Suppose that I know what $Y$ and $X$ are, and that I want to solve for $\beta$. This decomposes into a set of system of equations.
Now, suppose that $X$ is not full rank, that is, at least one of the columns is a linear combination of the other. In this case, would this be an overdetermined or underdetermined system, or could it be either depending on the structure of $X$?
Additionally, due to $X$ being not full rank, I would not be able to do any inversions, so how exactly can I find the solution to $\beta$? Thank you!
This would be an underdetermined system meaning that the image of $X$ is not the full vector space containing $Y$. This means that you cannot necessarily solve your linear equation -- you can only do it when $Y$ is in the image of $X$!