搜索资源列表
常微分方程求解
- 包括欧拉法求解、改进欧拉法求解、经典四阶龙格库塔法求解,同时还有这三种方法的结果比较
龙格库塔法解常微分方程
- 解常微分方程的龙格库塔法C源程序
常微分方程数值解法
- 常微分方程数值解法,又是一个数值分析的常用算法-Numerical Solution of ordinary differential equations, numerical analysis is a common algorithm
C++常用数值算法之5常微分方程
- 是《计算机常用数值计算算法与程序 C++版》一书的配套C++程序源代码文件,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-is "commonly used computer numerical algorithms and procedures C version," a book supporting the C sou
常微分方程初值问题的数值解法
- 常微分方程初值问题的数值解法:Euler方法、 Runge-Kutta方法、线性多步法、预测-校*、 等。-Ordinary Differential Problems Numerical Solution : Euler's method, Runge- Kutta method, linear multi-step forecast-correction method, etc.
jsff
- 计算方法程序常微分方程的数值解法课堂讲义-calculation procedures Ordinary Differential Equations Numerical Solution of classroom lectures
Neville
- 本程序为基于matlab的插值分析与Euler解常微分方程的应用实例。-the procedures for the Matlab-based analysis and interpolation Euler solution of the ordinary differential equations application examples.
odeRK4
- 4阶龙格库塔方法求常微分方程的数值算法的函数子程序。-four bands Runge- Kutta method for ordinary differential equations, numerical algorithm of the function subroutine.
euler
- 求解一阶常微分方程的两个欧拉法,先前欧拉和改进梯形法。-solving a differential equation 2 Euler, Euler and improve previous trapezoidal method.
常微分方程求解
- 常微分方程求解,人体液透析过程的模型,求解方程组(Ordinary differential equation solution, the human body dialysis process model, solving equations)
常微分方程求解算法
- 高阶线性常微分方程的求解算法步骤实验报告。(Solving algorithm, procedure and experiment report of higher order linear ordinary differential equation.)
常微分方程
- 你投资了100元在某个储蓄账户,存款年利率为 。令 表示 年后你的账户金额。假设该账户是连续计息,那么 满足以下常微分方程初值问题: 利用欧拉法或使用ode45求解该常微分方程初值问题,并画出10年内的 函数图像,和该常微分方程精确解比较(You invest 100 yuan in a savings account, the annual interest rate is. The amount of your
常用微分方程插值代码
- 解偏微分方程以及常微分方程的基本模型,适用于工程专业研究生以及做有限差分法科学实验的大学生(Partial differential equation and ordinary differential equation)
weifenfangcheng
- 常微分方程的模型模拟仿真图,方便,简洁。(The model simulation of ordinary differential equation is simple and convenient.)
常微分方程的数值解法
- 常微分方程的数值解法,包括欧拉法,改进欧拉法,四阶龙格-库塔法(The numerical solution of ordinary differential equations, including Euler method, improved Euler method, four order Runge Kutta method)
偏微分方程的数值解法
- 可在matlab中打开,用来解决常微分方程的初值问题(It can be opened in MATLAB to solve the initial value problem of ordinary differential equations.)
自适应变步长的龙格库塔法
- 常微分方程的数值解,可用于求解常微分方程,自适应步长的龙格法(Numerical solutions of ordinary differential equations)
matlab 常微分方程数值解法 源程序代码
- 11.1 Euler方法 380 11.1.1 Euler公式的推导 380 11.1.2 Euler方法的改进 383 11.2 Runge-Kutta方法 385 11.2.1 二阶Runge-Kutta方法 385 11.2.2 三阶Runge-Kutta方法 388 11.2.3 四阶Runge-Kutta方法 390 11.2.4 隐式Runge-Kutta方法 391 11.3
常微分方程
- 运用fortran求解常微分方程,1.利用四阶龙格库塔法,计算t每增加h时,利用给定方程先找到变量y的k1和变量p的K1,然后利用公式得到y的k2和p的K2,如此,得到变量y的k1,k2,k3,k4和变量p的K1,K2,K3,K4(Solving Ordinary Differential Equations by Fortran)
微分方程求解————————matlab
- 常微分方程的数值解法,设计到欧拉解法,欧拉改进解法,矩阵解法等等(Ordinary differential equation numerical solution, design to euler solution, euler improved solution, matrix solution and so on)