Difference between revisions of "Main Page"

From Sutherland_wiki
Jump to: navigation, search
m (Matlab Tutorials)
Line 5: Line 5:
  
 
=== Matlab Tutorials ===
 
=== Matlab Tutorials ===
 +
 
When editing these pages, feel free to link to external pages that provide additional resources that you find useful.
 
When editing these pages, feel free to link to external pages that provide additional resources that you find useful.
 
* [[Matlab_Arrays|Creating and using arrays]]
 
* [[Matlab_Arrays|Creating and using arrays]]
Line 10: Line 11:
 
* [[Matlab_Functions|Creating and using functions]]
 
* [[Matlab_Functions|Creating and using functions]]
 
* [[Matlab_Plotting|Plotting]]
 
* [[Matlab_Plotting|Plotting]]
* [[Matlab_IO|Input/Output in Matlab]]
+
* [[Matlab_IO|Input/Output in Matlab]].  File input/output, saving variables to disk and loading variables, exporting figures, etc.
 
* [[Matlab_Debug|Debugging in Matlab]]
 
* [[Matlab_Debug|Debugging in Matlab]]
 +
  
 
=== Tutorials on numerical analysis ===
 
=== Tutorials on numerical analysis ===
Line 24: Line 26:
 
* [[Nonlinear equations]]
 
* [[Nonlinear equations]]
 
* [[ODEs|Ordinary Differential Equations]]
 
* [[ODEs|Ordinary Differential Equations]]
 +
 +
 +
=== Technical Writing ===
 +
* [[Bibliographies in Word]] including cross-referencing.
 +
* [[Equations in Word]] including automatic numbering and cross-referencing.
 +
* [[Figures in Word]] - creating captions, numbering, and cross referencing.
 +
* [[LyX]] - a powerful package for technical writing.

Revision as of 10:48, 18 July 2008

See the Help:Contents page for tips and help on editing pages.

Tutorials

Matlab Tutorials

When editing these pages, feel free to link to external pages that provide additional resources that you find useful.


Tutorials on numerical analysis

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


Technical Writing