1) The inverse of the matrix [[1, 2], [3, 4]] is [[0.25, -0.5], [-0.75, 1]].
2) The inverse of the matrix [[5, -1], [0, 3]] is [[0.2, 0.0333], [0, 0.3333]].
3) The inverse of the matrix [[1, 2, 0], [0, 3, 0], [0, 0, 5]] is [[1, -0.6667, 0], [0, 0.3333, 0], [0, 0, 0.