Explicit Euler Part Deux
Routine Name: Testing Explicit Euler
Author: Kyle Hovey
Language: C++
Description/Purpose:
This code tests the Explicit Euler method implemented in last assignment against the test cases defined in problem 1.
Input:
The constants and base cases for the test cases.
Output:
This code prints a comparison of the approximated solution (via Explicit Euler) and the exact solution (computed analytically).
Usage/Example:
Output:
Implementation/Code:
The only new implementation is a comparison function that prints out dialog pertaining to the difference between the exact and found solution.