[Math] The first column of matrix A contains all zeros

linear algebramatrices

I have a linear system S of m equations and n variables (m and n are positive integers). A is the augmented matrix of the system S.

I am trying to find how many solutions there are when the first column of A contains all zeros.

My thinking behind this is there can only be one solution due to the free variables. However, I don't know if this would be correct in all cases.

Best Answer

If the first column of the matrix consists of zeros, this means that the coefficient of the first variable is zero in every equation in the system (how did this happen, anyway?). This means that if there is any solution at all, then there must be an infinite number of them, since you can set that first variable to any value at all and still satisfy all of the equations.