Community Profile

photo

Kumu


Last seen: 3 years ago Active since 2019

Statistics

Content Feed

View by

Question


I want write the following matrix as a sparse matrix. I want to run my code for M=N=K=100. However, my computer always ran out of memory the way I define the matrix.
M=8; N=8; K=8; m=M-1;%number of interior grid points n=N-1;%number of exterior grid points k=K-1;%number of exterior grid...

5 years ago | 1 answer | 0

1

answer