搜索资源列表
牛顿法解多项式的根
- 牛顿法解多项式的根 包含重根的判断和多项式的输入-Newton method for polynomial root contains heavy-judgment and the importation of polynomials
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
calculator
- 设计简易交互式计算器,功能如下: (1) 计算器功能与Windows操作系统带的标准型的计算器系统相同。至少有+、-、*、/、开方、取倒数、清零、backspace的功能,可以对小数进行运算。 (2) 程序可以实现简单的没有括号的表达式计算, (3) 不使用math.h头文件,求开方运算时使用多项式拟合方式。 -Design simple interactive calculator, function as follows: (1) calculator function a
ji-suan-mo-ni
- 插值、多项式求值、求根、图形绘制、线性方程求解-Interpolation, polynomial evaluation, root finding, graphics rendering, linear equations
Computer-Science
- 利用计算机方法解决数学问题,包括求方程的根,求插值多项式-The method of using a computer to solve math problems, including seeking the root of the equation, polynomial interpolation seeking
4-2-Root-of-a-Polynomial.c
- 牛顿迭代二次 na 1003 Root of a Polynomial-newtown method
jisuanjishuzhifangfa
- 计算机数值方法课中常见数值计算方法源代码,包括Gauss列主元素消去法、变步长梯形法、拉格朗日插值法、牛顿插值法、平方根法-Computer Numerical Methods Course common numerical method source code, including Gauss Out the main elements of elimination, variable step trapezoidal method, Lagrange polynomial, Newton i
