Skip to content

Commit 1d35cb5

Browse files
Fix typo
1 parent 5127a43 commit 1d35cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/eigen_I.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ same as first applying $B$ on $x$ and then applying $A$ on the vector $Bx$.
489489

490490
Thus the matrix product $AB$ is the
491491
[composition](https://en.wikipedia.org/wiki/Function_composition) of the
492-
matrix transformations $A$ and $B$, which repersents first apply transformation $B$ and then
492+
matrix transformations $A$ and $B$, which represents first apply transformation $B$ and then
493493
transformation $A$.
494494

495495
When we matrix multiply an $n \times m$ matrix $A$ with an $m \times k$ matrix

0 commit comments

Comments
 (0)