To find the inverse of a given 3x3 matrix, we need to apply the following steps:
Therefore, the inverse of the matrix \(\begin{bmatrix} 1 & 1 & 0 \\ 2 & 3 & 0 \\ 1 & 0 & 1 \end{bmatrix}\) is \(\begin{bmatrix} 3 & -1 & 0 \\ -2 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix}\), which matches the correct answer provided in the options.

