Difference between revisions of "Main Page"

From Sutherland_wiki
Jump to: navigation, search
 
Line 1: Line 1:
<big>'''MediaWiki has been successfully installed.'''</big>
+
== 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.
  
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
+
Here are several resources to help in creating/editing Wiki pages:
 +
* [http://upload.wikimedia.org/wikipedia/meta/6/66/MediaWikiRefCard.pdf Quick reference guide for editing wiki pages]
 +
* [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] - information on using the wiki software.
 +
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
  
== Getting started ==
 
  
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
+
 
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
+
== Tutorials ==
* [http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
+
 
 +
 
 +
=== Matlab Tutorials ===
 +
* [[Matlab_Arrays|Creating and using arrays]]
 +
* [[Matlab_LinSys|Solving linear systems of equations]]
 +
* [[Matlab_Functions|Creating and using functions]]
 +
* [[Matlab_Plotting|Plotting]]
 +
* [[Matlab_Debug|Debugging in Matlab]]
 +
 
 +
 
 +
=== Tutorials on numerical analysis ===
 +
 
 +
Each tutorial includes a discussion of algorithm(s) and some examples, including MATLAB code.
 +
 
 +
* [[LinearAlgebra|Linear algebra refresher]]. Matrices and vectors, solving systems of linear equations.
 +
* [[Interpolation]]
 +
* [[Regression]]
 +
* [[NumericalDifferentiation|Numerical Differentiation]]
 +
* [[Numerical Integration|Numerical Integration]]
 +
* [[NonlinEqn|Nonlinear equations]]

Revision as of 17:41, 2 July 2008

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:


Tutorials

Matlab Tutorials


Tutorials on numerical analysis

Each tutorial includes a discussion of algorithm(s) and some examples, including MATLAB code.