Difference between revisions of "Software tutorial"
Jump to navigation
Jump to search
m |
m |
||
Line 9: | Line 9: | ||
# [[Software tutorial/Vectors and arrays|Vectors and arrays]] (used for [[Tutorial_3_-_2010|tutorial 3]]) | # [[Software tutorial/Vectors and arrays|Vectors and arrays]] (used for [[Tutorial_3_-_2010|tutorial 3]]) | ||
# [[Software_tutorial/Matrix_operations|Matrix operations]] (used for [[Tutorial_4_-_2010|tutorial 4]]) | # [[Software_tutorial/Matrix_operations|Matrix operations]] (used for [[Tutorial_4_-_2010|tutorial 4]]) | ||
# [[Software_tutorial/Functions as objects|Functions as objects]] (used for [[Tutorial_5_-_2010|tutorial 5]] to find the zero of a function) | |||
''Coming soon'': | ''Coming soon'': | ||
* Polynomial roots and coefficients | * Polynomial roots and coefficients | ||
* Generating and saving figures (plots) | * Generating and saving figures (plots) | ||
* 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] |
Revision as of 16:03, 18 October 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)
Coming soon:
- Polynomial roots and coefficients
- Generating and saving figures (plots)
- 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 |
---|---|
|
|