Solve any maths problem

Equations, derivatives, integrals, matrices, triangles, primes, statistics — or a word problem the tutor breaks into parts.

[[1,1],[1,0]] * [[1,1],[1,0]]

\left[\begin{matrix}1 & 1\\1 & 0\end{matrix}\right] \left[\begin{matrix}1 & 1\\1 & 0\end{matrix}\right]

Step by step

  1. \left[\begin{matrix}1 & 1\\1 & 0\end{matrix}\right] \left[\begin{matrix}1 & 1\\1 & 0\end{matrix}\right]

    A 2×2 times a 2×2 gives a 2×2 matrix. Entry (i, j) is row i of A dotted with column j of B.

  2. c_{11} = (1)(1) + (1)(1) = 2

  3. c_{12} = (1)(1) + (1)(0) = 1

  4. c_{21} = (1)(1) + (0)(1) = 1

  5. c_{22} = (1)(1) + (0)(0) = 1

  6. AB = \left[\begin{matrix}2 & 1\\1 & 1\end{matrix}\right]

Reveal the answer
AB = \left[\begin{matrix}2 & 1\\1 & 1\end{matrix}\right]