搜索资源列表
jisuanfangfa
- 计算方法的七个典型程序。全部都有。拉格朗日插值.cpp 二分法.cpp 高斯.cpp 高斯-赛德尔.cpp 龙贝格.cpp 龙格库塔.cpp 牛顿迭代.c-Method of calculation of the seven typical program. All of them. Lagrange interpolation. Cpp dichotomy. Cpp Gaussian. Cpp Gauss- Seidel. Cpp Rhomberg. Cpp Runge-Kutta. Cpp
shishidanbai
- 单摆实时仿真软件是利用混合语言编程方法实现的实时仿真软件,仿真算法是四阶龙格库塔法,定时器使用与PC兼容的8253中的0通道,实时主要利用了与PC兼容的主片8259A中IR0的日时钟中断,使用BC3.0进行混合语言编译,产生的代码存放路径必须有EGAVGA.BGI图形驱动程序,该程序具有简单的人机交互界面,适合研究生计算机仿真课程的教学使用。-Real-time simulation software is a simple pendulum using mixed-language progr
LONGGEKUTA001
- 用龙格库塔法解方程 ,很是使用的一种方法,希望给大家带来方便-Solution of equations with Runge-Kutta method, it is used in a way we hope to bring convenience to
Runge-Kutta-4th-Order-Method--
- 用于求解常微分方程的四阶龙格-库塔法,该方法是一种很好的求解微分方程方法。-Runge- Kutta method for solving ordinary differential equations, the method is a good method for solving differential equations.
matlab_files
- 四阶龙格库塔方法,拉格朗日迭代,牛顿迭代,这几个有用的迭代方法,简单实用-Fourth-order Runge-Kutta method, Lagrange iteration, Newton iteration, several useful iterative method, simple and practical
20030613
- 龙格库塔法ode是专门用于解微分方程的功能函数,他有ode23,ode45,ode23s等等,采用的是Runge-Kutta算法。ode45表示采用四阶,五阶runge-kutta单步算法,截断误差为(Δx)3。解决的是Nonstiff(非刚性)的常微分方程.是解决数值解问题的首选方法,若长时间没结果,应该就是刚性的,换用ode23来解.-Runge-Kutta method is designed for solving differential equations ode performan
Runge_Kutta-method_main
- f(x,y)=2*x*y的龙格库塔方法解法,可以自己设置初始值、定义域、步长。-f (x, y) = 2* x* y Runge-Kutta method of solution, can set the initial value, the domain, the step size.
Runge-Kutta
- 常微分方程组的四阶Runge-Kutta方法,自己做的一个作业,感觉还可以吧-Fourth-order Runge-Kutta method for ordinary differential equations, a job do it yourself, you can feel it
Runge-kutta
- 一种高精度 单步的数值积分方法,在已知方程导数和初值信息,利用计算机仿真时应用,省去求解微分方程的复杂过程。-A numerical integration method for high precision of single step, in the known equation of derivative and initial information, using the application of computer simulation, the complex process of
compression
- 通过分析缸内热力过程,建立柴油机压缩冲程微分方程。基于MATLAB工作软件实现柴油机压缩过程仿真。其中,柴油机结构及运行参数可根据实际需要修改;传热系数的计算采用埃歇尔伯格公式;微分方程求解采用龙格-库塔方法,计算步长为5度曲轴转角(可修改)-By analyzing the cylinder thermodynamic process, the establishment of the diesel engine compression stroke differential equation
combustion
- 通过分析缸内热力过程,建立柴油机燃烧冲程微分方程。基于MATLAB工作软件实现柴油机燃烧过程仿真。其中,柴油机结构及运行参数可根据实际需要修改;传热系数的计算采用埃歇尔伯格公式;微分方程求解采用龙格-库塔方法,计算步长为5度曲轴转角(可修改);采用单韦伯曲线模拟燃烧放热规律;仿真结束后,绘制燃烧过程P-V图和P-phi图。-By analyzing the cylinder thermodynamic process, the establishment of diesel combustion
4order_Runge-Kutta--SIR
- 用4阶龙格库塔方法模拟SIR流行病传播演化模型-With 4-order Runge-Kutta method of simulated evolution model SIR Epidemic
007
- 四阶runge-kutta方法求解随机微分方程-4th runge-kutta slove the SDE
001
- 四阶runge-kutta方法求非线性动力系统,并计算其最大李雅谱诺夫指数-Fourth Order runge-kutta method of nonlinear dynamical systems, and calculate the maximum Lyapunov index
shuzhijishuan
- 数制转换,龙格库塔方法,龙贝格求积公式,最小二乘法,列主元消去法-Number system conversion, Runge-Kutta methods, Romberg quadrature formula, least squares method, out PCA elimination method
spring
- 运用龙格库塔的方法,引入虚拟时间,对弹簧进行数值模拟。-Using the method of Runge Kutta and the virtual time, numerical simulation of the spring.
Runge-Kutta
- 利用 matlab 软件进行编程实现 4 阶 Runge-Kutta 方法求解微分方程初值问题,并附带示例求解过程,高效求解微分方程。-Using matlab software programming fourth-order Runge-Kutta Methods for Differential Equations, and comes with sample solution process, efficiently solving differential equations.
四阶龙格库塔法程序——_FORTRAN语言编写
- 关于Runge-Kutta方法,该方法是用来解形如y'=f(t,y)的常微分方程的经典的4阶R-K方法,用fortran语言编写(With respect to the Runge-Kutta method, the method is used to solve the classical 4 order R-K method of ordinary differential equations such as y'=f (T, y), and is written in FORTRAN la
untitled99.m
- 考虑morison公式,并用四阶龙哥库塔方法计算非线性耦合微分方程过程。(fourth-order Runge-Kutta Method)
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 线性多步法 392 11.3.1 Adams外推公式