Links: Difference between revisions
From phys660
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Numerical Analysis | == Numerical Analysis == | ||
* | *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). | ||
* G. W. Recktenwald, ''Unavoidable errors in computing'' [[Media:unavoidable_errors.pdf|[PDF]]]. | * G. W. Recktenwald, ''Unavoidable errors in computing'' [[Media:unavoidable_errors.pdf|[PDF]]]. | ||
== Linux | == Linux == | ||
*[http://www.udel.edu/topics/connect/VPN/ Using VPN at UD] | *[http://www.udel.edu/topics/connect/VPN/ Using VPN at UD] | ||
*[http://www-uxsup.csx.cam.ac.uk/pwf-linux/intro/remote.files.html Transfering Files: scp and sftp] | *[http://www-uxsup.csx.cam.ac.uk/pwf-linux/intro/remote.files.html Transfering Files: scp and sftp] | ||
Line 14: | Line 14: | ||
*Introduction to Emacs, Pico, and VI text editors | *Introduction to Emacs, Pico, and VI text editors | ||
== LaTeX | == LaTeX == | ||
*[http://www.andy-roberts.net/writing/latex Getting to Grips with LaTeX] | *[http://www.andy-roberts.net/writing/latex Getting to Grips with LaTeX] | ||
*[http://en.wikibooks.org/wiki/LaTeX LaTeX Guide@Wikibooks] | *[http://en.wikibooks.org/wiki/LaTeX LaTeX Guide@Wikibooks] | ||
Line 22: | Line 22: | ||
*[http://www.aip.org/pacs PACS codes] | *[http://www.aip.org/pacs PACS codes] | ||
== 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] | ||
Line 30: | Line 30: | ||
*[[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]] | ||
== Fortran 90 | == Fortran 90 == | ||
* [http://gcc.gnu.org/wiki/GFortran GNU Fortran] | * [http://gcc.gnu.org/wiki/GFortran GNU Fortran] | ||
* [http://sip.clarku.edu/tutorials/F.html Fortran 90 in 24 hours] | * [http://sip.clarku.edu/tutorials/F.html Fortran 90 in 24 hours] | ||
Line 36: | Line 36: | ||
* [http://www.cisl.ucar.edu/tcg/consweb/Fortran90/F90Tutorial/tutorial.html Fortran 90 Advanced Tutorial] | * [http://www.cisl.ucar.edu/tcg/consweb/Fortran90/F90Tutorial/tutorial.html Fortran 90 Advanced Tutorial] | ||
==Python | ==Python== | ||
*[[Media:python_40minutes.pdf|Python in 40 minutes]] | *[[Media:python_40minutes.pdf|Python in 40 minutes]] | ||
*[http://docs.python.org/tutorial/index.html Comprehensive Python Tutorials] | *[http://docs.python.org/tutorial/index.html Comprehensive Python Tutorials] | ||
*[http://python.org/ Python.org] | *[http://python.org/ Python.org] | ||
*[http://numpy.scipy.org/ NumPy] | *[http://numpy.scipy.org/ NumPy] |
Revision as of 11:51, 13 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 [PDF].
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
- MATLAB Jacket for GPUs
- Multithreaded MATLAB performance on selected multicore machines at UD