Skip to content

Commit

Permalink
fix(tutorials): broken formula in matrix exponentiation (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-dhangar authored May 8, 2024
1 parent 0e5db41 commit c215edc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tutorials/math/matrix-exponentiation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -527,4 +528,4 @@ export const suggestedProblems = [
},
]
<Table title="Suggested Problems" data={suggestedProblems} />
<Table title="Suggested Problems" data={suggestedProblems} />

0 comments on commit c215edc

Please sign in to comment.