Boundary Value Problem

The differential equation and boundary conditions are defined as follows:

> ODE := epsilon*diff(x(t),t$2) + 3*diff(x(t),t) + x(t) = 0;

> BC1 := x(0)=0;

> BC2 := x(1)=1;

>

Exact Solution

Graphical Solution

>