Links: Difference between revisions
From phys660
Jump to navigationJump to search
(→MATLAB) |
|||
Line 1: | Line 1: | ||
== Numerical Analysis == | == Numerical Analysis == | ||
*C. Moler, [http://www.mathworks.com/moler/chapters.html Numerical Computing with | *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]]. | ||
Revision as of 07:03, 28 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).
- L. N. Trefethen, Spectral Methods in MATLAB (SIAM, Philadelphia, 2000).
- G. W. Recktenwald, Unavoidable errors in computing.
Unix
- 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
- Best practices for MATLAB GPU coding
- MATLAB built-in functions on GPU