Computing: Difference between revisions
From phys824
Jump to navigationJump to search
Line 33: | Line 33: | ||
* [http://www.physics.udel.edu/~bnikolic/teaching/phys824/MATLAB/matrix_exp.m matrix_exp.m] (Exponential, or any other function with small changed in the code, of a Hermitian matrix) | * [http://www.physics.udel.edu/~bnikolic/teaching/phys824/MATLAB/matrix_exp.m matrix_exp.m] (Exponential, or any other function with small changed in the code, of a Hermitian matrix) | ||
* [http://www.physics.udel.edu/~bnikolic/teaching/phys824/MATLAB/self_energy.m self_energy.m] (Self-energy of the semi-infinite ideal metallic lead modeled on the square tight-binding lattice - the code shows how to convert analytical formulas of the lead surface Green function into a working program) | |||
== Mathematica == | == Mathematica == |
Revision as of 14:09, 29 September 2009
MATLAB
Hands-on training
Reference
Books and notes
- C. Moler: Numerical Computing with MATLAB (SIAM, Philadelphia, 2004). [PDF]
- UD Crash Course on Matlab
Implementation Tools
M-files
- electron_density.m (code for Problem 1 in Homework Set 1)
- disordered_nanowire.m (code for Problems 2 & 3 in Homework Set 2)
- dos_negf.m (code to compute the density of states of a nanowire using Green functions)
M-functions
- matrix_exp.m (Exponential, or any other function with small changed in the code, of a Hermitian matrix)
- self_energy.m (Self-energy of the semi-infinite ideal metallic lead modeled on the square tight-binding lattice - the code shows how to convert analytical formulas of the lead surface Green function into a working program)
Mathematica
Hands-on training
- Mathematica: Getting Started
- Mathematica: Differential Equations
- Mathematica: Linear Algebra
- Wolfram hands-on start to Mathematica
Tutorials
- J. J. Kely, Essential Mathematica for students of science
- L. Pryadko, Exploring many-body quantum physics with Mathematica
Books
- H. Ruskeepaa, Mathematica Navigator [publisher Website]