shooting method for non-linear equation(urgent)
Homework Statement
for shooting method , in non-linear equation, we're find
$$t_{k}=t_{k-1}-\frac{[y(b,t_{k-1})-β](t_{k-1}-t_{k-2})}{y(b,t_{k-1})-y(b,t_{k-2})}$$
but how can we find the $$y(b,t_{k})$$ ?
I am suppose to use Euler method for...