(These codes have been zipped with WinZip®.
You must unzip them and move them to your current working MATLAB directory in order to use them.)
- Ordinary Differential Equation Solver
Includes
- single first order ODE IVP using Euler and Runge-Kutta routines
- n-equation system of first-order ODE IVP's using Euler and Runge-Kutta routines
- shooting method (using Euler or RK4) for nth-order ODE BVP's
- Regression Routines
Includes
- simple regression (single-variable linear regression)
- n-variable linear regression
- nth-order single-variable polynomial regression (e.g. cubic spline)
- confidence intervals (new feature, added 4/20/99)
- Integration Routines
Includes
- Numerical Integration using the Trapezoidal Rule
- Numerical Integration using Simpson's 1/3 Rule
- Numerical Integration using Gaussian Quadrature
- Systems of Nonlinear Algebraic Equations Solver
Includes
- n-equation system of non-linear algebraic equantions solver
- An example of solving a system of nonlinear equations: the material balance on an extractor with 2 components in the feed, solvent, extract, and raffinate streams.
- Chemical Equilibria Example Code
Includes
- an input file for syseqn.m
- An example of solving a system of nonlinear equations: chemical equilibria of the ethylene, benzene, ethyl-benzene system under isothermal or adiabatic conditions.
- ANOVA Routines
Includes
- 2-factor ANOVA
- 2k factorial experiment
- computer look-up of t-statistics table for confidence intervals
- computer look-up of f-statistics table for hypothesis testing
|