Feeds
已回答
Vectorizing Code - how can I populate elements of a matrix from a vector without a FOR loop?
Do you NEED to make B as a matrix? Fangjun Jiang and Jan Simon's methods will work fine for what you have asked, but I've found...
Vectorizing Code - how can I populate elements of a matrix from a vector without a FOR loop?
Do you NEED to make B as a matrix? Fangjun Jiang and Jan Simon's methods will work fine for what you have asked, but I've found...
12 years 前 | 0
提问
Numerically solving a differential equation up to a certain value of the time dependent variable
I have a second order differential equation x''(t) = f(x) with an initial condition x(0) = x0 ; x'(0) = 0; I wish to ...
12 years 前 | 0 个回答 | 0
0
个回答提问
Finding eigenvectors of a matrix when all eigenvalues are known
I am currently running a code that has to diagonalise a large number of matrices every run. From other considerations I know wh...
12 years 前 | 1 个回答 | 0