搜索资源列表
shuzhifenxi
- 数值分析实验报告!包含多个实验! 实验一 非线性方程求根 实验二 线性代数方程组的解法 --------列主元Gauss消元法 实验三 线性代数方程组的解法 ——Gauss-Seidel迭代法等
非线性方程求根
- 非线性方程求根 包括二分法、牛顿迭代法的matlab程序。-Root including nonlinear equations dichotomy of Newton iteration of Matlab procedures.
Matlab算法大全
- 非常全面的matlab算法,一共有14章,包括差值,函数逼近,矩阵特征值计算,数值微积分,方程求根,随机数生成,数据统计和分析等,全部都是算法的matlab原码实现,值得学习!
matlab-suanfadaquan
- 包括插值,函数逼近,矩阵特征值计算,数值微分,数值积分,方程求根, 非线性方程组求解, 解线性方程组的直接法,解线性方程组的迭代法,随机数生成等-Including interpolation, function approximation, eigenvalue computation, numerical differentiation, numerical integration, equation Root, non-linear equations to solve the direc
0005EquationRoot
- 本章的算法是在已知区间上的求根。方程求根-This chapter of the algorithm is known to range in the roots. Equation Root
fangchengqiugen
- 方程求根的源代码,matlab编写的,值得收藏,欢迎大家踊跃下载,为中国的科研事业做贡献-Equation Root of the source code, matlab prepared and worthy of collection, enthusiastically welcomed the U.S. download, in order to make China' s contribution to the cause of scientific research
fangchengqiujie
- 实现方程求根!里面包括很多的方程求解!自己下起看看!-Achieve the equation Roots!
equation_Solve
- 方程求根的MATLAB程序,包括各种数值方法,如黄金分割法,联合法等-Equation Roots of MATLAB programs, including a variety of numerical methods, such as the golden section method, the joint law
matlab
- 插值,函数逼近,矩阵特征值计算,数值微分,积分,方程求根,非线性方程求解,迭代,随机数生成,特殊函数,常微分方程,偏微分方程等常用的matlab程序。-Interpolation, function approximation, matrix eigenvalue calculation, numerical differentiation, integration, finding roots of equations, nonlinear equations, iterative, rand
find_roots
- 方程求根,有很多方法,包括常用的很多M文件,很实用-find the roots
fangchen
- 利用matlab对方程求根进行了编码计算-Solving the equation using matlab code were calculated
zxecf
- 一种应用牛顿迭代法的MATLAB源程序 解决的是方程求根的问题-A MATLAB application of Newton iteration method to solve the source problem of finding roots of equations
newton-method
- 适用于方程求根,Newton迭代法。求解方程的根。-Newton method to solve the functions.
Dichotomy-method
- 用于方程求根的二分法。方程求根。二分法。-Dichotomy method to solve the functions.
MATLAB_Arithmetic
- 书名:[MATLAB语言常用算法程序集].(龚纯).清晰版 内容:插值,函数逼近,特征值计算,数值微分,数值积分,方程求根,非线性方程组求解,线性方程组的直接法,线性方程组的的迭代法,随机数生成,特殊函数计算,常微分方程的初值问题,偏微分方程的数值解法,数据统计和分析。-Title: [MATLAB algorithms commonly used in assembly language]. (Gong pure). Clearer view of the contents: interp
p71_fzerotx
- 实现方程数值解法的函数是fzero,介绍其算法思想(The function of numerical solution of equation is fzero, and its algorithm idea is introduced)
方程求根
- matlab源代码,进行方程求根的解决。(Equation for root matlab source code)
非线性方程求根方法
- 非线性方程求根方法,包括二分法和牛顿迭代法(Nonlinear equation method, including the dichotomy and the Newton iteration method)
方程求根
- 包含了牛顿迭代法解非线性方程以及非线性方程组求解,多项式求根的MATLAB的M文件(Newton's iterative method is used to solve nonlinear equations and solve nonlinear equations. The M of MATLAB is the root of polynomial.)
求超越方程的根
- 超越方程的根的求法以及对应的雅克比矩阵的求法,特征值,特征向量等用MATLAB程序方便的求解