搜索资源列表
牛顿法解多项式的根
- 牛顿法解多项式的根 包含重根的判断和多项式的输入-Newton method for polynomial root contains heavy-judgment and the importation of polynomials
PolynomialIncludingAllFunctions
- 一元多项式符号计算-含因式分解版 不仅包含+,-,*,/,多项式求值,数值积微分,(内含多项式求根子程序),定与不定积分,还有因式分解(求根法). 用单链表.输入格式按提示.-one yuan polynomial symbolic computation-containing factorization version not only contains ,-,*,/, polynomial evaluation, Numerical plot differential (intron
ROOT_MUSIC_DOA
- 简洁但是经典的Root Music DOA 算法,是用多项式求解的方法来寻找DOA(Direction of Arrival )-simple but classic Root Music DOA algorithm, is the polynomial method to find DOA (Direction of Arrival)
newton_new
- 牛顿法解多项式的根 输入:多项式系数c[],多项式度数n,求在[a,b]间的根 输出:根 要求保证[a,b]间有根-Newton method for polynomial root input : polynomial coefficients c [], polynomial degree n, for [a, b] the root output :-assurance [a, b] - between
1002NA
- A polynomial of degree n has the common form as . Your task is to write a function to find a root of a given polynomial in a given interval. Format of function double Polynomial_Root(int n, double c[], double a, double b, double EPS) whe
N_COmp
- 数值计算算法,包括: (1)Lagrange插值 (2)Newton 插值 (3)求f(x0):秦九韶法 (4)求实系数多项式f(z0)。z0为复数(5)二分法求f(x)=0的根 (6)弦截法求f (x)=0的根 (7)求实系数多项式 方程的实根、复根 (8)解线性方程组:Gauss列主元素消去法( 9 )快速弗利叶变换(FFT) -Numerical algorithms, including: (1) Lagrange interpolat
jgdhghjd
- DHRT:对分法搜索方程的实根 ATKN:埃特金迭代法求方程的一个实根 NEWT:牛顿迭代法求方程的一个实根 QRRT:QR方法求实系数多项式方程的全部根 NETN:拟牛顿法求非线性方程组的一组实数解-DHRT: method to search for the real roots of equation ATKN: Aitken iterative method for a real roots of equation NEWT: Newton iteration equat
Newton
- This code would calculate the approximate root of any polynomial using Newton Raphson Method
matrix-tezhengzhijisuan
- 通过求矩阵特征多项式的根来求其特征值 幂法求矩阵的主特征值及主特征向量 瑞利商加速幂法求对称矩阵的主特征值及主特征向量 收缩法求矩阵全部特征值 收缩法求矩阵全部特征值 位移逆幂法求矩阵离某个常数最近的特征值及其对应的特征向量 QR基本算法求矩阵全部特征值 -Characteristic polynomial by the root of a matrix to find the eigenvalues of a matrix power m
Laguerremethod
- find root of a polynomial using Laguerre s algorithm
calculator
- 设计简易交互式计算器,功能如下: (1) 计算器功能与Windows操作系统带的标准型的计算器系统相同。至少有+、-、*、/、开方、取倒数、清零、backspace的功能,可以对小数进行运算。 (2) 程序可以实现简单的没有括号的表达式计算, (3) 不使用math.h头文件,求开方运算时使用多项式拟合方式。 -Design simple interactive calculator, function as follows: (1) calculator function a
bisect
- bisection method - use a root in polynomial or function / iterative method
false_position
- false_position method - use a root in polynomial or function / iterative method
goldmin
- goldmin method - use a root in polynomial or function / iterative method
newtraph
- newton and raphson method use a root in polynomial or function iterative method-newton and raphson method use a root in polynomial or function iterative method
ji-suan-mo-ni
- 插值、多项式求值、求根、图形绘制、线性方程求解-Interpolation, polynomial evaluation, root finding, graphics rendering, linear equations
sROOOT_MUSICCi
- 简洁但是经典的Root Music DOA 算法,是用多项式求解解的方法来寻找DOA(Direction of Arrival ) -The simple but classic Root Music of DOA algorithm is a polynomial solution method to find the DOA (the Direction of Arrival)
matlab-source-code
- matlab多种控制算法的源代码,包括时域响应的性能指标,由特征多项式构造胡尔维茨矩阵,根轨迹几何法设计串联超前控制器等-matlab variety of control algorithm source code, including the performance of the time domain response by the characteristic polynomial constructed Hurwitz matrix, root locus the geometric
equation-Root
- 提供逆矩阵、多项式的根、一元函数零点等方程求根源码-Provide inverse matrix, polynomial roots, one yuan functions such as zero equation Root Source
4-2-Root-of-a-Polynomial.c
- 牛顿迭代二次 na 1003 Root of a Polynomial-newtown method
