搜索资源列表
龙格库塔法解常微分方程
- 解常微分方程的龙格库塔法C源程序
track
- 在vc环境下,四阶经典龙格库塔算法的实现.-in vc environment, the four bands classic Runge Kutta algorithm implementation.
weixingguidaomoni
- 龙格库塔算法在VB下的实现,模拟了卫星绕地球的运行。-Runge Kutta algorithm in the realization of VB, simulating a satellite orbiting the earth's operation.
Numberical2
- 龙贝格算法.cpp 龙格-库塔算法.cpp 幂法.cpp 牛顿迭代法.c-Romberg algorithm. Cpp Runge- Kutta algorithm. Cpp Power Act. Cpp Newton. C
flyMachine
- 飞机运动轨迹模拟 使用龙格-库塔算法计算常微分方程数值解 并用图形显示运动轨迹 作者自己作业的源程序 欢迎讨论-aircraft trajectories simulated using the Runge- Kutta method to calculate the numerical solution of differential equations with graphics and movement track
Longgetuta
- 龙格库塔算法,用于拟合GLONASS的星历数据,15分钟精度在5米之内,可以向前推,也可以向后推!-Runge- Kutta method for fitting the GLONASS satellite ephemeris data, the accuracy of 15 minutes within five meters, can move forward, but also can push back!
c++longgesuanfa
- 经典龙格-库塔算法c++实现,求解微分方程的高精确度的解法-classical Runge- Kutta algorithm c realized, to solve the differential equation of high precision Solution
HJYJXZ.c
- 用c语言实现的龙格库塔算法和阿当姆斯算法。是学习计算方法的入门级程序实例。-Using c language realize the Runge-Kutta algorithm and the Arab-Israeli Adams algorithm. Calculation method is to study the entry-level procedures.
up
- 1.编写欧拉前差、后差、梯形公式。 2.编写二阶、三阶龙格库塔法通用程序。 3.编写汉明积分法通用程序. 4.编写用状态转移法对连续系统状态方程进行离散化的通用程序。-1. Euler prepared before the poor, after the poor, trapezoid formula. 2. The preparation of the second order, third-order Runge-Ku
sr
- 运用龙格库塔算法求解朗之万方程,进而实现随机共振系统-The use of Runge-Kutta algorithm for solving Langevin equation, and then the realization of stochastic resonance systems
NumericalAlgorithm
- 高斯赛德尔迭代法,高斯消去法,龙贝格算法,龙格-库塔算法,雅各比迭代法,二分法,最小二乘法……等常用数值算法-Gauss Sider method, Gauss elimination method, Romberg algorithm, Runge- Kutta algorithm, Jacobi iterative method, the dichotomy, the least square method and so on ..
longgekuta
- 龙格库塔算法的两个MATLAB程序,供大家借鉴。-Runge-Kutta algorithm two MATLAB programs for everybody' s reference.
shuzhijifen
- 基于VC环境的面向方程的数值积分算法,本程序以卫星在空中运行的运动方程为例,采用四阶-龙格库塔算法解微分方程,以bmp图片给出输入参数和界面,很好的阐述了如何利用四阶-RK解微分方程-VC-based environment equation-oriented numerical integration method, this program runs the satellite equations of motion in the
Runge_Kutta
- 这是大学数值分析的实验——龙格库塔格算法的源码,帮助大家学习和掌握龙格库塔算法!-This is the University analysis of the experiment- Long Gekutage algorithm source code, to help you learn and master the Runge-Kutta algorithm!
stochasticresonance
- 随机过程的改进代码,使用龙格-库塔算法计算输出信号和输出功率谱,研究双稳态系统必备.-Random process of improving the code, using the Runge- Kutta algorithm to calculate the output signal and the output power spectrum of bistable systems essential.
keshe1ode4
- 四阶龙格—库塔算法。自己在课程设计中就是用的这个算法。对于初学者有一定的帮助-Fourth order Runge- Kutta method. Own course design is to use this algorithm. Be helpful for beginners
超松弛插值与改进欧拉法 龙格库塔法
- 拟合超松弛线性插值,改进欧拉法与龙格库塔算法(Fitting the relaxation linear interpolation, the improved Euler method and Runge Kutta algorithm)
sxl
- 利用龙格库塔算法ode45求解三阶微分方程(By using Runge Kutta algorithm ode45 for solving three order differential equations)
math lab
- Matlab的龙格库塔算法计算线性方程的误差以及作图(Runge-Kutta Method for computing ODE)
龙格库塔算法
- 四阶龙格库塔算法,数值求解非线性方程,输入仿真初值、步长、仿真时间等,即可进行求解