搜索资源列表
Rung-kutta4th
- 4th order runge-kutta m file
changweifen
- 科学计算中经常遇到微分方程(组)初值问题,需要利用Euler法,改进Euler法,Rung-Kutta方法求其数值解-Differential equations often encountered in scientific computing (groups) of initial value problems, need to use the Euler method, improved Euler method, Rung-Kutta method, to calculate the n
rung-kutta
- 主要用于数学计算学习使用 内容来源于网络,比较经典,可以免费使用-Is mainly used for mathematical learning to use the content from the network, compare classic, available free of charge
Rung-Kutta-
- 数值分析实验,实现荣格库塔计算方法的word文档-Numerical experiments, to achieve Wing Kutta method of calculation
rk
- rung-kutta 4 he inputs func, x0 and y0 define an IVP y = func(x,y), y(x0) = y0. This provides an approximation to y(x0:h:xn) using fourth-order Runge-Kutta method with step size h-rung-kutta 4 he inputs func, x0 and y0 define an IVP y = func
tajodin
- solving differential equation using rung kutta method
pgm_ode45
- a simple source code to practice the ODE45 (Rung kutta) integration methode
double-pendulum
- In order to model the chaotic motion of the double pendulum,i am going to use Matlab solving the problem using numerical methods such as Rung-Kutta and Ordinary Differential Equations (ODE).-In order to model the chaotic motion of the double pendulum
Butterfly-Effect
- 经典Lorenz方程组蝴蝶效应的计算模拟程序,帮助更好了解非线性科学,源代码小巧有效,使用四阶龙格-库塔算法,生成.txt文件,之后自行导入画图软件作3D图即可得到蝴蝶效应图-Classical Lorenz equations to calculate the butterfly effect simulation program, to help better understand the nonlinear science, source code compact and effectiv
rung-kutta
- rung kuta method for solving 3 and 4 and 5 order of differentiate equation.
Calculator
- 数值计算下的计算器,包含有Jacobi迭代法,Gauss-Seidel迭代法,Newton插值法,Rung-Kutta方法和三次插值-Under numerical calculators, including a Jacobi iterative method, Gauss-Seidel iterative method, Newton interpolation method, Rung-Kutta method and cubic interpolation
u=0.1
- 采用龙格库塔法求解了齿轮系统6自由度的动力学方程。绘制了系统时域响应以及频域内的分岔图。-Solving the gear transmission system s dynamic equations by Rung-Kutta .Drawing the time spectrum as well as the bifurcation of the system
simulation--dc-motor-using--rung-kutta-4-method.r
- simulation dc motor using rung kutta 4 method-simulation dc motor using rung kutta 4 method
rung
- runge kutta method fourth order derivation
Runge-kutta-rasoul-kajouri
- GPL this is a code for the driven harmonic oscillator with Rung-Kutta approach
runge_kutta
- document : rung-kutta methode
odesRK4
- 四阶经典龙格库塔法求解线性常微分方程组, 以及简易食物链的模型应用,方程组以向量输入输出(Four order Rung-Kutta for differential equations)
程序
- 最基本的解常微分方程的方法,包括欧拉法、泰勒级数法、多步法、隐式法、Rung-kutta法等(The basic methods for solving ordinary differential equations include Euler method, Taylor series method, multistep method, implicit method, Rung-kutta method, etc.)