Feeds
已提交
Integer partition generator
Generates a table of all integer partitions of integers from 0 to N.
12 years 前 | 4 次下载 |
已回答
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
1
个回答已提交
block diagonal multiplication
Used for multiplying large block diagonal matrices with matrices / vectors.
12 years 前 | 1 次下载 |
已提交
block diagonal representation
Converts a matrix into a cell array of different sized matrices that make up the blocks.
12 years 前 | 1 次下载 |
已提交
Gauss Laguerre Quadrature
Generates points and weights for Gauss Laguerre Quadrature, to a tolerance, tested for N < 300
12 years 前 | 3 次下载 |
已提交
Gauss Hermite quadrature rule
generates zeros of a Hermite polynomial of degree n to tolerance "tol" and their associated weights.
12 years 前 | 2 次下载 |
已提交
Generate binomial table
Very simple function to generate a table of all possible binomial coefficients below a cut off
13 years 前 | 1 次下载 |
已提交
Permsnonindentical
lists all nonidentical permutations of a set of numbers i.e. [1,1,2] go to [1,1,2;1,2,1;2,1,1]
13 years 前 | 1 次下载 |