> Any thoughts on how to represent a matrix with erlang? (dense or > sparse) Would a list of lists be good enough or would there be a better way? I would consider trying a tuple of binaries and using the whizzy new bit binary primitives. Compactness and speed may be noticeable if you are using dense matrices. jay