photo

David Holdaway


Durham University

Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

All
  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


Integer partition generator
Generates a table of all integer partitions of integers from 0 to N.

etwa 12 Jahre vor | 3 Downloads |

Thumbnail

Beantwortet
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...

etwa 12 Jahre vor | 0

Frage


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 ...

etwa 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Gesendet


block diagonal multiplication
Used for multiplying large block diagonal matrices with matrices / vectors.

etwa 12 Jahre vor | 1 Download |

Gesendet


block diagonal representation
Converts a matrix into a cell array of different sized matrices that make up the blocks.

mehr als 12 Jahre vor | 1 Download |

Gesendet


Gauss Laguerre Quadrature
Generates points and weights for Gauss Laguerre Quadrature, to a tolerance, tested for N < 300

mehr als 12 Jahre vor | 4 Downloads |

Gesendet


Gauss Hermite quadrature rule
generates zeros of a Hermite polynomial of degree n to tolerance "tol" and their associated weights.

mehr als 12 Jahre vor | 1 Download |

Gesendet


Generate binomial table
Very simple function to generate a table of all possible binomial coefficients below a cut off

mehr als 12 Jahre vor | 1 Download |

Gesendet


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]

mehr als 12 Jahre vor | 1 Download |