搜索资源列表
用四阶龙格-库塔法解求解微分方程初值问题
- 典型的数值分析程序,用四阶龙格-库塔法求解微分方程初值问题-typical numerical analysis procedures, with four bands Runge - Kutta method to solve initial value problems
四阶runge-kutta求微分方程
- 有四阶runge-kutta发求解非线性微分方程,求得结果可画出分插图等等,十一哥通用的好程序。
四阶龙格库塔法解一阶二元微分方程
- 四阶龙格库塔法解一阶二元微分方程 //dxi/dt=c*(xi-xi^3/3+yi)+K*(X-xi)+c*zi //dyi/dt=(xi-b*yi+a)/c //i=1,2,3 //X=sum(xi)/N
第六题
- 四阶龙格库塔c语言-four bands Runge Kutta language c
用四阶龙格-库塔法解求解微分方程初值问题
- 典型的数值分析程序,用四阶龙格-库塔法求解微分方程初值问题-typical numerical analysis procedures, with four bands Runge- Kutta method to solve initial value problems
n-s
- 四阶龙格库塔法求解流体力学-- 关于N-S方程的串行求解源程序-four bands Runge Kutta method hydrodynamics-- on the Navier-Stokes equations to solve the serial source
vbC12
- 用VB实现解常微分方程组 包括定步长四阶龙格-库塔法、自适应变步长的龙格-库塔法、改进的中点法、外推法等-VB solution of ordinary differential equations including fixed step 4-order Runge- Kutta method, adaptive variable step of the Runge- Kutta method to improve the mid
蝴蝶效应与混沌解
- 这是一个数值计算程序,主要是用四阶龙格库塔法求解-This is a numerical procedure is mainly used four bands Runge Kutta method
lgktwork
- 四阶龙格库塔求解电机启动的仿真程序 !-four bands Runge Kutta Motor start solving the simulation program!
solution-of-Differential-equation-group
- 提供了4种解常微分方程组的c++代码:定步长四阶龙格-库塔(Runge-Kutta)法(RK4->RKDUMP); 自适应变步长的龙格-库塔(Runge-Kutta)法(RKQC->ODEINT); 改进的中点法(MMID); 外推法(BSSTEP(RZEXTR(有理函数), PZEXTR(多项式));-provide four kinds of solutions of ordinary differential equa
shuzhijifeng
- 数值积分方法类型Model,1=欧拉法,2=二阶龙格库塔,4=四阶龙格库塔-numerical integration methods Model type, a = Euler, 2 = second-order Runge- Kutta, 4 = 4-order Runge- Kutta
rossler
- 用来计算rossler吸引子的程序,运用四阶龙格库塔法非常实用,-used to calculate rossler attractor procedures, using four-Runge- Kutta method is very practical.
stance_dff
- 采用四阶龙格库塔方法进行微分方程解算,用matlab编写的源代码,主要用于四元素微分方程的实时解算-Using fourth-order Runge-Kutta methods for differential equation solvers, prepared to use matlab source code, mainly for the four elements of real-time differential equat
四阶龙格库塔法程序——_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)
基于四阶累积量的MUSIC算法
- 基于四阶累积量的MUSIC算法总结,很实用,大家可以借鉴一下(Summary of MUSIC algorithm based on four order cumulants,very practical, we can learn from it.)
解四阶龙哥库塔法
- 用于高阶多项式的求解,普遍用于求解随机共振领域的状态方程(The solution of higher order polynomial is widely used to solve the equation of state in stochastic resonance field)
定步长四阶经典公式
- 使用的是matlab对定步长四阶经典公式的计算,可以加入收藏的(Using matlab is fixed step length calculation of the fourth-order formula can be added to the collection)
基于四阶累积量的MUSIC算法
- 基于四阶累积量的MUSIC算法,FOURTH_ORDER_MUSIC.m(MUSIC algorithm based on four order cumulants, FOURTH_ORDER_MUSIC.m)
四阶龙格库塔法解数值微分
- 程序主要实现了四阶龙哥库塔,程序注释很详细(The fourth-order Longkouta is mainly realized, and the program annotations are very detailed.)
四阶龙格-库塔法
- 利用四阶龙格库塔求解微分方程,并给出方程实例。(The fourth order Runge Kutta is used to solve the differential equation and an example is given.)