04 March 2022 01:28:12 PM ODE_TEST C++ version Test the ODE library. TEST01 ODE solves a system of ordinary differential equations. T Y(1) Y(2) 0 1 0 0.523599 0.866025 -0.5 1.0472 0.499998 -0.866029 1.5708 -4.60354e-06 -1 2.0944 -0.500004 -0.866023 2.61799 -0.866021 -0.499997 3.14159 -0.999989 -2.58833e-06 3.66519 -0.866013 0.499988 4.18879 -0.499993 0.86599 4.71239 -1.31557e-05 0.999958 5.23599 0.499959 0.865992 5.75959 0.865971 0.499993 6.28319 0.99995 1.93445e-05 TEST02 ODE solves a system of ordinary differential equations. In this example, we integrate in the negative time direction. T Y(1) Y(2) 0 1 0 -0.523599 0.866025 0.5 -1.0472 0.499998 0.866029 -1.5708 -4.60354e-06 1 -2.0944 -0.500004 0.866023 -2.61799 -0.866021 0.499997 -3.14159 -0.999989 2.58833e-06 -3.66519 -0.866013 -0.499988 -4.18879 -0.499993 -0.86599 -4.71239 -1.31557e-05 -0.999958 -5.23599 0.499959 -0.865992 -5.75959 0.865971 -0.499993 -6.28319 0.99995 -1.93445e-05 ODE_TEST Normal end of execution. 04 March 2022 01:28:12 PM