搜索资源列表
jsff123
- 计算方法中的五种算法: 二分法、简单迭代法、快速弦截法、龙贝格算法、弦截法。 附说明-calculation algorithm of five : dichotomy, a simple iterative method, rapid chord sheet, Lung Bergh algorithm string sheet. Annotated
xiejie
- 弦截法——数值分析,程序代码,参考数值分析课本,很简单的程序,大家一定看得懂-chord sheet -- numerical analysis code, the numerical analysis of reference books, a very simple procedure, we must understand the
ksxjf
- 快速弦截法——数值分析,程序代码,参考数值分析课本,很简单的程序,大家一定看得懂-rapid chord sheet -- numerical analysis code, the numerical analysis of reference books, a very simple procedure, They must understand the
chord
- 解非线性方程的双点弦截法的c程序,在Turbo C上可运行,内含源程序和一个例子以及实验报告。-Solution of nonlinear equations of two-point string c cut-off law procedures, the Turbo C can be run, including source code and an example and experimental report.
YcYf
- 计算翼型的最大厚度弦向位置以及对翼型的点坐标进行均匀差值-Calculate the maximum thickness of airfoil chord and the airfoil to the location coordinates of the point difference between uniform
xianjiefaqiujiefangcheng
- 运用数学中弦截法求解方程解,效率较高,算法执行效率良好-Solving equations using chord intercept solutions, more efficient
SECANT_ALGORITHM
- 非线性代数方程的求解的Mathematica的代码,割弦法,可以解决任意的代数方程,代码清晰,方便用户修改代码,使之成为自己的东西。-Non-linear algebraic equations of the Mathematica code, cutting chord method, can solve any algebraic equation, the code clear, user-friendly modify the code, making our own things.
numerus
- 数值算法的相关算法实现,包括单点弦法迭代法 牛顿迭代法 二分法 拉格郞日插值 牛顿法插值等算法-Numerical algorithm related algorithms, including the single-point chord iteration Newton' s iteration method dichotomy Rugby Lang on Newton interpolation algorithm for interpolation
ExpandingRods
- 题意:已知一个圆的弦长l0及这条弦所在的弧长l1,求弦的中心点到弧的中心点的距离 思想:这是一个列方程然后利用二分法解方程的题目,令该疑弧所对的圆心角为anlg, 半径为r,根据题意有两个方程:l1=anlg*r l0=2*r*sin(anlg/2) 两个方程两个未知数, 通过化简有:2*l1*sin(anlg/2)-anlg*l0=0 因为角度的值是从0到2*pi,题目中讲到过 弧的长度不可能大于弦的两倍,所以角度不可能取到2*pi,但是有可能为0,把零特殊考虑, 再从0到
Numerical-analysis-of-program-3
- 数值分析算法,该压缩包含有雅克比迭代算法、弦割法法及综合评测法等-Numerical analysis algorithms, the compression Jacobi iteration algorithm, France and France chord cutting and comprehensive evaluation method
Fastchord
- 快速弦切法matlab程序。该函数为用快速先切法求方程根的方法。-Quick chord cut method matlab program. This function is fast first cut method for Equation Root.
Chord
- 弦切法求根。该函数为用利用弦切法求方程根的方法。-String cutting method root finding. The function Equation Root chord cutting method.
string-cross-method
- Fortran语言下的牛顿迭代方法程序和弦截法程序代码-Fortran, methods and procedures under the Newton iteration method chord intercept program code
4
- 使用牛顿迭代法和弦截法求方程的根的近似解。-Newton iterative method cut the chord root equation method for the approximate solution.
niudunxiange
- MATLAB中利用牛顿法弦割法对多项式进行求解的源代码-MATLAB, chord cutting method using Newton method for solving polynomial source code
main.cpp
- (1) 编写用Newton迭代和弦截法解非线性方程的通用程序-1) write a general procedure for solving nonlinear equations by using the Newton iterative chord intercept method
Secant-method
- 割线法,又称弦割法,弦法。是求解非线性方程的根的一种方法。属于逐点线性化方法。-The secant method, called secant method, chord method. Is a method to solve the root of nonlinear equation. Point by point linearization method.