Skip to content
Merged
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 source/linear-algebra/source/04-MX/01.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ in terms of matrix multiplication.</p>
</figure>

<ul>
<li>An <em>adjacency matrix</em> for this map is a matrix that has the number of roads from city <m>i</m> to city <m>j</m> in the <m>(i,j)</m> entry of the matrix. A road is a path of length exactly 1. All <m>(i,i)</m>entries are 0. Write the adjacency matrix for this map, with the cities in alphabetical order.</li>
<li>An <em>adjacency matrix</em> for this map is a matrix that has the number of roads from city <m>i</m> to city <m>j</m> in the <m>(i,j)</m> entry of the matrix. A road is a path of length exactly 1. All <m>(i,i)</m> entries are 0. Write the adjacency matrix for this map, with the cities in alphabetical order.</li>

<li>What does the square of this matrix tell you about the map? The cube? The <m>n</m>-th power?</li>
</ul>
Expand Down
Loading