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

fix typo in similarity: geoemetrically #420

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion similarity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ the license is included in gfdl.xml.

<objectives>
<ol>
<li>Learn to interpret similar matrices geoemetrically.</li>
<li>Learn to interpret similar matrices geometrically.</li>
<li>Understand the relationship between the eigenvalues, eigenvectors, and characteristic polynomials of similar matrices.</li>
<li><em>Recipe:</em> compute <m>Ax</m> in terms of <m>B,C</m> for <m>A=CBC\inv</m>.</li>
<li><em>Picture:</em> the geometry of similar matrices.</li>
Expand Down