资源列表
Newton
- 牛顿迭代发法求解方程,数值分析上的内容,用到的方法。-Newton iteration method hair equations, the contents of thenumerical analysis
GRKT10
- 龙格-库塔法,数值分析中求解微分方程的方法。-Runge- Kutta method, numerical analysis methods for solving differential equations.
ga
- 用C语言实现遗传的算法,MATLAB虽然有很多算法,但有时用c语言编写的代码执行的快得多-Using C language implementation of genetic algorithm, MATLAB although has a lot of algorithms, but sometimes using c language code implemented much faster
Mathcalculationprocedures
- 该程序包含矩阵最大特征值上、下界估计、线性方程组的求解、非线性方程组的一个最新迭代方法、数值积分、微分方程数值解!-The program contains the largest eigenvalue matrix, the lower bound estimates, linear equations, nonlinear equations, a recent iterative method, numerical integration, numerical solution of di
NewtonDif
- 牛顿差值,逼近曲线,收敛速度不理想,但是精度任意-Newton margin, curve approximation, the convergence rate is not ideal
Runge_Kutta
- runge-kutta算法,解决常微分方程初值问题-runge-kutta method to solve ordinary differential equations initial value problem
5_4_7Talor
- Taylor方法,解决常微分方程的初值问题-Taylor method to solve ordinary differential equations initial value problem
5_3_12_Euler
- Euler算法,解决常微分方程的初值问题。-Euler algorithm to solve the initial value problem of ordinary differential equations.
Iritaiton_linearsystem
- 用迭代法解线性方程组,还有两者效率的比较-Iterative Method for Solution of linear equations, there are both efficiency comparison
CubicSpline
- 根据给定点和区间值得出三次样条拟合方程的系数-According to a given point and interval should be a cubic spline fitting coefficient
Adams
- 用Adams三步四步法求解微分方程,程序主要是微分方程的Adams三步和四步外插法还有四阶预校算法的源程序。 -Adams four with three-step solution of differential equations, differential equations are the main procedures of Adams and three-step outside the four-step interpolation method was also fourth
vsrk4
- 龙格-库塔(Runge-Kutta)法是一种不同的处理,作为多级方法为人们所知。 它要求对于一个简单的校正计算多个 f 的值。 这里是变步长四阶龙格库塔法的c程序-Runge- Kutta [Runge-Kutta] method is a different treatment, as a multi-stage method for people to know. It requires a simple correction for the calculation of
