搜索资源列表
yingyongshuzhifenxi.rar
- 本书包括绪论,插值法,函数逼近,解线性方程组的直接方法、迭代法,数值微分与数值积分,非线性方程求根,常微分方程数值解法,矩阵特征值与特征向量的计算以及附录和习题解答等。 ,This book includes introduction, interpolation, function approximation, solution of linear equations of the direct method, iterative method, numerical differentiati
Folder
- Matlab codes for calculating RMS Value and finding roots.
polynomials10
- This library defines basic operation on polynomials, and contains also 3 different roots (zeroes)-finding methods that can handle quite large polynomials (>1000 coefs) Implemented in ANSI C++ Templates. Handles all real and complex floating p
secant
- In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f.-The secant iteration to find the zero of some non-linear function converges to zero if
fcqg
- matlab方程求根程序,里面包括了常用的matlab方程求根的程序,包括手写的和matlab自还的函数。-matlab equation Roots program, which includes the commonly used procedure for finding roots of equations matlab, including handwritten and self is also a function of matlab.
fangchengqiugen
- 这是用MATLAB实现方程的求根问题,有贝努力法等十几种算法,具体的代码都已给出。-This is achieved using MATLAB problems finding roots of equations, there are a dozen Bernoulli law algorithms have been given a specific code.
matlab
- 插值,函数逼近,矩阵特征值计算,数值微分,积分,方程求根,非线性方程求解,迭代,随机数生成,特殊函数,常微分方程,偏微分方程等常用的matlab程序。-Interpolation, function approximation, matrix eigenvalue calculation, numerical differentiation, integration, finding roots of equations, nonlinear equations, iterative, rand
Fpi
- fixed point iteration for finding roots
rootmusic1
- 本代码是求根MUSIC算法的源程序。采用求根MUSIC算法进行DOA估计-MUSIC algorithm for finding roots of this code is the source. Roots of DOA by MUSIC algorithm estimates
Based-on-real-eigenvalue-decomposition-algorit
- 基于实值特征值分解的求根MUSIC算法Based on real eigenvalue decomposition algorithm for finding roots of MUSIC-Based on real eigenvalue decomposition algorithm for finding roots of MUSIC
zxecf
- 一种应用牛顿迭代法的MATLAB源程序 解决的是方程求根的问题-A MATLAB application of Newton iteration method to solve the source problem of finding roots of equations
MATLAB_Arithmetic
- 书名:[MATLAB语言常用算法程序集].(龚纯).清晰版 内容:插值,函数逼近,特征值计算,数值微分,数值积分,方程求根,非线性方程组求解,线性方程组的直接法,线性方程组的的迭代法,随机数生成,特殊函数计算,常微分方程的初值问题,偏微分方程的数值解法,数据统计和分析。-Title: [MATLAB algorithms commonly used in assembly language]. (Gong pure). Clearer view of the contents: interp
MATLAB-language
- 差值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、线性方程组直接法、线性方程组迭代法、随机数生成、特殊函数计算、常微分方程初值问题、偏微分方程数值解法、数据统计和分析-Difference, function approximation, eigenvalue calculation, numerical differentiation, numerical integration, finding roots of equations, nonlinear equ
finding-roots
- finding roots by search method
qiugen
- 求根软件,只能用于一元二次方程的一般式的求根-Finding roots of software can only be used for finding roots of a quadratic equation of the general type
hanshu5
- 用牛顿迭代法求根的函数;用递归法求n阶勒让德多项式的值-Newton iterative method for finding roots of functions recursive method and the n-order Legendre polynomial values
haohaohaohaodesanfa
- 该算法实现很关于求根的功能,很好的算法,希望能对大家有所帮助-The algorithm is on the function of finding roots, a good algorithm, I hope you can help
roots-music.m
- 空间谱估计算法中的求根MUSIC算法,很简单程序。-Spatial spectrum estimation algorithm finding roots of MUSIC algorithm is very simple program.
Newtonxq
- 牛顿法的matlab程序。该函数是用牛顿法求根的迭代方法。-Newton method matlab program. The function is an iterative method for finding roots of Newton method.
ROOTS
- finding roots to a function using bisection and newton method