Difference between revisions of "Software tutorial"
Jump to navigation
Jump to search
m |
m |
||
Line 15: | Line 15: | ||
<!-- ODE's in Python: | <!-- ODE's in Python: | ||
* ideint: initial value problems (wraps lsoda from Fortran's ODEPACK) | * ideint: initial value problems (wraps lsoda from Fortran's ODEPACK) | ||
* scipy.integrate.ode; wraps several Fortran solvers | * scipy.integrate.ode; wraps several Fortran solvers, e.g. <tt>scipy.integrate.romberg</tt> | ||
--> | --> | ||
== Need some more help? == | == Need some more help? == |
Revision as of 14:32, 10 November 2010
This tutorial will expand as we progress in the course. Each section has notes for both MATLAB and Python.
- About the course software
- Software installation
- Getting started
- My first program (required for tutorial 1)
- for loops and while loops (required for tutorial 1)
- Scripts and functions (useful for tutorial 2)
- Vectors and arrays (used for tutorial 3)
- Matrix operations (used for tutorial 4)
- Functions as objects (used for tutorial 5 to find the zero of a function)
- Creating and saving plots : important for all remaining assignments, and the take-home midterm.
- Want tutorials on other topics: please email me
Need some more help?
Not every aspect about MATLAB or Python can be covered with our tutorial (above). Here are some additional resources.
MATLAB | Python |
---|---|
|
|