Singular matrix

A matrix is called singular if its determinant is equal to zero. For example, the matrix N=\begin{matrix} 2 & 4 \\ 1 & 2 \end{matrix} is singular, because its determinant is 2\cdot 2 - 4 \cdot 1 = 0.

This is useful when:

Is the matrix \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix} singular?

Is the matrix \begin{bmatrix} 1 & 2 \\ 2 & 4 \end{bmatrix} singular?

Find p for the singular matrix \begin{bmatrix} 4 & p+2 \\ -1 & 3-p \end{bmatrix}

Given that \begin{bmatrix} 1 & 2 \\ k & 4 \end{bmatrix} is singular, find k.

Find p for the singular matrix \begin{bmatrix} 2 & p-1 \\ 3 & 5 \end{bmatrix}

Inverse matrix

A singular matrix does not have an inverse matrix.

Does the matrix \begin{bmatrix} 1 & 2 \\ 3 & 6 \end{bmatrix} have an inverse?

Does the matrix \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix} have an inverse?

Does the matrix \begin{bmatrix} 2 & 4 \\ 1 & 2 \end{bmatrix} have an inverse?