If the kernel of a matrix A only has the zero vector (ker(A) = {0})
Then why is the matrix A considered invertible because of that?
I know that if ker(A) = 0, then there is only one unique solution of the matrix( assuming that the matrix is made up of a system of linear equations) but what does this tell me about whether or not the matrix is singular?
Can someone explain the logic behind this?
The word "invertible" and its synonym "non-singular" are reserved for linear systems that have unique solutions. Say that the system $Ax = b$ has a solution. Denote such a solution by $x_0.$ Let $x_h$ (the $h$ stands for "homogenous") denote a nonzero solution to the system $Ax =0$ (called the "homogenous system"). It is true that $x_0$ and $x_0 + x_h$ are two separate solutions to the system $Ax=b.$ So, if there is any nonzero vector in $\ker A,$ then $Ax=b$ has two separate solutions, meaning that it cannot be invertible.