Code Examples

From phys660
Revision as of 16:14, 2 March 2012 by Bnikolic (talk | contribs)
Jump to navigationJump to search

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

Project 5

  • wave_packet_cn.m

FPU simulation and FPU1 function

Fortran 90

Python