Feeds
질문
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...
6년 초과 전 | 답변 수: 1 | 0