07-Jan-2022 16:45:39 bvp_shooting_test(): MATLAB/Octave version 9.8.0.1380330 (R2020a) Update 2 Test bvp_shooting() A simple example of the shooting method, in which a boundary value problem (BVP) is solved using an initial value problem (IVP) solver, a guess for the missing initial condition ALPHA and a nonlinear equation solver. Step Alpha YB(Alpha) F(ALPHA) -1 0 87.0741 86.0741 0 -1 59.4115 58.4115 1 -3.11157 26.6718 25.6718 2 -4.76728 13.4169 12.4169 3 -6.31832 5.95937 4.95937 4 -7.34979 2.62804 1.62804 5 -7.85387 1.33875 0.338752 6 -7.98632 1.03108 0.0310806 7 -7.9997 1.00067 0.000674243 8 -7.99999 1 1.38227e-06 9 -7.99999 1 6.16458e-11 10 -7.99999 1 -1.11022e-15 Graphics saved as "bvp_shooting_test.png" bvp_shooting_test(): Normal end of execution. 07-Jan-2022 16:45:44