搜索资源列表
-
0下载:
阿当姆斯显式和隐式求解方法,用四阶龙格库塔作为起始,然后运用四阶阿当姆斯算法求解初值问题。主要程序包含在test2.cpp中,方法简单易懂。编译环境VC2010-Adam James explicit and implicit method for solving fourth-order Runge-Kutta as a start, then use the fourth-order A Williams algorithm for solving initial value problem
-
-
0下载:
DIRK3 algorithm, the algorithm to be implenmented is the optimal two stage third order accurate Diagnonally Implicit Runge-Kutta method, written DIRD3, for the ODE prolem and diffrentiate equations.
-
-
0下载:
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
-
-
0下载:
Fortran77编写而成。基于连续的原理解决stiff两点边值常微分问题,是由Cash改编自TWPBVP程序。
内有说明,算例和参考信息,并且附有stiff问题的一些结果。-Automatic Continuation with Deferred Corrections
The package ACDC (which is written in FORTRAN 77) is designed to solve stiff two-point boundary value
-
-
0下载:
数值分析解初值问题。
Step 1: 用经典4阶Runge-Kutta 法计算前3 个初值
Step 2: 用Adams 显式计算预测值
Step 3: 用同阶Adams 隐式计算校正值
-Numerical solution of initial value problem.
Step 1: use a classic four order Runge- Kutta method to calculate the former three initial value
S
-