搜索资源列表
龙格库塔求解微分方程数值解
- 龙格库塔求解微分方程数值解-Runge - Kutta numerical solution of differential equations solved
龙格库塔求解微分方程数值解
- 龙格库塔求解微分方程数值解,非常有用的解题方法,一定会用到-Runge - Kutta numerical solution of differential equations to solve, a very useful method of solving problems, we will use
龙格库塔求解微分方程数值解
- 工程中很多的地方用到龙格库塔求解微分方程的数值解, 龙格库塔是很重要的一种方法,尤其是四阶的,精确度相当的高。
CPG网络的数值求解
- 利用龙格库塔法求解CPG网络
龙格库塔求解微分方程数值解
- 龙格库塔求解微分方程数值解-Runge- Kutta numerical solution of differential equations solved
用四阶龙格-库塔法解求解微分方程初值问题
- 典型的数值分析程序,用四阶龙格-库塔法求解微分方程初值问题-typical numerical analysis procedures, with four bands Runge- Kutta method to solve initial value problems
蝴蝶效应与混沌解
- 这是一个数值计算程序,主要是用四阶龙格库塔法求解-This is a numerical procedure is mainly used four bands Runge Kutta method
53432641
- 工程中很多的地方用到龙格库塔求解微分方程的数值解,龙格库塔是很重要的一种方法,尤其是四阶的,精确度相当的高。此代码只是演示求一个微分方程,要求解其它的微分方程,可以自己定义借口函数,退换程序里面的函数:float f(float , float)即可;-project many places used for Runge- Kutta numerical solution of differential equations. Runge
Soft20060210160010604
- 工程中很多的地方用到龙格库塔求解微分方程的数值解,龙格库塔是很重要的一种方法,尤其是四阶的,精确度相当的高。 -project many places used for Runge- Kutta numerical solution of differential equations. Runge- Kutta is a very important one, especially in four bands, precision is
marunge4gh
- 1 用途:4阶经典龙格库塔格式解常微分方程y =f(x, y), y(x0)=y0 格式:[x, y]=marunge4(dyfun,xspan,y0,h) dyfun为函数f(x,y), xspan为求解区间[x0, xn], y0为初值, h为步长, x返回节点, y返回数值解 2 用途:用LU分解法解方程组Ax=b -1 Uses: 4-order classical Runge-Kutta solu
differentialequations
- 本源码为原创代码。包含分别用改进欧拉方法、龙格-库塔法、阿当母斯法求解形如y =f(x,y)的常微分方程的源代码。希望对用到数值计算算法的起帮助作用。-The source for the original code. Included were the improved Euler method, Runge- Kutta method, Adam mother there method of the form y ' = f
sijielonggekutafajieyijiechangweifenfangcheng
- 本程序是用Visual Biasic 实现用四阶龙格-库塔方法对一阶常微分方程(其通式为dy/dx=m-qx(m,q为常数))求解,并用点表示出各函数值在坐标轴上的位置。 龙格-库塔(Runge-Kutta)方法是一种高精度的单步法,比欧拉格式更精确,它采用了间接使用泰勒级数的技术。他既保留了泰勒公式的精度高的特点又避免过多的计算导数值。他是有泰勒公式推倒出的,因此它要求所求的解应具有较好的光滑性。 坐标表示其位置,这样可以直观
rk_sub
- 用于状态变量个数为148的微分方程的数值求解(Numerical solution of 148 state variables)
W3
- 里边包括四阶龙格库塔法,属于数值求解方法之一,可用于求解非线性微分方程。(fourth-oeder Runge-Kutta is one of the most efficient method to solve the non-linear differential equation)
MATLAB
- MATLAB四阶龙格库塔法 求解微分方程数值解 源程序代码(MATLAB four Runge Kutta method is applied to solve the numerical solution source code of differential equations.)
Matlab程序
- 经典四阶龙格库塔公式,可以用于微分方程组的数值求解(The classical four Runge Kutta formula can be applied to numerical solution of differential equations.)
自适应变步长的龙格库塔法
- 常微分方程的数值解,可用于求解常微分方程,自适应步长的龙格法(Numerical solutions of ordinary differential equations)
龙格库塔法的编程
- 龙格库塔求解微分方程数值解,工程中很多的地方用到龙格库塔求解微分方程的数值解, 龙格库塔是很重要的一种方法,尤其是四阶的,精确度相当的高(Runge Kutta is used to solve the numerical solution of differential equation in many places in the project, Rungekutta is a very important method, es
MATLAB四阶龙格库塔法 求解微分方程数值解 源程序代码
- MATLAB四阶龙格库塔法 求解微分方程数值解
龙格库塔算法
- 四阶龙格库塔算法,数值求解非线性方程,输入仿真初值、步长、仿真时间等,即可进行求解