Difference between revisions of "Software tutorial"

From Process Model Formulation and Solution: 3E4
Jump to navigation Jump to search
m
m
Line 11: Line 11:
# [[Software_tutorial/Functions as objects|Functions as objects]] (used for [[Tutorial_5_-_2010|tutorial 5]] to find the zero of a function)
# [[Software_tutorial/Functions as objects|Functions as objects]] (used for [[Tutorial_5_-_2010|tutorial 5]] to find the zero of a function)
# [[Software_tutorial/Creating and saving plots|Creating and saving plots]] : important for all remaining assignments, and the take-home exam.
# [[Software_tutorial/Creating and saving plots|Creating and saving plots]] : important for all remaining assignments, and the take-home exam.
# '''''Coming soon''''': a tutorial on integrating ODEs in MATLAB and Python
# [[Software_tutorial/Integration of ODEs]]: a tutorial on integrating ODEs in MATLAB and Python
* Want tutorials on other topics: please [mailto:kevin.dunn@connectmv.com email me]  
* Want tutorials on other topics: please [mailto:kevin.dunn@connectmv.com email me]  
== Need some more help? ==
== Need some more help? ==

Revision as of 19:33, 19 November 2010

This tutorial will expand as we progress in the course. Each section has notes for both MATLAB and Python.

  1. About the course software
  2. Software installation
  3. Getting started
  4. My first program (required for tutorial 1)
  5. for loops and while loops (required for tutorial 1)
  6. Scripts and functions (useful for tutorial 2)
  7. Vectors and arrays (used for tutorial 3)
  8. Matrix operations (used for tutorial 4)
  9. Functions as objects (used for tutorial 5 to find the zero of a function)
  10. Creating and saving plots : important for all remaining assignments, and the take-home exam.
  11. Software_tutorial/Integration of ODEs: a tutorial on integrating ODEs in MATLAB and Python
  • 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