搜索资源列表
Real-roots-of-equations-of-higher
- 本文根据STURM定理设计了一个算法按这一算法编写了一个求高次方程所有实根近似值的C语言程序. -STURM theorem in this article in accordance with an algorithm designed by this method for the preparation of a high approximation of real roots of all equations of the C language program.
BenvliMAXandMIN
- 这两个代码是用贝努利法求方程的最大实根和最小实根,方程只要是标准形式输入参数就可以调用此MATLAB函数-These two functions which are writtern by Matlab can solve out the max and min root through the Benvli method.
bairstow
- 解非线性方程 能过解复根 实根 但需要逼近-help you save equation conclude different answer
GetEquationRoot
- 一元二次求根,考虑得比较全面。比如方程有两个不同的实根,两个相同的实根,两个虚根,方程退化成一元一次方程,以及无解的情况。最后根的显示也使用一个小小的技巧 小程序不复杂,但是未必每个人第一次都能做的很完善 -Quadratic root finding, may be considered more comprehensive. Such as the equation has two different real roots, two identical real roots, two ima
fangchengqiujie
- 贝努利法求按模最大实根 贝努利法求按模最小实根 用二分法求方程的一个根 用黄金分割法求方程的一个根 用不动点迭代法求方程的一个根 用艾肯特加速的不动点迭代法求方程的一个根 用史蒂芬森加速的不动点迭代法求方程的一个根 用一般弦截法求方程的一个根 用单点弦截法求方程的一个根 用双点弦截法求方程的一个根 用平行弦截法求方程的一个根 用改进弦截法求方程的一个根 用史蒂芬森法求方程的一个根 用劈因子法求方程的一个二次因子 用抛物线法求方程的一个根
erfc
- 用于计算二元一次方程的根,考虑了各种可能,既可以计算实根,又可以计算需根-Used to calculate the binary one equation root, considering the various possible, we can calculate the real root, and need to be root can be calculated
solve
- 功能是用牛顿迭代法求解一元多次方程,可以求解一元多次方程的所有实根,但重根只能输出一个-Function is to use Newton iterative method for solving multiple equations one yuan, one yuan can solve all real roots of the equation many times, but only output a heavy root
实矩阵特征值问题求解
- 求解实数矩阵的特征值和特征向量(10阶以内的矩阵),对于亏损矩阵可以求出相应的根向量(The eigenvalues and eigenvectors of the real number matrix (the matrix within 10 orders) are solved, and the corresponding root vectors can be found for the loss matrix)
求一元二次方程的解
- 用labview求一元二次方程的解,并表示有无实根(The solution of the two order equation of one element is obtained by LabVIEW, and the real root is expressed.)
Matlab方程求根法汇总
- Matlab方程求根法汇总:BenvliMAX 贝努利法求按模最大实根 BenvliMIN 贝努利法求按模最小实根 HalfInterval 用二分法求方程的一个根 hj 用黄金分割法求方程的一个根 StablePoint 用不动点迭代法求方程的一个根 AtkenStablePoint 用艾肯特加速的不动点迭代法求方程的一个根 StevenStablePoint 用史蒂芬森加速的不动点迭代法求方程的一个根 Secant 用一般弦截法求方程的一个根 SinleSecant 用单点弦截法求方程的一个