The Van der Pol equation has the form:
d^2y/dt^2 - (1-y2)*dy/dt + y = 0
Given the initial conditions, y(0) - y'(0) = 1, solve this equation from t = 0 to 2 using Euler's method with a step size of 0.25.
Hint: use the transformation x = dy/dt to express the 2nd order ODE into a system of two 1st order ODEs.