forked from eggy/eifueo
math115: add adjacency matrix
This commit is contained in:
parent
9b22b626a1
commit
1490247df7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user