- Given a nonsingular square matrix $A$, can changing just one element make it singular?
- Given a singular square matrix $A$, can changing just one element make it nonsingular?
For $1$) I was thinking that the reduced row echelon form of $A$,say $E$ ($E$=$E_{1}E_{2}E_{3}.....E_{n}A$), must be identity so changing just one $1$ to $0$ would make it singular $\bar E$. But then , does that mean alteration in just one element in the original matrix when the same row operations are inverted on the new matrix i.e ${E_{n}}^{-1}.....{E_{1}}^{-1}\bar E = \bar A$ is singular but do $A$ and $\bar A$ differ by only one element?
For $2$) May be wrong because in this case one or more than one rows are zero rows so putting one pivotal $1$ in each row will make it non-singular and reversing the row operations will give a non-singular matrix.But the same problem here . How many of original elements are altered? If the RRE form had more than $1$ zero rows then I guess it is not just $1$ element.
Am I going in the right direction or totally messed up?
Thanks for the answers @Servaes and @Dustan Lavenstein. Those were really helpful. Can anybody please throw some light on the process I was trying ? Can the answer be obtained in that way, especially for the first question? Thanks.
If your base field is algebraically closed (e.g. $\Bbb{C}$) then the answer is yes:
A $k\times k$-matrix is singular if and only if its determinant is zero. The determinant is a (degree-$k$) polynomial over the base field in terms of the $k^2$ entries. Leaving one entry of the matrix variable and all others fixed therefore yields a polymial in one variable over the base field, which certainly has a root if the base field is algebraically closed. This means that for any non-singular $k\times k$-matrix, any entry can be changed to make the matrix singular. Moreover, in general there will be $k$ different values of this entry making the matrix singular.
The converse, however, is not true. If the matrix has two columns or rows that are all zeroes, then changing only one entry will leave the matrix singular. So your idea for the second question is correct. Take for example $$A=\begin{pmatrix} 0 & 0 \\ 0 & 0\end{pmatrix}.$$