Skip to content
This repository has been archived by the owner on Aug 6, 2022. It is now read-only.

Commit

Permalink
Fix typos #141
Browse files Browse the repository at this point in the history
  • Loading branch information
QBobWatson committed Oct 10, 2018
1 parent c5854b9 commit 01a844b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions matrix-mult.xml
Expand Up @@ -880,7 +880,7 @@ $\xrightarrow{\text{reflect $xy$}}$
<md>
<mrow>
C(A+B) \amp= C A+C B \amp
(A + B) C \amp= A C + A C \amp
(A + B) C \amp= A C + B C \amp
</mrow>
<mrow>
c(A B) \amp= (cA) B \amp
Expand All @@ -891,7 +891,7 @@ $\xrightarrow{\text{reflect $xy$}}$
I_m A \amp= A
</mrow>
<mrow>
(A B)C \amp= (A B)C \amp
(A B)C \amp= A (BC) \amp
</mrow>
</md>
</p>
Expand Down

0 comments on commit 01a844b

Please sign in to comment.