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...
12 years 前 | 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 ...
13 years 前 | 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...
13 years 前 | 1 个回答 | 0