![]() |
Index for K25104\ODEs ![]() |
![]() | Implements backward Euler method to solve y'=f. |
![]() | Usage example for backward_euler |
![]() | Usage example for backward_euler |
![]() | Uses the boundary locus method to identify the boundary |
![]() | Usage example for boundary_locus |
![]() | Usage example for boundary_locus |
![]() | Usage example for boundary_locus |
![]() | Usage example for boundary_locus |
![]() | Usage example for boundary_locus |
![]() | Implements an explicit multistep method to solve y'=f. |
![]() | Usage example for explicit_multistep |
![]() | Usage example for explicit_multistep |
![]() | Implements an explicit Runge-Kutta method to solve y'=f. |
![]() | Usage example for explicit_RK |
![]() | Usage example for explicit_RK |
![]() | Implements forward Euler method to solve y'=f. |
![]() | Usage example for forward_euler |
![]() | Usage example for forward_euler |
![]() | Implements an implicit multistep method to solve y'=f. |
![]() | Usage example for implicit_multistep |
![]() | Usage example for implicit_multistep |
![]() | Computes the order of the multistep method defined by the coefficients in rho and sigma. |
![]() | Usage example for multistep_order |
![]() | Usage example for multistep_order |
![]() | Usage example for multistep_order |
![]() | Identifies the order up to 4 of the Runge-Kutta scheme given by A,b,c. |
![]() | Usage example for RK_order |
![]() | Usage example for RK_order |
![]() | Usage example for RK_order |
![]() | derives the stability function for the Runge-Kutta method prescribed by b,c,A |
![]() | Usage example for RK_stab_fun |
![]() | Usage example for RK_stab_fun |
![]() | Usage example for RK_stab_fun |
![]() | Usage example for RK_stab_fun |
![]() | Usage example for RK_stab_fun |
![]() | Usage example for RK_stab_fun |
![]() | Usage example for RK_stab_fun |
![]() | Implements the trapezoidal rule to solve y'=f. |
![]() | Usage example for trapezoidal_rule |
![]() | Usage example for trapezoidal_rule |