搜索资源列表
RungeKutta.rar
- 四阶龙格-库塔法模拟粒子三维空间轨迹,需给出立场函数,3D simulation of particle dynamic trajectories by Fourth-order Runge- Kutta method
the-four-order-Runge-Kutta-method.
- 用四阶龙格-库塔法求系统在U单位阶跃输入下该系统的响应曲线-Using the four order Runge Kutta method to find the response curve
lorentz
- 三个程序,分别以四阶龙格库塔法和欧拉法解洛伦兹方程,并绘制相图,时间演化图,庞加莱截面图.-Three procedures, respectively, fourth-order Runge-Kutta method and Euler method for solving the Lorentz equation and draw the phase diagram, the time evolution of the map, Poincare section.
Particle-Systems
- MIT计算机图形学作业,粒子系统。完美实现风力场,水流和火焰场等。实现了四阶龙格库塔积分法和梯形法等。实现了所有功能。-MIT computer graphics operations, particle system.Perfect realization of wind field, flow field and flame, etc.Implement the fourth order runge kutta integration method and trapezoidal metho
ODE-with-Numerical-Methods
- (单步和多步)数值方法求解一阶常微分方程。 方法包括: 1.欧拉方法 2.修的方法 3.四阶龙格库塔方法 4.Adams-Bashforth方法 5.Adams-Moulton方法-Numerical Methods (single step and multi step) for solving First Order Ordinary Differential Equations. Methods included: 1. Euler s Method
correspopdibg
- 前人用四阶龙格库塔方法进行微分方程解算,用matlab编写的源代码,主要用于四元素微分方程的实时解算,上传()
7690460
- 用四阶(定步长)龙格--库塔法求解初值问题,其中一阶微分方程未y f(x,y)()
bffnc
- c语言求解四阶龙格库塔法的算法源代码,例子:某一地区的病菌传染,三种人员的人数的状态方程,即可能受传染的人数x1,已被传染()