搜索资源列表
求解非线性方程组
- 求解定位方程组。并直接利用三元方程求出X,Y,Z时的误差子函数-positioning Solving equations. 3 yuan and the direct use of equations derived X, Y, Z of error Functions
Levenberg-Marquardt
- Levenberg-Marquardt 信赖域方法求解非线性方程组的Matlab程序-Levenberg-Marquardt trust region method for solving nonlinear equations of the Matlab program
AI
- 用MATLAB编写的使用免疫算法求解非线性方程组-MATLAB prepared with the use of immune algorithm for solving nonlinear equations
qnerr
- 采用局部拟牛顿法求解非线性方程组的C源代码-C code of quasi-Newton method for large nonlinear system solving
suanfa
- C++数值运算的常用算法,包括项式与连分式计算、矩阵运算、线性方程组求解、 非线性方程组求解、数值积分、数据处理与回归分析、数学变换与滤波等-C++ numerical computation of the commonly used algorithms, including the item type and continued fractions, the matrix operations, solving linear equations, solving systems of non
resource
- 数值分析算法:求解非线性方程组,插值,曲面拟合,得近似表达式-Numerical analysis algorithms: solving nonlinear equations, interpolation, surface fitting, very similar to the expression
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] = mulNewtonSOR (F, x0, w, h, eps)
newton2
- 非线性方程组的牛顿迭代方法与非线性方程解法类似,也是求解非线性方程组的常用方法。-Nonlinear equations of the Newton iteration method and nonlinear equations similar to solving nonlinear equations is a common method.
homotopycontinue
- 同伦连续算法,很好得用来求解非线性方程组-Homotopy continuation method, may very well be used to solve nonlinear equations
nolinerequationssolves
- MATLAB求解非线性方程组的一些算法程序,牛顿迭代法,高斯迭代法等-MATLAB for solving nonlinear equations of some algorithm program, Newton iteration, Gauss iterative method, etc.
homotopy-matlab
- 求解非线性方程组,比Newton迭代更加稳定的迭代法-Solving nonlinear equations, Newton iteration is more stable than the iterative method
nonlinear
- nonlinear,求解非线性方程组的Fortran源程序。-nonlinear, nonlinear equations of the Fortran source code.
hompack.rar
- 用于求解非线性方程组的hompack软件,计算速度非常快,好用。
计算方程组-1
- 该程序可用来求解计算复杂的非线性方程组的解析解,对初学者有一定参考价值(The program can be used to solve the analytic solution of complex nonlinear equations, and has some reference value for beginners)
非线性方程解法相关程序
- 用二分法以及迭代法求解非线性方程、非线性方程组的例子(An example of solving nonlinear equations and nonlinear equations by the dichotomous method and iterative method)
高效稳定的LMF方法求解非线性方程组
- 解决方案是通过弗莱彻版本的Levenberg-Maquardt获得的 用于最小化方程残差平方和的%算法。 %LMFnlsq应用程序的主要领域是在进行曲线拟合时 处理实验数据%。(A solution is obtained by a Fletcher's version of the Levenberg-Maquardt algoritm for minimization of a sum of squares of equation residuals. The main doma
PSO算法求解非线性方程组
- 使用pso粒子群算法求解非线性方程组,用c语言实现(PSO Particle Swarm Optimization (PSO) is used to solve nonlinear equations and is implemented in C language)
MATLAB牛顿法求解非线性方程组
- MATLAB牛顿法求解非线性方程组,运用牛顿法对非线性方程组进行求解可得到数值解(MATLAB Newton method for solving nonlinear equations, using Newton method to solve nonlinear equations to obtain numerical solution.)
MATLAB求解非线性方程组 fsolve
- MATLAB求解非线性方程组 fsolve源程序代码(MATLAB to solve the nonlinear system fsolve source code.)
用matlab求解非线性方程组的几种方法之程序
- matlab编程 求解非线性方程和方程组的多种方法(Matlab programming for solving nonlinear equations and equations)