搜索资源列表
Codes1.1
- 间断有限元法程序,用间断有限元法求解各种偏微分方程-discontinuous galerkin method codes,for solving different kinds of ODE
ode
- 基于龙格库塔算法的矩阵微分方程组求解子程序-Runge-Kutta algorithm based on the matrix differential equation solving subroutine
hompack90.tar
- ! 2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonlinear 3 ! systems of equations by homotopy methods. There are subroutines for 4 ! fixed point, zero finding, and general homotopy curve tracking problems, 5 ! utilizing
CODES
- This file conclude of five codes , four of them in Mathematica program and one in C++. 1. Erk4.nb. this code represent the explicit Runge Kutta method of order four for solving first order ODE. 2. RK45.nb This code represent the Embedded Runge Ku
interesting.cpp
- Progonka Method for solving ODE
k3
- Predictor-corrector method for solving ODE (Runge- Kutha )
ode
- 常微分方程求解,主要为拉格朗日插值,比较简单,适合初学者学习使用-Solving ordinary differential equations, mainly for Lagrange interpolation, is relatively simple, suitable for beginners to learn to use
ODE_solver
- This is a program for solving first order ODE s with initial condition using Euler method.
Ruger-Kutta
- 四阶龙格库塔算法C语言求解常微分方程,开发运行环境Visual-C-Fourth-order Runge-Kutta algorithm for solving ODE C language, development environment Visual-C++ run
Adams
- 用四阶Adams预测校正方法求解常微分方程的源代码-With a fourth-order Adams predictor-corrector method for solving ODE source code
Numerical-solution-of-ODE
- 常微分方程的数值解法:四阶龙格-库塔方法的算法,相应的函数子程序,解决实际问题-Numerical solution of ordinary differential equations: algorithm of the fourth-order runge-kutta method , the corresponding function subroutine, solving practical problems with the method
rk4_2
- 四阶龙格-库塔(Runge-Kutta)方法是一种在工程上应用广泛的高精度单步算法。本程序为4阶龙格-库塔法的matlab文件,用于 和系统ODE函数对比求解微分方程。-Runge- Kutta (Runge-Kutta) method is a widely used in engineering high-precision single-step algorithm. The procedure for the fourth-order Runge- Kutta method matlab
欧拉法
- 常微分方程数值解法:欧拉法,并将其应用于自由落体问题(here is the matlab code for solving the ordinary differential equation by using the Eular method. besides, the author also gave an example for testing.)