#!/usr/local/bin/php
This module enables the user to compare different approximate
solutions computed using the collocation method for boundary value
problems for ordinary differential equations. A general boundary value
problem (BVP) consists of an ordinary differential
The user begins by selecting from the menu provided an ODE and a
specific solution to be sought (if there is more than one). Boundary
values
When the user clicks Solve the resulting approximate solution to the BVP is drawn on the graph. To compare this solution with other approximate solutions, the user can make additional choices of basis functions and the number and distribution of collocation points, then click Solve to add each new approximate solution to the graph. The solutions for different parameters are color coded so that the color changes from blue to red as the number of collocation points increases and from light to dark as the selected basis and point distribution change. To clear all of the solutions from the graph, click Reset.
To illustrate the details of the individual steps of the collocation method for a particular choice of parameters, see the alternative Collocation Method module.
Reference: Michael T. Heath, Scientific Computing, An Introductory Survey, 2nd edition, McGraw-Hill, New York, 2002. See Section 10.5.
Developers: Evan VanderZee and Michael Heath