搜索资源列表
qiugen
- 总结了所有常用的求方程的根的程序,只需选择所用方法和所求方程,就可以运行了。-Summed up all the commonly used equation for the root of the procedure, simply select the methods and the demand equation, we can run.
code5_1
- NEWTON迭代法求非线性方程的根,方便快捷!-NEWTON iteration of nonlinear equations for root
2
- 方程求根的数值试验,利用Newton迭代法,求所给出的方程的跟。-Equation Roots of numerical experiments, using Newton iteration method, find the equation with the given.
fcqg
- matlab方程求根程序,里面包括了常用的matlab方程求根的程序,包括手写的和matlab自还的函数。-matlab equation Roots program, which includes the commonly used procedure for finding roots of equations matlab, including handwritten and self is also a function of matlab.
fangchengqiugen
- 这是用MATLAB实现方程的求根问题,有贝努力法等十几种算法,具体的代码都已给出。-This is achieved using MATLAB problems finding roots of equations, there are a dozen Bernoulli law algorithms have been given a specific code.
GetEquationRoot
- 一元二次求根,考虑得比较全面。比如方程有两个不同的实根,两个相同的实根,两个虚根,方程退化成一元一次方程,以及无解的情况。最后根的显示也使用一个小小的技巧 小程序不复杂,但是未必每个人第一次都能做的很完善 -Quadratic root finding, may be considered more comprehensive. Such as the equation has two different real roots, two identical real roots, two ima
Dichotomy-root-of-Equation
- 用二分法求方程的根,一段简单却很实用的代码,而且能够运行程序噢!-Equation with the dichotomy of the root, a simple and very useful code, and can run the program Oh!
qiugen
- 可以灵活的对任何给定的方程通过编写程序的方法快速实现方程的求根-Can be flexible to any given equation through the method of programming rapidly to the equation for the root
MATLAB-codes
- matlab几乎所有数值计算程序,都包括在内,数值积分数值微分,方程求根等等,几乎所有需要用到的程序-The matlab almost all numerical procedures, including numerical integration numerical differentiation equation Root, etc., almost all the needed procedures
feixianxing
- 用MFC编写的一个非线性方程求根软件,作业数值计算的课程设计之用。-Written with MFC nonlinear equations software, curriculum design with operating numerical calculation.
gexianfa
- 用牛顿割线法求方程的根的matlab程序-Newton secant method for roots of the equation matlab program
Homework1
- 编写一个求方程ax2 + bx + c = 0的根 的程序,用3个函数分别求当b2-4ac大于零、等于零、和小于零时的方程的根。要求从主函数输入a,b,c的值并输出结果。 -Write a demand equation ax2+ bx+ c = 0 root program, with three functions are required when b2-4ac is greater than zero, zero, and the roots of the equation is les
shuzhifenxi
- 二分法,数值分析实现方程求根的算法,这是java程序-Dichotomy, numerical analysis algorithms to achieve Roots of the equation, which is the java program
Interation
- 计算方法 迭代法求方程的根 包括源码和可执行文件-Iterative method for the calculation of the equation, including the root source and executable files
COMSOL_MULTIPHYSICS
- 主要介绍COMSOL Multiphysics 在零维和一维模型数值分析方面的几个关键内容。这些内容包括求根、步进式数值积分、常微分方程数值积分和线性系统分析。这几乎是所有的化工过程数学分析方法。-COMSOL Multiphysics introduces several key elements in the zero-dimensional and one-dimensional numerical analysis model. These include roots, stepping
Equation-Root
- 方程求根 inv - 逆矩阵 roots - 多项式的根 fzero - 一元函数零点 fsolve - 非线性方程组 solve - 符号方程解 *newton - 牛顿迭代法解非线性方程- Equation Root inv- Inverse Matrix roots- roots of the polynomial fzero- One Function Zero fsolve- nonlinear equations solve- Equ
MATLAB-algorithms-assemblies
- matlab常用算法程序集,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法,随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和分析-matlab commonly used algorithm for assembly, including interpolation, function approximation, eigenvalue calculations, numerical
fangchengqiugen
- 对于二元方程求根,输入系数,得到方程的根-For binary equation Root, input coefficients obtained roots of the equation
牛顿迭代法求方程的根
- 牛顿迭代法求方程的根,C语言实现,方法经典,代码实现,可用MATLAB验证(The Newton iteration method for solving the root of the equation)
Matlab方程求根法汇总
- Matlab方程求根法汇总:BenvliMAX 贝努利法求按模最大实根 BenvliMIN 贝努利法求按模最小实根 HalfInterval 用二分法求方程的一个根 hj 用黄金分割法求方程的一个根 StablePoint 用不动点迭代法求方程的一个根 AtkenStablePoint 用艾肯特加速的不动点迭代法求方程的一个根 StevenStablePoint 用史蒂芬森加速的不动点迭代法求方程的一个根 Secant 用一般弦截法求方程的一个根 SinleSecant 用单点弦截法求方程的一个