Code Examples: Difference between revisions

From phys660
Jump to navigationJump to search
Line 12: Line 12:
===Project 2===
===Project 2===
*[[Media:chaos_balls.m|chaos_balls.m]]
*[[Media:chaos_balls.m|chaos_balls.m]]
*[http://www.mathworks.com/help/matlab/matlab_prog/techniques-for-improving-performance.html Preallocating arrays in MATLAB]


===Project 3===
===Project 3===

Revision as of 15:49, 14 March 2014

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

Fortran 90

Python