New pages
From Sutherland_wiki
- 14:40, 16 November 2013 Isothermal CSTR (hist) [73 bytes] Tgeisler (talk | contribs) (Created Isothermal CSTR)
- 21:44, 26 August 2013 Recursive Functions (hist) [3,623 bytes] Hbuchman (talk | contribs) (Created page with "=== What is a recursive function? === Recursive functions are any functions which 'call' or 'use' themselves in order to move from the most complicated form of a problem to the ...")
- 11:24, 22 August 2013 Ten Things To Know Before You Write Any Programs (hist) [5,896 bytes] Hbuchman (talk | contribs) (Created page with "=== Ten Tips to Get Started === # Give variables meaningful names. For example don't name the variable keeping track of your first linear equation ''a'', call it ''linEqA''. Thi...")
- 13:55, 29 August 2009 Iteration and Convergence (hist) [3,365 bytes] 00033394 (talk | contribs) (first pass at tolerances and norms. Needs more work!)
- 17:46, 5 August 2009 Taylor Series (hist) [5,973 bytes] 00033394 (talk | contribs) (Created page with '== Single Variable Taylor Series == If we know a function value and its derivatives at some point <var>x</var><sub>0</sub>, we can use a ''Taylor series'' to approximate its val...')
- 16:58, 19 February 2009 ODEs (hist) [5,249 bytes] 00033394 (talk | contribs) (New page: Category:Matlab == Solving ODEs in Matlab == To solve an ODE (or a system of ODEs) in Matlab, you need to build a function that evaluates the right-hand-side of the ODEs. For examp...)
- 15:32, 19 September 2008 Matlab Loops (hist) [11,049 bytes] 00033394 (talk | contribs) (New page: == Motivating Example == Suppose you wanted to create a program to see how often a given number turns up in [http://en.wikipedia.org/wiki/Craps Craps]. If we roll two dice, the smallest ...)
- 11:25, 19 September 2008 Matlab Logic (hist) [4,730 bytes] 00033394 (talk | contribs) (New page: == Introduction == <!-- Often in an algorithm we must take a different path or do some extra work if some condition is true. Consider the following example: The [http://en.wikipedia.org/...)
- 22:35, 1 September 2008 Sandbox (hist) [407 bytes] Tilloucifer (talk | contribs) (New page: Welcome to the sandbox! Want to try out some formatting? This is the place to do it!)
- 17:20, 18 August 2008 Matlab Basics (hist) [13,201 bytes] 00033394 (talk | contribs) (New page: == The Command Window == {{Stub|section}} === Defining Variables === {{Stub|section}} === Useful Commands === {| border="1" cellpadding="5" cellspacing="0" align="center" style="text-a...)
- 14:45, 20 July 2008 Equations in Word (hist) [3,452 bytes] 00033394 (talk | contribs) (New page: == Using the Equation Editor == == Formatting an Equation == == Numbering and Cross-Referencing Equations ==)
- 14:44, 20 July 2008 Figures in Word (hist) [90 bytes] 00033394 (talk | contribs) (New page: == Inserting a Figure == == Creating a Caption == == Cross-referencing ==)
- 09:42, 18 July 2008 Matlab IO (hist) [14,681 bytes] 00033394 (talk | contribs) (New page: == Terminal and File Input in MATLAB == === INPUT === === FSCANF === ==== File Input using FSCANF ==== === Loading variables using LOAD === == Terminal and File Output in MATLAB == ...)