搜索资源列表
单根牛顿切线法2
- 我们的作业 计算方法里面的牛顿切线法求根,(单根情况)。-our operations inside the calculation method Newton tangent Root, (single).
二分法方程求根
- 二分法方程求根的经典算法-dichotomy of the classic algorithm
方程求根_加速迭代法
- 方程求根_加速迭代法是一个用C++编写的程序-equation Root _ accelerated iterative method is a C preparation procedures
非线性方程求根
- 非线性方程求根 包括二分法、牛顿迭代法的matlab程序。-Root including nonlinear equations dichotomy of Newton iteration of Matlab procedures.
牛顿迭代法求根
- 牛顿迭代法求根 这个也是计算方法中的常用计算程序 学过的人都知道的-Newton iterative method for solving this calculation method is commonly used in the calculation procedures learned in the people know that the
实验3--非线性方程求根.doc
- 《计算方法》实验报告,非线性方程求根,文档里有程序
newton 牛顿迭代求根法和牛顿
- 牛顿迭代求根法和牛顿-steffensen加速法-Newton method for root-solving problems. Newton-Steffenson is also included.
判断判别式并求根
- 输入一元二次方程的一般表达式的a,b,c三个数求出他的根(Enter the general expression of a $two equation, a, B, C, three numbers to find his root)
方程求根
- 用于求解方程利用软件可以方便的解决方程的求根问题(FOR sloving the equations)
方程求根
- matlab源代码,进行方程求根的解决。(Equation for root matlab source code)
常见求根方法通用程序以及算例
- 常见求根方法,牛顿法,抛物线法,割线法通用程序,以及算例检验(The common root method, Newton method, parabola method, secant method and general procedure, test example)
作业4(一元二次方程)
- 一元二次方程求根,java编译,亲测有效(Quadratic equation with one unknown root, java code, pro test)
exam2
- 在matlab中调用数值求根函数对平面光导波的导模进行求解,并计算出导模中所对应的各参数。(In the MATLAB mode on the plane optical wave guide function calls for solving numerical roots, and calculate the parameters of the corresponding guide mode in the.)
方程求根
- MATLAB里面常用的方程求解程序,里面包括各类常用的数值分析算法(MATLAB is commonly used in the equation solver, including various commonly used numerical analysis algorithms.)
frmCal一元二次方程求根
- VB程序,用于一元二次方程求根的小例程,供大家参考(VB program for solving the quadratic equation with one unknown small routines, for your reference)
非线性方程求根方法
- 非线性方程求根方法,包括二分法和牛顿迭代法(Nonlinear equation method, including the dichotomy and the Newton iteration method)
求根类
- 用求根MUSIC算法求解DOA估计问题,是最基本简单的求根MUSIC算法,运算复杂度比MUSIC低(traditional root-MUSIC algorithm, lower computational complexity than MUSIC)
方程求根
- 包含了牛顿迭代法解非线性方程以及非线性方程组求解,多项式求根的MATLAB的M文件(Newton's iterative method is used to solve nonlinear equations and solve nonlinear equations. The M of MATLAB is the root of polynomial.)
求根music算法
- 能够准确的估计信号的角度,不需要预估角度,比music算法更加准确。(It can accurately estimate the angle of the signal and do not need to estimate the angle, which is more accurate than the music algorithm.)
Matlab方程求根法汇总
- Matlab方程求根法汇总:BenvliMAX 贝努利法求按模最大实根 BenvliMIN 贝努利法求按模最小实根 HalfInterval 用二分法求方程的一个根 hj 用黄金分割法求方程的一个根 StablePoint 用不动点迭代法求方程的一个根 AtkenStablePoint 用艾肯特加速的不动点迭代法求方程的一个根 StevenStablePoint 用史蒂芬森加速的不动点迭代法求方程的一个根 Secant 用一般弦截法求方程的一个根 SinleSecant 用单点弦截法求方程的一个