Welcome![Sign In][Sign Up]
Location:
Search - polynomial root

Search list

[OtherPRF

Description: Polynomial Root Finder is a reliable and fast C program (+ Matlab gateway) for finding all roots of a complex polynomial.
Platform: | Size: 32153 | Author: 陈西 | Hits:

[Other resource牛顿法解多项式的根

Description: 牛顿法解多项式的根 包含重根的判断和多项式的输入-Newton method for polynomial root contains heavy-judgment and the importation of polynomials
Platform: | Size: 8268 | Author: 洋溢 | Hits:

[Other resourcePolynomialIncludingAllFunctions

Description: 一元多项式符号计算-含因式分解版 不仅包含+,-,*,/,多项式求值,数值积微分,(内含多项式求根子程序),定与不定积分,还有因式分解(求根法). 用单链表.输入格式按提示.-one yuan polynomial symbolic computation-containing factorization version not only contains ,-,*,/, polynomial evaluation, Numerical plot differential (intron polynomial roots subroutine), fixed with indefinite integral, There factorization (Root). single-Chain. by input format suggested.
Platform: | Size: 44638 | Author: shijunhui | Hits:

[Special Effectsprocedure

Description: 程序一:用VC++实现图像检索技术。程序二:在 C 源程序中调用 MATLAB 引擎来计算三次多项式的根。程序三:编译原理词法分析器c++源程序。程序四:银行取款机Cash 系统源程序。程序五:ACCESS2000数据库文件密码的提取。-procedure : VC image retrieval technology. Two procedures : the C source Calling MATLAB engine to calculate cubic polynomial root. Procedure 3 : Build principle lexical analyzer c source. Four procedures : Bank teller machines Cash system source code. Five procedures : ACCESS2000 password database file extraction.
Platform: | Size: 12707 | Author: 布布 | Hits:

[Other resourcenewton_new

Description: 牛顿法解多项式的根 输入:多项式系数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
Platform: | Size: 925 | Author: 周远 | Hits:

[OtherPRF

Description: Polynomial Root Finder is a reliable and fast C program (+ Matlab gateway) for finding all roots of a complex polynomial.
Platform: | Size: 31744 | Author: 陈西 | Hits:

[Algorithm牛顿法解多项式的根

Description: 牛顿法解多项式的根 包含重根的判断和多项式的输入-Newton method for polynomial root contains heavy-judgment and the importation of polynomials
Platform: | Size: 197632 | Author: 洋溢 | Hits:

[Special Effectsprocedure

Description: 程序一:用VC++实现图像检索技术。程序二:在 C 源程序中调用 MATLAB 引擎来计算三次多项式的根。程序三:编译原理词法分析器c++源程序。程序四:银行取款机Cash 系统源程序。程序五:ACCESS2000数据库文件密码的提取。-procedure : VC image retrieval technology. Two procedures : the C source Calling MATLAB engine to calculate cubic polynomial root. Procedure 3 : Build principle lexical analyzer c source. Four procedures : Bank teller machines Cash system source code. Five procedures : ACCESS2000 password database file extraction.
Platform: | Size: 12288 | Author: 布布 | Hits:

[matlabROOT_MUSIC_DOA

Description: 简洁但是经典的Root Music DOA 算法,是用多项式求解的方法来寻找DOA(Direction of Arrival )-simple but classic Root Music DOA algorithm, is the polynomial method to find DOA (Direction of Arrival)
Platform: | Size: 1024 | Author: Frankie | Hits:

[Algorithmnewton_new

Description: 牛顿法解多项式的根 输入:多项式系数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
Platform: | Size: 1024 | Author: 周远 | Hits:

[Data structspolynomial

Description: 我写的多项式操作代码,包括多项式的基本运算,简单求根算法-I write the polynomial operation code, including basic computing polynomial, simple Root Algorithm
Platform: | Size: 10240 | Author: tony | Hits:

[Windows Developew

Description: for: Root of a Polynomial --- --- --- --- -- Time Limit: 1 Second Memory Limit: 32768 KB -------------------------------------------------------------------------------- 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) where int n is the degree of the polynomial double c[] is an array of n +1 coefficients , , ..., , and of the given polynomial double a and b are the two end-points of the given interval and double EPS is the accuracy of the root. The function must return the root. Note: It is guaranteed that a unique real number r exists in the given interval such that p(r) = 0. -for: Root of a Polynomial---------------------- Time Limit: 1 Second Memory Limit: 32768 KB-------------------------------------------------------------------------------- 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 functiondouble Polynomial_Root (int n, double c [], double a, double b, double EPS) where int n is the degree of the polynomial double c [] is an array of n+ 1 coefficients,, ..., , and of the given polynomial double a and b are the two end-points of the given interval and double EPS is the accuracy of the root.The function must return the root.Note: It is guaranteed that a unique real number r exists in the given interval such that p (r) = 0.
Platform: | Size: 1024 | Author: Alex Zhang | Hits:

[Windows DevelopRoots_QR

Description: 用QR算法求多项式方程f(x)=x^n+a(1)*x^(n-1)+...+a(n-1)*x+a(n)=0的所有根-QR algorithm used for polynomial equation f (x) = x ^ n+ A (1)* x ^ (n-1)+ ...+ A (n-1)* x+ A (n) = 0 for all root
Platform: | Size: 1024 | Author: xzz | Hits:

[JSP/Javapolynomial

Description: 程序作业源码 读入源文件包含多项式的长度 以及 系数和幅值,然后进行加法运算得到多项式的结果并显示。 p1 p2 为多项式源文件。 Polynomial为算法单元 Term为单个元素的构造类 Main为读入文件并进行运算的主函数 p1 p2 请放于root下 -Read the source file contains the polynomial coefficients and the length and amplitude, then the addition operation and displays the results obtained polynomial. p1 p2 a polynomial source. Polynomial algorithm unit for the Term structure of classes for the individual elements Main To read the file and the operation of the main function p1 p2 Please put in a root under the
Platform: | Size: 2048 | Author: lala | Hits:

[Algorithm1002NA

Description: 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) where int n is the degree of the polynomial double c[] is an array of n +1 coefficients , , ..., , and of the given polynomial double a and b are the two end-points of the given interval and double EPS is the accuracy of the root. The function must return the root. Note: It is guaranteed that a unique real number r exists in the given interval such that p(r) = 0. -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) where int n is the degree of the polynomial double c[] is an array of n+1 coefficients , , ..., , and of the given polynomial double a and b are the two end-points of the given interval and double EPS is the accuracy of the root. The function must return the root. Note: It is guaranteed that a unique real number r exists in the given interval such that p(r) = 0.
Platform: | Size: 1024 | Author: suncheng | Hits:

[Windows Developroot-of-polynomial

Description: program to find root of polynomial
Platform: | Size: 2048 | Author: the star | Hits:

[matlabequation-Root

Description: 提供逆矩阵、多项式的根、一元函数零点等方程求根源码-Provide inverse matrix, polynomial roots, one yuan functions such as zero equation Root Source
Platform: | Size: 9216 | Author: Ivy | Hits:

[MPIConsoleApplication1

Description: 基于牛顿迭代法的多项式求根程序,使用的数据结构是链表-Newton iterative method based on polynomial root-finding programs, data structures using a linked list
Platform: | Size: 3057664 | Author: ddr | Hits:

[Algorithm4-2-Root-of-a-Polynomial.c

Description: 牛顿迭代二次 na 1003 Root of a Polynomial-newtown method
Platform: | Size: 1024 | Author: zhu | Hits:

[OtherEquation-Root

Description: 方程求根 inv - 逆矩阵 roots - 多项式的根 fzero - 一元函数零点 fsolve - 非线性方程组 solve - 符号方程解 *newton - 牛顿迭代法解非线性方程- Equation Root inv- Inverse Matrix roots- roots of the polynomial fzero- One Function Zero fsolve- nonlinear equations solve- Equations symbol * newton- Newton iterative method for solving nonlinear equations
Platform: | Size: 10240 | Author: lxc | Hits:
« 12 3 »

CodeBus www.codebus.net