Laplacian Experiments
From Worden
I'm experimenting with Laplacian operations on graphs on these pages, with some R code to see what actually happens when I do these things to some graphs. Some shared R code is at the bottom of this page, and other R code is on the pages that use it.
- Laplacian Experiments/Linear Laplacian ODEs
- Laplacian Experiments/Nonlinear Laplacian ODEs
- Laplacian Experiments/Laplacianoid ODEs
- Laplacian Experiments/Stochastic
See also Laplacian Experiments/Eigenvectors for a look at the eigenvectors of the Laplacian, and Laplacian Experiments/Eigenmatrices for a similar look at eigenmatrices of the Laplacianoid.

