How to Use
Enter edges:
- B: Incidence matrix
- Signed: Oriented version
- Rank: n-components
Laplacian Connection
For the signed incidence matrix B̃ (orient each edge arbitrarily): B̃·B̃^T = L = D-A. This is independent of orientation! The null space of B̃^T is the cycle space. The row space is the cut space.
Applications
Network flow: conservation constraints. Electrical networks: Kirchhoff's laws. Algebraic topology: boundary operator. The incidence matrix is the fundamental object connecting graph theory and linear algebra.
Step-by-Step Instructions
- 1Enter edges.
- 2Build B matrix.
- 3Compute rank.
- 4Check B·B^T.
- 5Identify cycles.