Solve any maths problem

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

[[0,0],[0,1]] * [[3],[4]]

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

Step by step

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

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

  2. c_{11} = (0)(3) + (0)(4) = 0

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

  4. AB = \left[\begin{matrix}0\\4\end{matrix}\right]

Reveal the answer
AB = \left[\begin{matrix}0\\4\end{matrix}\right]