搜索资源列表
Runge-Kutta.rar
- 两个求解微分方程组 的龙格库塔法程序两个程序可用,Solving the two differential equations Runge-Kutta method can be used two procedures procedures
runge-kutta
- 四阶龙格-库塔法求微分方程,通过实数编码方法实现简单易懂--Runge- Kutta Method to solve derivative Equations
dandaofenxi
- 导弹设计程序列子,运用四阶龙格库塔法构造出的导弹弹道仿真-missile design procedures examples
NonlinearDynamicsofDuffing
- 采用4阶龙格库塔法和10阶连分式欧拉法,数值计算、分析了分数阶阻尼Duffing系统的 动力学特性.利用相图、Poincare截面映射图和分岔图等非线性动力学分析方法研究了阻尼的分数 阶微积分阶数对Duffing系统动力学性能的影响,采用分岔图法研究了外部激励的幅值和频率变 化时分数阶阻尼Duffing系统的动力学行为.分析表明,分数阶阻尼的阶数在0.1~2.0发生变化 时,系统依次进入周期运动、混沌运动、周期运动、混沌运动和周期运动,并且在混沌运动区间中存 在着周期运动窗口
bingtaixitong
- 对病态系统采用了四阶龙格库塔法和蛙跳法进行了仿真,得到了很好的实验结果-Pathological systems using fourth-order Runge-Kutta method and the leapfrog method for the simulation, the experimental results
四阶龙格库塔法解振荡方程VC++实现及画图
- 四阶龙格库塔法解振荡方程VC++实现及画图,一般使用VB编写不能画图,此程序经过改进能很好拟合。
rugge-kuta
- x=sr(a,b,h,x1),朗之万方程四阶龙格库塔法-Langevin equation of fourth-order Runge-Kutta method
Visual C++常用数值算法集
- 关于VC的数值算法编程,如:四阶龙格库塔法,欧拉法等
Waidandao
- 西北工业大学课程设计,龙格库塔法求解轰炸弹道。-Northwestern Polytechnical University curriculum design, Runge-Kutta method to solve the bombing trajectory.
常微分方程组的四阶RungeKuttamatlab实现
- 常微分方程组的四阶RungeKutta龙格库塔法matlab实现(RungeKutta realization of four order Runge Kutta method for ordinary differential equations matlab)
上机题一
- 关于自控上机题的程序1,二阶和四阶龙格库塔法(about automatic control)
上机题2-2014
- 关于自控上机题的程序,关于龙格库塔法和增广矩阵法(about automatic control)
change_step_RK4
- 常微分方程组的四阶RungeKutta龙格库塔法matlab实现,仅供参考。(Matlab implementation of the four order RungeKutta Runge Kutta method for ordinary differential equations)
Runge-Kutta法
- 龙格库塔方法的理论基础来源于泰勒公式和使用斜率近似表达微分,它在积分区间多预计算出几个点的斜率,然后进行加权平均,用做下一点的依据,从而构造出了精度更高的数值积分计算方法。