Recompilations etc.
This commit is contained in:
@ -1 +1 @@
|
|||||||
{:highlights []}
|
{:highlights [], :extra {:page 1}}
|
||||||
|
@ -8,6 +8,12 @@
|
|||||||
-
|
-
|
||||||
- # Adjacency Matrices
|
- # Adjacency Matrices
|
||||||
- What is an **adjacency matrix**? #card
|
- What is an **adjacency matrix**? #card
|
||||||
|
card-last-interval:: -1
|
||||||
|
card-repeats:: 1
|
||||||
|
card-ease-factor:: 2.5
|
||||||
|
card-next-schedule:: 2024-05-30T23:00:00.000Z
|
||||||
|
card-last-reviewed:: 2024-05-30T00:17:42.413Z
|
||||||
|
card-last-score:: 1
|
||||||
- If the graph has $n$ vertices, labelled $\{1,2,\cdots, n\}$, then the **adjacency matrix** is an $m \times n$ **binary** matrix, $A$, with entries
|
- If the graph has $n$ vertices, labelled $\{1,2,\cdots, n\}$, then the **adjacency matrix** is an $m \times n$ **binary** matrix, $A$, with entries
|
||||||
- $$a_{i,j} =
|
- $$a_{i,j} =
|
||||||
\begin{cases}
|
\begin{cases}
|
||||||
@ -16,6 +22,12 @@
|
|||||||
\end{cases}$$
|
\end{cases}$$
|
||||||
- 
|
- 
|
||||||
- ## Properties of the Adjacency Matrix #card
|
- ## Properties of the Adjacency Matrix #card
|
||||||
|
card-last-interval:: -1
|
||||||
|
card-repeats:: 1
|
||||||
|
card-ease-factor:: 2.5
|
||||||
|
card-next-schedule:: 2024-05-30T23:00:00.000Z
|
||||||
|
card-last-reviewed:: 2024-05-30T00:17:59.125Z
|
||||||
|
card-last-score:: 1
|
||||||
- The adjacency matrix of a graph is **symmetric**.
|
- The adjacency matrix of a graph is **symmetric**.
|
||||||
- If $B = A^k$, then $b_{i,j}$ is the number of paths of length $k$ from vertex $i$ to vertex $j$.
|
- If $B = A^k$, then $b_{i,j}$ is the number of paths of length $k$ from vertex $i$ to vertex $j$.
|
||||||
- We can work out if a graph is connected by looking at the eigenvalues of $A$.
|
- We can work out if a graph is connected by looking at the eigenvalues of $A$.
|
||||||
@ -34,6 +46,12 @@
|
|||||||
- What is the **eccentricity of a vertex**?
|
- What is the **eccentricity of a vertex**?
|
||||||
- The **eccentricity of a vertex** is the greatest distance between that vertex & any other vertex in the graph.
|
- The **eccentricity of a vertex** is the greatest distance between that vertex & any other vertex in the graph.
|
||||||
- What is the **radius of a graph**? #card
|
- What is the **radius of a graph**? #card
|
||||||
|
card-last-interval:: -1
|
||||||
|
card-repeats:: 1
|
||||||
|
card-ease-factor:: 2.5
|
||||||
|
card-next-schedule:: 2024-05-30T23:00:00.000Z
|
||||||
|
card-last-reviewed:: 2024-05-30T00:18:05.726Z
|
||||||
|
card-last-score:: 1
|
||||||
- The **radius of a graph** is the minimum eccentricity of any vertex.
|
- The **radius of a graph** is the minimum eccentricity of any vertex.
|
||||||
- What is the **diameter of a graph**?
|
- What is the **diameter of a graph**?
|
||||||
- The **diameter of a graph** is the maximum eccentricity of any vertex.
|
- The **diameter of a graph** is the maximum eccentricity of any vertex.
|
||||||
|
1
year2/semester1/logseq-stuff/pages/contents.md
Normal file
1
year2/semester1/logseq-stuff/pages/contents.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
-
|
@ -0,0 +1,2 @@
|
|||||||
|
file:: [MA284-Week11_1668603812290_0.pdf](../assets/MA284-Week11_1668603812290_0.pdf)
|
||||||
|
file-path:: ../assets/MA284-Week11_1668603812290_0.pdf
|
Binary file not shown.
Reference in New Issue
Block a user