当前位置:
首页
资源下载

搜索资源 - matlab root-finding
搜索资源列表
-
0下载:
Polynomial Root Finder is a reliable and fast C program (+ Matlab gateway) for finding all roots of a complex polynomial.
-
-
0下载:
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
-
-
0下载:
finding root of equation using matlab
-
-
0下载:
multiroot funciton with matlab -ltRoot: the root-finding package
TestSuit: the test suit of polynomials
-
-
0下载:
vhdl coding for square root-vhdl coding for square root...
-
-
0下载:
Matlab code for nonlinear complex function root finding
-
-
5下载:
二维求根MUSIC算法是改进的一种MUSIC算法,对于面阵的二维DOA估计的编程者有重要用途。-Dimensional root finding MUSIC algorithm improved MUSIC algorithm, programming for the two-dimensional plane array DOA estimation purposes.
-
-
0下载:
数值求根(二分法和牛顿法)以及辛普森数值积分matlab的function函数文件,可修改求根精度等-Numerical root finding (the dichotomy and Newton law), and Simpson numerical integration the matlab function function file, modify the root finding accuracy
-
-
0下载:
一维的求根多重信号分类算法Root-MUSIC,在matlab环境下实现-One-dimensional root finding multiple signal classification algorithm Root-MUSIC, in the matlab environment to achieve
-
-
0下载:
数值计算方法中求解方程根的算法 亲测可用 附带注释 MATLAB源程序- root-finding
-
-
0下载:
MATLAB数值分析相关代码,包含多种求根的迭代逼近算法,对初学者有所帮助-MATLAB code in value analysis, including different method for finding root of certain function
-
-
0下载:
selected matlab codes for numerical analysis numerical differentiation and root finding. Euler anf Ronge Kotta-selected matlab codes for numerical analysis numerical differentiation and root finding. Euler anf Ronge Kotta
-
-
2下载:
Matlab方程求根法汇总:BenvliMAX 贝努利法求按模最大实根
BenvliMIN 贝努利法求按模最小实根
HalfInterval 用二分法求方程的一个根
hj 用黄金分割法求方程的一个根
StablePoint 用不动点迭代法求方程的一个根
AtkenStablePoint 用艾肯特加速的不动点迭代法求方程的一个根
StevenStablePoint 用史蒂芬森加速的不动点迭代法求方程的一个根
Secant 用一般弦截法求方程的一个根
SinleSecant 用单点弦截法求方程的一个
-