Difference between revisions of "Resources"
Peter Beerli (talk | contribs) |
Peter Beerli (talk | contribs) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == | + | == Project == |
Here you can find resources that will help to find a good final project: | Here you can find resources that will help to find a good final project: | ||
− | [[Media:2012Burkardt.pdf | + | [[Media:2012Burkardt.pdf|John Burkardt's list of potential projects]]<br> |
− | [[Media:AmSci1998Hayes.pdf | + | [[Media:AmSci1998Hayes.pdf|Self-avoiding walks]]<br> |
− | [[Media:AmSci1998Hayes2.pdf | + | [[Media:AmSci1998Hayes2.pdf|Folding pseudoproteins]]<br> |
− | [[Media:AmSci2007Hayes.pdf | + | [[Media:AmSci2007Hayes.pdf|Multicore computation]]<br> |
− | [[Media:AmSci2008Hayes.pdf | + | [[Media:AmSci2008Hayes.pdf| Matching, holographic algorithm, NP-hard, NP-complete]]<br> |
− | [[Media:AmSci2011Hayes.pdf | + | [[Media:AmSci2011Hayes.pdf| Bird flocking behavior simulation]]<br> |
− | [[Media:AmSci2011Hayes2.pdf | + | [[Media:AmSci2011Hayes2.pdf| A ball in N-Dimension]]<br> |
− | [[Media:AmSci2013Hayes.pdf | + | [[Media:AmSci2013Hayes.pdf | Crinkly curves, fractals]]<br> |
− | [[Media:SciAm2000Bonabeau.pdf | + | [[Media:SciAm2000Bonabeau.pdf| Swarming ants, a new optimization algorithm]] <br> |
+ | [http://www.seas.gwu.edu/~simhaweb/champalg/tsp/tsp.html Travelling Salesman algorithms]<br> | ||
+ | |||
+ | == Software == | ||
+ | Our labs and homework use MATLAB, there are several free matlab 'clones' available | ||
+ | * [http://www.scilab.org SciLab] works on Linux/Windows/Mac and is decently fast on large matrices, this is my preferred matlab clone, here a [http://help.scilab.org/docs/5.4.1/fr_FR/section_36184e52ee88ad558380be4e92d3de21.html link to matlab-scilab comparison per function] | ||
+ | * [http://freemat.sourceforge.net FreeMat] is another matlab clone, on my MacOS10.8 it looked nice but was very slow plotting 8000 points and stalled a few times (I may have been just too impatient). | ||
+ | * [http://www.gnu.org/software/octave/ Octave] is commonly declared as a matlab clone, but I find that the octave team has dropped the ball because their framework is very complicated to compile and seem to fail on modern MacOS systems. |
Latest revision as of 08:05, 9 October 2014
Project
Here you can find resources that will help to find a good final project:
John Burkardt's list of potential projects
Self-avoiding walks
Folding pseudoproteins
Multicore computation
Matching, holographic algorithm, NP-hard, NP-complete
Bird flocking behavior simulation
A ball in N-Dimension
Crinkly curves, fractals
Swarming ants, a new optimization algorithm
Travelling Salesman algorithms
Software
Our labs and homework use MATLAB, there are several free matlab 'clones' available
- SciLab works on Linux/Windows/Mac and is decently fast on large matrices, this is my preferred matlab clone, here a link to matlab-scilab comparison per function
- FreeMat is another matlab clone, on my MacOS10.8 it looked nice but was very slow plotting 8000 points and stalled a few times (I may have been just too impatient).
- Octave is commonly declared as a matlab clone, but I find that the octave team has dropped the ball because their framework is very complicated to compile and seem to fail on modern MacOS systems.