Difference between revisions of "Main Page"
From Sutherland_wiki
(rework main page and combine with tutorials) |
(→Matlab Tutorials) |
||
(One intermediate revision by the same user not shown) | |||
Line 19: | Line 19: | ||
** [[Matlab Basics #M-Files|Creating m-files]] | ** [[Matlab Basics #M-Files|Creating m-files]] | ||
** [[Matlab Basics #Matlab's Path|Matlab's path]] | ** [[Matlab Basics #Matlab's Path|Matlab's path]] | ||
+ | ** [[Ten Things To Know Before You Write Any Programs]] | ||
* [[Matlab_Arrays|Arrays in Matlab]] | * [[Matlab_Arrays|Arrays in Matlab]] | ||
Line 33: | Line 34: | ||
* [[Matlab_Functions|Functions in Matlab]] | * [[Matlab_Functions|Functions in Matlab]] | ||
+ | **[[Recursive Functions]] | ||
* [[Matlab_Plotting|Plotting in Matlab]] | * [[Matlab_Plotting|Plotting in Matlab]] |
Latest revision as of 21:26, 26 August 2013
Welcome to Prof. Sutherland's Wiki!
This Wiki is intended to be a resource for students on Matlab, numerical analysis, and technical writing. It contains many explanations, procedures, tips, tricks and examples. All Chemical Engineering students should be able to log in using their departmental user name and password.
Matlab Tutorials
Click here to visit Matlab's website for their online tutorials.
- Matlab Basics - the basics of Matlab, including:
Tutorials on Numerical Analysis
Each tutorial includes a discussion of algorithm(s) and some examples, including Matlab code.
- Interpolation
- Regression
- Numerical Differentiation
- Numerical Integration
- Nonlinear equations
- Ordinary Differential Equations
And a potpourri of miscellaneous topics:
- Taylor Series - used in various parts of numerical analysis.
Technical Writing
- A Short Guide to Technical Writing by W. M. Learned and the ChEn faculty. This guide is required reading for Senior Laboratory.
- Equations in Word including automatic numbering and cross-referencing.
- Figures in Word - creating captions, numbering, and cross referencing.
- Bibliographies in Word including cross-referencing.
- LyX - a powerful cross-platform package for technical writing.