The asymptotic-conditions tag has no wiki summary.
5
votes
3answers
103 views
which numerical method for ode with mixed BCs
I've got a second order nonlinear ODE (nothing fancy), but the BC are a little odd to me:
$y'(0) = 0$
$y \rightarrow y_a$ as $x \rightarrow \infty$
What's a good numerical method for solving ...