Graphical View of the Solution

To conclude, let's see what the solution looks like as a function of both [Maple Math] and [Maple Math] .

> plot3d( convert(Hexp2,polynom), t=0..5, epsilon=0..1, view=0..3, axes=BOXED, shading=ZHUE );

>

Or, to see how the solution curves change -- with increasing values of the parameter -- we can create an animation.

> animate( convert(Hexp2,polynom), t=0..5, epsilon=0..1, view=0..3, color=BLUE );

>