Consider the following ordinary differential equation:
\[
\frac{dy}{dx} = x^2y
\]
The initial value is \( y(0) = 1 \) and the step-size is 0.1. Solving this differential equation by Euler’s first-order method, the value of \( y(0.2) \) is ____________ (rounded off to three decimal places).
Show Hint
Euler's method is an approximation technique for solving ordinary differential equations by using discrete steps.