Solve any maths problem
Equations, derivatives, integrals, matrices, triangles, primes, statistics — or a word problem the tutor breaks into parts.
Det [[0,1,1],[1,0,1],[1,1,0]]
\left[\begin{matrix}0 & 1 & 1\\1 & 0 & 1\\1 & 1 & 0\end{matrix}\right]
Step by step
- \det\left[\begin{matrix}0 & 1 & 1\\1 & 0 & 1\\1 & 1 & 0\end{matrix}\right]
Determinant of a 3×3 matrix.
- = + (0) \det\left[\begin{matrix}0 & 1\\1 & 0\end{matrix}\right] - (1) \det\left[\begin{matrix}1 & 1\\1 & 0\end{matrix}\right] + (1) \det\left[\begin{matrix}1 & 0\\1 & 1\end{matrix}\right]
Cofactor (Laplace) expansion along the first row, with alternating signs + − +.
- = (0) + (1) + (1)
Each 2×2 minor is ad − bc.
- \det A = 2
Result.
Reveal the answer
\det A = 2