During the numerical solution of current-voltage characteristics of a FINFET, i encountered a large matrix (but sparse) of 1500000*1500000 size. I need to invert the matrix. I used many techniques still couldn't calculate in my PC with 16 GB RAM (Matlab show "Memory Problem"). Can anyone help me with that?
For proper suggestion, i should add that i already used the sparsity property of the matrix and also some matrix decomposition techniques. Still the problem won't go.