diff --git a/tutorials/math/matrix-exponentiation.md b/tutorials/math/matrix-exponentiation.md index d744ad6f5c..7246fb8928 100644 --- a/tutorials/math/matrix-exponentiation.md +++ b/tutorials/math/matrix-exponentiation.md @@ -72,7 +72,8 @@ If you are struggling with matrix multiplication remember that $B_{i, j}$ comes $Q.2.$ Find a matrix $T$ such that $T \cdot A = B$, where -$$$A = \begin{bmatrix} +$$$ +A = \begin{bmatrix} a \\ b \\ c @@ -527,4 +528,4 @@ export const suggestedProblems = [ }, ] -