math115: add adjacency matrix

This commit is contained in:
eggy 2022-10-25 19:11:37 -04:00
parent 9b22b626a1
commit 1490247df7

View File

@ -444,6 +444,8 @@ Properties of matrix multiplication, where $x\in \mathbb R$:
- $(B+C)A = BA+ BC$
- $(xA)B = x(AB) = A(xB)$
In an **adjacency matrix**, the number of paths between points in exactly $x$ edges is equal to that entry in $A^x$.
### Matrix-vector product