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.