资源列表
solve_newton
- 本程序使用了改进欧拉法求解微分方程dy=x+exp(y),[0,1]。过程中使用了牛顿迭代法进行了简单的求根,避免了应用函数的繁琐处理,可以作为欧拉法与牛顿法的示例程序。-This procedure uses the Euler method to improve the differential equation dy = x+ exp (y), [0,1]. The course of using the Newton iterative method for the simple roo
cdfcqj
- 运用最小二乘法求解超定方程,在数值分析中使用的很多-equation solver
4NETN
- 使用拟牛顿法求解非线性方程组的源码,只需要改变输入的方程组,即可求得需要的解。-Using the quasi-Newton method for solving nonlinear equations, source, only need to change the input equations, you can obtain the desired solution.
calculator
- 一个实现了加减互换,求倒数、开根等一系列的计算器,值得借鉴和学习。-a calculator
efk_example
- This is a simple demo of a Kalman filter for a sinus wave, it is very commented and is a good approach to start when learning the capabilities of it.
multiplelinearregression
- 多元线性回归的C++源码,在VC6.0上可直接运行!-Multiple Linear Regression C++ source code, can be directly run in VC6.0!
ShortPath
- 2000年数学建模B题最短路径的算法,能把从工厂到所有铺设地点的单位钢管运费计算出来-2000 Mathematical modeling of the shortest path algorithm B title
F.2
- GEAR ALGORITHM 计算算法,用于 计算微分计算,如求分子运动轨迹,力,加速度-GEAR ALGORITHM , NUMERICAL INITIAL VALUE PROBLEMS IN ORDINARY DIFFERENTIAL EQUATIONS
efk_example
- Kalman Example. Describe how to make a filtering with a Kalman filter.
SSOR_iterative_method
- SSOR迭代法解矩阵,采用MSR法实现系数矩阵的存储,采用SSOR迭代法求值-SSOR iterative method
WYSTD2
- 无约束优化算法的源代码 用于优化设计问题 Turbo 2.0下编译-unconstrained optimization algorithm source code for optimal design of Turbo 2.0 compiler
RungeKutta
- 龙格库塔法求解常微分方程的程序,以西安交通大学研究生《数值分析》习题为例,可通用-Runge-Kutta method for solving ordinary differential equations procedures to Xi' an Jiaotong University graduate student, " Numerical analysis" exercises, for example, can be common
