Software Page
This software and data is free to use or download. However, the material
is copyrighted and cannot be commercially distributed.
-
Pivoting Calculator
- This Java applet allows one to perform pivot operations on a matrix. For the same applet with a larger display for classroom demonstrations use Large Display Pivoting Calculator.
- Wolfram CDF Player
- CDF Player is a viewer for notebook documents created with Mathematica. This is freely available for most platforms from Wolfram Research, Inc, the makers of Mathematica.
- Selected Mathematica packages developed by Steven Wilkinson
- ImplicitPlot3D.m
- A package for plotting implicit equations in three variables, e.g. F(x,y,z) = 0.
- ODE.m
- A package for numerically
solving and plotting the solutions to ordinary
differential equations and systems of ordinary
differential equations using fixed stepped methods
The package was developed for pedagogical purposes. The
syntax is the same as for Mathematica's NDSolve
command except that a step size must be specified. Also,
one of three numerical methods can be expressed in an
option: Euler's method, modified Euler's method, and the
Runga-Kutta method.
- Fields.m
- A package for plotting vector fields and slope fields.
- ParametrizeCurve.m
- A package for numerically
parametrizing implicitly defined curves.
(1997) The Mathematica notebook AboutParametrizeCurve.nb
describes the package and gives several examples of its
use.