what are bvp5c and bvp4c in matlab?
In ode's command in matlab software, I want to know that what is the difference between these two commands in matlab. bvp4c and bvp5c Regards Nima
$\endgroup$1 Answer
$\begingroup$According to the documentation,
$\endgroup$ 1The bvp5c function is used exactly like bvp4c, with the exception of the meaning of error tolerances between the two solvers. If $S(x)$ approximates the solution $y(x),$ bvp4c controls the residual $|S'(x) – f(x,S(x))|.$ This controls indirectly the true error $|y(x) – S(x)|.$ bvp5c controls the true error directly.