We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5127a43 commit 1d35cb5Copy full SHA for 1d35cb5
lectures/eigen_I.md
@@ -489,7 +489,7 @@ same as first applying $B$ on $x$ and then applying $A$ on the vector $Bx$.
489
490
Thus the matrix product $AB$ is the
491
[composition](https://en.wikipedia.org/wiki/Function_composition) of the
492
-matrix transformations $A$ and $B$, which repersents first apply transformation $B$ and then
+matrix transformations $A$ and $B$, which represents first apply transformation $B$ and then
493
transformation $A$.
494
495
When we matrix multiply an $n \times m$ matrix $A$ with an $m \times k$ matrix
0 commit comments