diff --git a/requirements.txt b/requirements.txt index 7b656b322..3abad43ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pretext[prefigure] == 2.36.0 -prefig >= 0.5.7 +prefig >= 0.5.15 CodeChat-Server == 0.2.25 pelican == 4.11.0 markdown == 3.7.0 diff --git a/source/linear-algebra/source/04-MX/01.ptx b/source/linear-algebra/source/04-MX/01.ptx index fe6097bee..ba85f7e32 100644 --- a/source/linear-algebra/source/04-MX/01.ptx +++ b/source/linear-algebra/source/04-MX/01.ptx @@ -367,30 +367,25 @@ in terms of matrix multiplication.

- - -

Use the included map in this problem.

-
- Adjacency map, showing roads between 5 cities - - A map with 5 dots. A is connected to B, B is connected to C, C is connected to D and E, and D and E are connected to each other - -\tikz{\node[shape=circle,draw=black] (A) at (0,0) {A}; - \node[shape=circle,draw=black] (B) at (0,2) {B}; - \node[shape=circle,draw=black] (C) at (0,4) {C}; - \node[shape=circle,draw=black] (D) at (-2,6) {D}; - \node[shape=circle,draw=black] (E) at (2,6) {E}; - \draw (A)--(B)--(C)--(D)--(E)--(C)} - - -
+ + +

Use the included map in this problem.

+
+ Adjacency map, showing roads between 5 cities + + A map with 5 dots. A is connected to B, B is connected to C, C is connected to D and E, and D and E are connected to each other + + + + +
  • An adjacency matrix for this map is a matrix that has the number of roads from city i to city j in the (i,j) entry of the matrix. A road is a path of length exactly 1. All (i,i)entries are 0. Write the adjacency matrix for this map, with the cities in alphabetical order.
  • -
  • What does the square of this matrix tell you about the map? The cube? The n-th power?
  • -
-
+
  • What does the square of this matrix tell you about the map? The cube? The n-th power?
  • + +
    diff --git a/source/linear-algebra/source/04-MX/prefigure/MX1-adjacency-graph.xml b/source/linear-algebra/source/04-MX/prefigure/MX1-adjacency-graph.xml new file mode 100644 index 000000000..4cac2746f --- /dev/null +++ b/source/linear-algebra/source/04-MX/prefigure/MX1-adjacency-graph.xml @@ -0,0 +1,37 @@ + + + + A + B + C + D + E + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file