Feeds
질문
Random numbers in matlab
Hi, I'm trying to do a simple simulation: Take a total of N objects and partition them into two bins, with probability of going...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
Are iterative methods always better than direct methods for solving large linear systems?
I am trying to solve a very sparse linear system Ax = b. A is very sparse - if A is of size N^2 x N^2, all nontrivial elements ...
14년 초과 전 | 답변 수: 2 | 1
2
답변질문
Solving large linear systems, Ax = b
I'm working on a finite difference program, and need to solve Ax = b, where A is of dimension N^2 x N^2 and b is N^2x1. I'm wor...
14년 초과 전 | 답변 수: 1 | 0
