Code Examples: Difference between revisions
From phys660
Jump to navigationJump to search
(→MATLAB) |
|||
Line 21: | Line 21: | ||
===Project 5=== | ===Project 5=== | ||
*wave_packet_cn.m | *[[Media:wave_packet_cn.m|wave_packet_cn.m]] | ||
== Fortran 90 == | == Fortran 90 == | ||
== Python == | == Python == |
Revision as of 17:26, 19 April 2012
MATLAB
MATLAB tutorial
- rfib.m
- gquad_solver.m (good programming to solve quadratic equation)
- bquad_solver.m (bad programming to solve quadratic equation)
- TEST: Apply both qguad_solver.m and bquad_solver.m to find the roots of .
Project 1
Project 2
Project 3
Project 4
- rand_randn_test.m
- metropolis_mc_ising.m