Links: Difference between revisions
From phys660
Jump to navigationJump to search
(→MATLAB) |
(→MATLAB) |
||
Line 23: | Line 23: | ||
== MATLAB == | == MATLAB == | ||
*[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://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]] | ||
*[http://www.mathworks.com/help/matlab/matlab_prog/techniques-for-improving-performance.html Techniques for improving performance] | |||
== Fortran 90 == | == Fortran 90 == |
Revision as of 12:57, 15 March 2014
Numerical Analysis
- C. Moler, Numerical Computing with Matlab (SIAM, Philadelphia, 2004).
- W. H. Press, S. A. Teukolsky, W. T. Vetterling, and B. P. Flannery: Numerical Recipes: The Art of Scientific Computing (CUP, Cambridge, 2007).
- G. W. Recktenwald, Unavoidable errors in computing.
Linux
- Using VPN at UD
- Transfering Files: scp and sftp
- Using X-windows (X11) and secure shell (SSH) to connect to a remote UNIX server
- PuTTY SSH Client
- X Tunneling on Windows via Xming
- X Tunneling on MacOS
- Introduction to Emacs, Pico, and VI text editors
LaTeX
- Getting to Grips with LaTeX
- LaTeX Guide@Wikibooks
- REVTEX4 Authors' Guide
- How to use BibTeX
- JabRef manager for BibTeX entries
- PACS codes
MATLAB
- MATLAB Getting Started Guide
- The complete official MATLAB reference
- Running MATLAB m-files in background under Linux
- Calling C and Fortran from MATLAB using the MEX interface
- Multithreaded MATLAB performance on selected multicore machines at UD
- Techniques for improving performance