File list

From Sutherland_wiki
Jump to: navigation, search

This special page shows all uploaded files.

File list
 
Date Name Thumbnail Size Description Versions
21:24, 21 January 2013 MatlabPlotting.pdf (file) 439 KB   1
10:31, 23 August 2010 TrapezoidExample1.png (file) 5 KB Example of applying the trapezoid rule to a dataset of flow rates. 1
10:31, 23 August 2010 TrapezoidRule.png (file) 14 KB Schematic illustration of the trapezoid rule. 1
10:28, 23 August 2010 MidpointExample1.png (file) 5 KB Example of applying the midpoint rule to a dataset of flowrates. 1
10:27, 23 August 2010 MidpointRule.png (file) 14 KB Schematic illustration of the midpoint rule. 1
14:17, 29 August 2009 Jacobi.m (file) 693 bytes Implements the vectorized jacobi method for solving sparse linear systems 1
20:06, 5 August 2009 Der demo.m (file) 799 bytes Generates convergence plots for derivative stencils from 1st to 4th order on a uniform mesh. 1
20:01, 5 August 2009 DerConverge uniform mesh.png (file) 11 KB Error as a function of mesh spacing for various derivative approximations on a uniform mesh 1
19:08, 5 August 2009 Uniform grid 1D.png (file) 8 KB Depiction of a uniform grid in 1D 1
17:25, 5 August 2009 TaylorSeriesDemo exp.png (file) 8 KB Approximation of f(x) = exp(x) using a Taylor series expansion at x=1 1
17:24, 5 August 2009 TaylorSeriesDemo cubic.png (file) 8 KB Approximation of f(x) = x^3 - x using a Taylor series expansion at x=1 1
16:17, 5 August 2009 NonlinSysDemo2 plot.png (file) 5 KB Plot of the functions x^2 + y^2 = 1 y = x^3 - x + 1 1
16:16, 5 August 2009 NonlinSysDemo2.m (file) 1 KB Matlab code to solve a system of nonlinear equations: x^2 + y^2 = 1 y = x^3 - x + 1 It uses Newton's method. 1
13:07, 5 August 2009 Regulafalsi demo iter0.png (file) 7 KB First iteration of the regula falsi method on the function r(x) = 0.5 - sin(5x)*exp(-x) using an initial interval [0,0.4] 1
12:38, 5 August 2009 Bisect demo iter0.png (file) 7 KB Plot of r(x)= 0.5 - sin(5*x)*exp(-x) showing the first iteration of a bisection algorithm beginning on the interval [0,0.4] 1
10:37, 5 August 2009 Nonlinear categorization.png (file) 88 KB Categorizes primary solution approaches for nonlinear equaitons: closed and open domain methods. 1
09:41, 26 September 2008 Expdecay.png (file) 10 KB Plots the exponential decay of a material as a function of time for various time constants. 1
08:45, 26 September 2008 Trajectory.png (file) 12 KB Plot of the trajectory of a projectile at various launch angles. 1
13:39, 11 September 2008 Subplot demo.png (file) 30 KB   1
13:08, 11 September 2008 Paper fold.m (file) 332 bytes matlab code to plot the thickness of a folded piece of paper as a function of the number of folds. 1
13:01, 11 September 2008 Paperfold plot.png (file) 5 KB   1
13:00, 11 September 2008 Paperfold semilogy.png (file) 5 KB   1
15:28, 8 September 2008 Warn.jpg (file)
Error creating thumbnail: Unable to save thumbnail to destination
3 KB   1
17:04, 1 September 2008 Spline1.png (file) 66 KB   1
16:13, 25 August 2008 Learned.pdf (file) 81 KB A Short Guide to Technical Writing by Welthea M. Learned and ChE Faculty 1
15:47, 25 August 2008 MSEqnExample1.png (file) 19 KB   2
15:46, 25 August 2008 MSEqnExample2.png (file) 20 KB   4
15:43, 25 August 2008 MSEqnExample3.png (file) 44 KB   3
14:51, 25 August 2008 MSEqnSupSub.png (file)
Error creating thumbnail: Unable to save thumbnail to destination
862 bytes   1
14:48, 25 August 2008 MSEqnEditor.png (file) 18 KB   1
10:42, 25 August 2008 CrossProd.png (file) 15 KB   1
10:11, 25 August 2008 DotProdExample.png (file) 30 KB   1
08:44, 25 August 2008 Linsys example.png (file) 6 KB Generated with the following MATLAB commands: <source lang="matlab"> x = linspace(-3,-1); y1 = -5/6*x; y2 = -3*x-5; plot(x,y1,'r-',x,y2,'g--',-2.3077,1.9231,'ko'); grid on; xlabel('x'); ylabel('y'); legend('6y=-5x','y=-3x-5'); </source> 1
17:19, 23 August 2008 SinCosPlot2.png (file) 6 KB <source lang="matlab"> x = linspace(-pi,pi); f1 = cos(x); f2 = sin(x); plot(x,f1, x, f2); xlabel('x'); ylabel('f(x)'); legend('cos(x)','sin(x)'); </source> 1
17:16, 23 August 2008 SinCosPlot1.png (file) 7 KB Switch to png format. 1
12:19, 19 August 2008 MatlabPathDialogue.jpg (file) 80 KB Shows an image of MATLAB's path browser dialogue box. 1
12:02, 19 August 2008 MatlabCmdWindow arrows.jpg (file) 28 KB Image of the MATLAB command window with arrows indicating the current working directory as well as the button to navigate to a new directory. 1