12-Jun-2023 19:56:07 bvp_shooting_test(): MATLAB/Octave version 5.2.0 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.0722 86.0722 0 -1 59.4109 58.4109 1 -3.11165 26.6709 25.6709 2 -4.76735 13.4165 12.4165 3 -6.31838 5.95914 4.95914 4 -7.34982 2.62795 1.62795 5 -7.85389 1.33872 0.338723 6 -7.98632 1.03108 0.0310764 7 -7.9997 1.00067 0.000674096 8 -7.99999 1 1.38178e-06 9 -7.99999 1 6.16118e-11 10 -7.99999 1 -3.33067e-15 Graphics saved as "bvp_shooting_test.png" bvp_shooting_test(): Normal end of execution. 12-Jun-2023 19:56:08