搜索资源列表
科学与工程数值计算算法配套源码vb
- 清华大学2002年出版的《科学与工程数值计算算法VB》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm VB" complementary source, incl
Newton
- 牛顿迭代法求解非线性方程,已在TC2.0中编译通过-Newton iterative method for solving nonlinear equations, in which compile WITH TC 2.0
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
线性方程组求解与方程组性态讨论
- 线性方程组求解与方程组性态讨论(实验报告)三次样条插值问题,数值积分,微分方程数值解,线性方程组的迭代解法,非线性方程的迭代解法-solving linear equations and the equations behavior discussion (Experiment), cubic spline interpolation, numerical integration, the numerical solution of d
求解非线性方程组
- 求解定位方程组。并直接利用三元方程求出X,Y,Z时的误差子函数-positioning Solving equations. 3 yuan and the direct use of equations derived X, Y, Z of error Functions
NLequation
- 求解非线性方程的算法,编译通过。包含各种算法,用户可以通过自己的需要选择 -solving nonlinear equation algorithms compile. Includes algorithms, users can choose their own needs
NLModule
- 求解非线性方程的方法,类容具体,包括说明。使用时直接修改参数。-solving nonlinear equations, Yung specific categories, including descr iptions. When used directly alter the parameters.
LINDO6.1
- LINDO用于求解线性规划和二次规划问题,LINGO除了具有LINDO的全部功能外,还可以用于求解非线性规划问题,也可以用于一些线性和非线性方程(组)的求解,等等。-LINDO for solving linear programming and quadratic programming problems, LINDO LINGO addition to the full functionality, but also can be
SHUZHIFENXI
- 牛顿迭代法,用于求解非线性方程,具体使用方法见程序内部说明。-Newton iteration for solving nonlinear equations, the specific use of the procedure see the internal note.
C_algorithm_program
- 本书是针对工程上常用的行之有效的算法而编写的C语言函数程序集,包括了近几年出现的许多新算法。全书分为数值计算与非数值计算两部分。其中数值计算部分的内容包括:线性代数方程组的求解、矩阵运算、矩阵特征值与特征向量的计算、非线性方程与方程组的求解、插值、数值积分、常微分方程(组)的求解、拟合与逼近、数据处理与回归分析、极值问题、数学变换与滤波、特殊函数、随机数的产生、多项式与连分式函数的计算、复数运算;非数值计算部分的内容包括:排序、查找、图
solve_nolinar_eqution
- 求解非线性方程的小程序,简单易用,欢迎使用。-Solving nonlinear equations of small procedures, easy to use, welcome to use.
chap7(1)
- 非线性方程是常见的一类方程,非线性方程(组)的理论远不如线性方程(组)成熟和有效,特别是非线性方程组解的存在唯一性还没有完全解决,判断其解的存在性和解的个数几乎没有可行的办法。本例能使读者熟练掌握Matlab中的非线性方程求解相关的函数。-Nonlinear equations is common for a class of equations, nonlinear equations (group) is far below the
matlab
- 插值,函数逼近,矩阵特征值计算,数值微分,积分,方程求根,非线性方程求解,迭代,随机数生成,特殊函数,常微分方程,偏微分方程等常用的matlab程序。-Interpolation, function approximation, matrix eigenvalue calculation, numerical differentiation, integration, finding roots of equations, nonlin
非线性方程组求解
- 数值分析非线性方程求解值问题的matlab的范例,超好用der((Numerical analysis of the Matlab example, super easy to use der))
纯非线性方程
- 求解非线性方程的代码,其中有例子和举例应用。(Solving nonlinear equations of the code, including examples and examples of applications.)
非线性方程组求解
- 利用改进的遗传算法求解非线性方程,遗传算法得到全局最优解作为初值寻找局部最优解(Using the improved genetic algorithm to solve the nonlinear equation, the genetic algorithm gets the global optimal solution as the initial value to find the local optimal solution
非线性方程解法相关程序
- 用二分法以及迭代法求解非线性方程、非线性方程组的例子(An example of solving nonlinear equations and nonlinear equations by the dichotomous method and iterative method)
用最小二乘法解一个或多个非线性方程。
- LMFNLSQ2求解一个或多个超定的非线性方程 在最小二乘意义上,打印雅可比矩阵和经过的时间(LMFNLSQ2 Solve one or more of (over)determined nonlinear equations % in the least squares sense, prints Jacobian matrix and elapsed time)
ch05 非线性方程求解
- 非线性方程是指含有指数和余弦函数等非线性函数的方程,例如, 与线性方程相比,无论是解的存在性,还是求解的计算公式,非线性方程问题逗逼线性问题要复杂的多,对于一般线性方程,既无直接法可用,也无一定章程可寻。(Nonlinear equations is refers to the index and cosine function equation of nonlinear functions, such as, for example,
基于MATLAB的非线性薛定谔方程的数值算法研究
- 这是一篇关于非线性方程数值求解的论文,基于分步傅里叶算法,通过Matlab编程,里面详细代码程序。(This is a paper about the numerical solution of non-linear equations.)