block by enjalot 1d9c7566cbe4e594314b

sparse matrix zoo II

Full Screen

This version may break your browser because of the crazy amount of cells I’m rendering with SVG. I just wanted to see what the matrices looked like.

I believe I’m also doing something slightly wrong, I’m populating the off-diagonal values as if they are symmetric. I believe some of these matrices are not symemetric so it doesn’t always render. This is mostly just to see what it might look like. The matrix could probably be efficiently rendered with canvas or even webgl.

I saw this list of sparse matrices and thought they could be thrown right into a d3 force layout.

I made a small script to process and host the “MM” formatted matrices to a d3 friendly JSON format.

I’d like to add more matrices from the list, and try to adapt this to webgl.

Built with blockbuilder.org

forked from enjalot‘s block: sparse matrix zoo: canvas

forked from enjalot‘s block: sparse matrix zoo: canvas

index.html

08blocks.json

can_61.json

matrix.js