搜索资源列表
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
非线性方程组的迭代解法
- 非线性方程组的迭代解法,包括:简单迭代法、Newton法、割线法、拟Newton法等.详见程序注释-nonlinear equations of the iterative solution, including : simple iterative method, Newton, secant, to the Newton law. Detailed procedures Notes
拟牛顿法求非线性方程组的一组实数解
- 拟牛顿法求非线性方程组的一组实数解-quasi-Newton method of nonlinear equations for a group of real solutions
逆broyden秩1法解非线性方程组
- 逆Bbroyden秩1法解非线性方程组实例-Bbroyden Rank an inverse method for solving systems of nonlinear equations example
用牛顿法解非线性方程组
- 用牛顿法解非线性方程组(包括论文及源程序)-with Newton method for solving systems of nonlinear equations (including papers and source)
非线性方程组的数值解法
- 经典的非线性方程组的数字解法权威书籍。
拟牛顿法求非线性方程组的一组实数解
- 拟牛顿法求非线性方程组的一组实数解-quasi-Newton method of nonlinear equations for a group of real solutions
逆broyden秩1法解非线性方程组
- 逆Bbroyden秩1法解非线性方程组实例-Bbroyden Rank an inverse method for solving systems of nonlinear equations example
用牛顿法解非线性方程组
- 用牛顿法解非线性方程组(包括论文及源程序)-with Newton method for solving systems of nonlinear equations (including papers and source)
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
非线性方程组的迭代解法
- 非线性方程组的迭代解法,包括:简单迭代法、Newton法、割线法、拟Newton法等.详见程序注释-nonlinear equations of the iterative solution, including : simple iterative method, Newton, secant, to the Newton law. Detailed procedures Notes
求解非线性方程组
- 求解定位方程组。并直接利用三元方程求出X,Y,Z时的误差子函数-positioning Solving equations. 3 yuan and the direct use of equations derived X, Y, Z of error Functions
MATLAB求解非线性方程组 fsolve源程序代码
- 这是MATLAB求解非线性方程组 fsolve源程序代码(This is MATLAB solving nonlinear equations fsolve source code)
牛顿-拉夫森法求解非线性方程组
- 牛顿-拉夫森法求解非线性方程组 牛顿-拉夫森法求解非线性方程组(Solving Nonlinear System of Newton 's Iteration Method)
计算方程组-1
- 该程序可用来求解计算复杂的非线性方程组的解析解,对初学者有一定参考价值(The program can be used to solve the analytic solution of complex nonlinear equations, and has some reference value for beginners)
PSO算法求解非线性方程组
- 使用pso粒子群算法求解非线性方程组,用c语言实现(PSO Particle Swarm Optimization (PSO) is used to solve nonlinear equations and is implemented in C language)
Fortran Newton法求解非线性方程组
- 通过Fortran语言,利用牛顿方程迭代来求解非线性方程组,可设置为二元或多元(Through the Fortran language, the Newton equation iteration is used to solve the nonlinear equations, which can be set to two yuan or multivariate.)
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)