常微分方程 资源专区

本专区汇聚了各类基于 常微分方程 开发的源码资源,共计 69 篇资源供开发者免费下载学习。

共找到 69 个资源
其他 1 积分

吉尔法一阶微分方程组求解算法

吉尔法求解一阶微分方程组的算法-Gil Solving equations a band algorithm

微分方程组 吉尔法算法 数值求解
0 0 查看详情
其他 1 积分

Fortran90 Runge-Kutta常微分方程求解程序

fortran90程序,运用Runge-Kutta法数值求解常微分方程的程序,非常适用,包括源代码、一个算例和输出程序-fortran90 procedures, the use

Fortran90 Runge-Kutta 常微分方程
0 0 查看详情
其他 1 积分

亚当姆斯预报-校正系统:初值问题求解与精度评估

亚当姆斯预报_校正系统,解决初值问题,并给出计算精度。-Adams _ correction forecasting system, to solve initial value

亚当姆斯方法 初值问题 数值求解
0 0 查看详情
其他 1 积分

C语言实现龙格库塔与阿当姆斯算法

用c语言实现的龙格库塔算法和阿当姆斯算法。是学习计算方法的入门级程序实例。-Using c language realize the Runge-Kutta algorithm a

C语言 龙格库塔 阿当姆斯
0 0 查看详情
其他 1 积分

C语言实现改进欧拉算法

计算机编程,用C语言计算改进的欧拉算法的典型题目-Computer programming, using C language to improve the calculation

C语言 改进欧拉算法 数值计算
0 0 查看详情
其他 1 积分

四阶龙格-库塔法(RK4)常微分方程数值解

function [tout, yout] = rk4(ypfun, tspan, y0, h) %定步长四阶Runge-Kutta法求常微分方程(组)数值解 %[tout

常微分方程 数值解 RK4
0 0 查看详情
其他 1 积分

常微分方程数值解法资源说明

常微分方程数值解法-Numerical Solution of Ordinary Differential Equations

常微分方程 数值解法 算法
0 0 查看详情
其他 1 积分

龙格-库塔法数值计算示例

龙格-库塔法是数值计算的重要方法 本例子简明扼要,浅显好懂-Runge- Kutta numerical method is an important method to th

龙格-库塔 数值计算 常微分方程
0 0 查看详情
其他 1 积分

四阶Runge-Kutta法求解常微分方程组的高精度数值方法

采用4阶runge_kutta法求解给定初始值的常微分方程(组)。该方法具有较好的精度。-Using 4-order method runge_kutta given initia

常微分方程 Runge-Kutta 数值方法
0 0 查看详情
其他 1 积分

改进的欧拉算法源码

这是改进的欧拉算法源码-This is an improved Euler algorithm source code

欧拉算法 数值方法 常微分方程
0 0 查看详情
其他 1 积分

自适应步长龙格-库塔法求解贝塞尔函数方程组

自适应步长龙格-库塔法,并给出解含有贝塞尔函数的四阶方程组例子。-Adaptive step Changlong Grid- Kutta method, and gives sol

自适应步长龙格-库塔法 贝塞尔函数 四阶方程组
0 0 查看详情
其他 1 积分

定步长四阶龙格-库塔法解方程组

使用定步长四阶龙格-库塔法解方程组,并给出一个含贝塞尔函数方程组的例子。-The use of fixed step size fourth-order Runge- Kutta

龙格-库塔法 常微分方程 数值解
0 0 查看详情