I am working on a model which reflects the spread of innovations through a society of N individuals. I have an adjacency matrix A of size NxN, note that this adjacency matrix is sparse.
I want to do simulations for NxN=10^7. I first tried Matlab, but unfortunately Matlab cannot handle NxN>10^4.
Is it possible to use NumPy for my simulations?