搜索资源列表
C++常用算法之08非线性方程组求解
- 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套非线性方程组求解代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过 -the code is "commonly used computer numerical algorithms and procedures C version," a book support
C++常用算法之08非线性方程组求解
- 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套非线性方程组求解代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过 -the code is "commonly used computer numerical algorithms and procedures C version," a book support
gener
- 用遗传优化算法求解高次非线性方程组。代码中举例说明。-Optimization using genetic algorithm high nonlinear equations. Code example.
ScienceAndEngineeringNumericalAlgorithms
- 该代码是《科学与工程数值算法》(visual C++实现)一书中的源代码,里面包括常见的数值算法的实现,主要包括复数运算、矩阵运算、线性方程组的求解、非线性方程组的求解以及差值和数值积分的实现。-The code is " Science and Engineering, Numerical Algorithms" (visual C++ to achieve) the book' s source code,
mulNewtonSOR
- 本代码为牛顿-SOR迭代法求解非线性方程组。其调用格式为[r,m]=mulNewtonSOR(F,x0,w,h,eps) 其中F:方程组,x0:方程组初始解,w:SOR迭代因子,h:数值积分常数,eps:根的精度,m:迭代步数。-The code for the Newton-SOR iteration method for solving nonlinear equations. Its call format [r, m] = mu
mulDNewton
- 本代码为牛顿下山法求解非线性方程组。其调用格式为[r,m]=mulDNewton(F,x0,eps) 其中F:非线性方程组,x0:初始解,eps:解的精度;r:求得的一组解,n:迭代步数。-The code for Newton' s method for solving nonlinear equations. Its call format [r, m] = mulDNewton (F, x0, eps) where F:
mulGXF
- 本代码为割线法求解非线性方程组。其调用格式为[r,m]=mulGXF1(F,x0,x1,eps) 其中,F:非线性方程组;x0初始解;x1:初始解;eps:解的精度;m:迭代步数。-The code for the secant method for solving nonlinear equations. Its call format [r, m] = mulGXF1 (F, x0, x1, eps) where, F: non-
NLNewton_VB.net
- 牛顿法求解非线性方程组,vb.net代码. Visual studio 2008下正常运行-Newton method for solving nonlinear equations
newtonmethod
- 用matlab编写的牛顿迭代方法求解非线性方程组:数值分析中很经典的代码-a matlab code of newton method solve system of nonlinear equations
newton
- matlab牛顿法求解非线性方程组的程序代码学习-matlab Newton method for solving nonlinear equations code learning
matlab-Code
- 此时例是关于用matlab实现牛顿法求解非线性方程组,(包含牛顿法、改进的牛顿法.梯度法、最速下降法代码),里面附带可以直接运行的程序。-At this case is about solving nonlinear equations using matlab Newton, (including Newton, Newton method to improve the code), which comes with the prog
equation
- MATLAB求解非线性方程组 fsolve源程序代码 该列具有典型性和代表性-MATLAB求解非线性方程组 fsolve源程序代码
PSO
- PSO源代码,求解单目标优化问题,本代码用于求解非线性方程组问题-PSO source code
MATLAB-fsolve
- fsolve求解非线性方程组,代码可以十分准确的求解方程组,方便快捷-fsolve solve nonlinear equations, the code can be very accurately solving equations, convenient
newton-feixianxingfangcheng
- MATLAB牛顿法求解非线性方程组的源程序代码(MATLAB Newton method for solving nonlinear equations source code)
MATLAB求解非线性方程组 fsolve源程序代码
- 这是MATLAB求解非线性方程组 fsolve源程序代码(This is MATLAB solving nonlinear equations fsolve source code)
MATLAB求解非线性方程组 fsolve源程序代码
- MATLAB求解非线性方程组 fsolve源程序代码(MATLAB to solve the nonlinear system fsolve source code)
代码
- 求解非线性方程组详细代码,属于源代码程序(The detailed code for solving nonlinear equations belongs to the source code program.)
MATLAB求解非线性方程组 fsolve
- MATLAB求解非线性方程组 fsolve源程序代码(MATLAB to solve the nonlinear system fsolve source code.)
牛顿迭代法求解非线性方程组
- 使用MATLAB代码实现牛顿迭代法求解非线性方程组