Links: Difference between revisions

From phys660
Jump to navigationJump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Numerical Analysis ==
== Numerical Analysis ==
*C. Moler, [http://www.mathworks.com/moler/chapters.html Numerical Computing with Matlab] (SIAM, Philadelphia, 2004).
*C. Moler, [http://www.mathworks.com/moler/chapters.html Numerical Computing with MATLAB] (SIAM, Philadelphia, 2004).
*W. H. Press, S. A. Teukolsky, W. T. Vetterling, and B. P. Flannery: [http://www.nr.com/ Numerical Recipes: The Art of Scientific Computing] (CUP, Cambridge, 2007).  
*W. H. Press, S. A. Teukolsky, W. T. Vetterling, and B. P. Flannery: [http://www.nr.com/ Numerical Recipes: The Art of Scientific Computing] (CUP, Cambridge, 2007).  
* L. N. Trefethen, [http://people.maths.ox.ac.uk/trefethen/spectral.html Spectral  Methods in MATLAB] (SIAM, Philadelphia, 2000).
* G. W. Recktenwald, [[Media:unavoidable_errors.pdf|Unavoidable errors in computing]].
* G. W. Recktenwald, [[Media:unavoidable_errors.pdf|Unavoidable errors in computing]].


Line 22: Line 23:


== MATLAB ==
== MATLAB ==
* '''Running MATLAB m-files in background under Linux:''' nohup matlab -nojvm -nodesktop -nodisplay < your_file.m & > log_file.out &
*[http://www.mathworks.com/help/pdf_doc/matlab/getstart.pdf MATLAB Getting Started Guide]
*[http://www.mathworks.com/help/pdf_doc/matlab/getstart.pdf MATLAB Getting Started Guide]
*[http://www.mathworks.com/help/techdoc/index.html The complete official MATLAB reference]
*[http://www.mathworks.com/help/techdoc/index.html The complete official MATLAB reference]
*[http://www.math.umbc.edu/~gobbert/matlab.html Running MATLAB m-files in background under Linux]
*[http://cs.nyu.edu/cs/faculty/overton/g22_nm/programs/info.html Calling C and Fortran from MATLAB using the MEX interface]
*[http://cs.nyu.edu/cs/faculty/overton/g22_nm/programs/info.html Calling C and Fortran from MATLAB using the MEX interface]
*[[Media:mlab_bench.pdf|Multithreaded MATLAB performance on selected multicore machines at UD]]
*[[Media:mlab_bench.pdf|Multithreaded MATLAB performance on selected multicore machines at UD]]

Latest revision as of 18:07, 21 April 2017