Give an example of 2 × 2 matrix with non-zero entries that has no inverse.
If the determinant of a square matrix A is 0, then A has no inverse.
For example
"\\text{det}A=\\begin{vmatrix}\n 2 & 1 \\\\\n -2 & -1\n\\end{vmatrix}=2(-1)-1(-2)=0"
The 2x2 matrix A has no inverse.
Comments
Leave a comment