Difference between revisions of "Main Page"
From Sutherland_wiki
(→Guidelines & Tips for Creating Tutorials) |
|||
Line 33: | Line 33: | ||
* [[NonlinEqn|Nonlinear equations]] | * [[NonlinEqn|Nonlinear equations]] | ||
* [[ODEs|Ordinary Differential Equations]] | * [[ODEs|Ordinary Differential Equations]] | ||
+ | |||
+ | <math>2+2=5</math> |
Revision as of 19:32, 2 July 2008
Contents
Guidelines & Tips for Creating Tutorials
When creating or editing content:
- Provide links to the tutorial from other wiki pages on this site if applicable.
- Provide links from your tutorial to other wiki pages on this site if applicable.
Here are several resources to help in creating/editing Wiki pages:
- Quick reference guide for editing wiki pages
- User's Guide - information on using the wiki software.
- MediaWiki FAQ
NOTE: Please use the "preview" feature to make sure that your changes look right before saving the page. You may also want to try a sandbox out, where you can edit things without breaking anything.
Tutorials
Matlab Tutorials
When editing these pages, feel free to link to external pages that provide additional resources that you find useful.
- Creating and using arrays
- Solving linear systems of equations
- Creating and using functions
- Plotting
- Debugging in Matlab
Tutorials on numerical analysis
Each tutorial includes a discussion of algorithm(s) and some examples, including MATLAB code.
- Linear algebra refresher. Matrices and vectors, solving systems of linear equations.
- Interpolation
- Regression
- Numerical Differentiation
- Numerical Integration
- Nonlinear equations
- Ordinary Differential Equations