Welcome![Sign In][Sign Up]
Location:
Search - Aitken

Search list

[Windows DevelopInterpolationAitkenNotIsometry

Description: 埃特金不等距逐步插值。给定n个不等距节点的函数值及精度要求,使用埃特金逐步插值法计算指定插值点t处的函数近似值-Unequidistance interpolation with Aitken method. Using this method to get the near value of special point t ,and satify the functin values and presicion of n points.
Platform: | Size: 74700 | Author: 球球 | Hits:

[Windows DevelopInterpolationAitkenIsometry

Description: 埃特金等距插值。geidingn个等距节点的函数值及精度要求,用埃特金逐步插值法计算指定插值点t处的函数近似值-Interpolation with Aitken equidistance method. Using Aitken interpolation method to get the near value of target point, and this method can satisfy the precision and values of geidingn points.
Platform: | Size: 74676 | Author: 球球 | Hits:

[Mathimatics-Numerical algorithmsLagrange_Newton_Aitken插值算法

Description: Lagrange,Newton,Aitken三个插值公式算法的演示.DOS界面输出计算结果.-Lagrange, Newton, Aitken three interpolation algorithm formula demo. DOS interface output results.
Platform: | Size: 15966 | Author: 谢树扬 | Hits:

[Other三个插值公式

Description: NEWTON,LAGRANGE和AITKEN三个插值算法-Netwon, Lagrange and three interpolation algorithm AITKEN
Platform: | Size: 30142 | Author: 李乐 | Hits:

[OtherPart_1_C_programmes

Description: 程序总结1:杜氏分解法|艾特肯|I显示方法|二分法|分段线性插值|复合梯形法|复合辛普森 -a summary procedure : Du decomposition | Aitken | I shows | dichotomy | piecewise linear interpolation | composite trapezoidal France | composite Simpson
Platform: | Size: 4381 | Author: 周琳 | Hits:

[CSharpniudunfa

Description: 计算方法实验,通过编程实现埃特金加速法,一般迭代法,牛顿法的收敛次数的计算-calculated experiment, Programming Aitken acceleration method, the general iterative method, the convergence of Newton's method of calculating the number of
Platform: | Size: 1312 | Author: fisherman | Hits:

[CSharpjisuanfangfa5

Description: 埃特金加速法 中国矿业大学理学院 计算方法实验5-Aitken Acceleration Act of China University of Mining College calculation experimental 5
Platform: | Size: 2198 | Author: fisherman | Hits:

[Other resourceAitken

Description: 数值分析Aitken算法,c语言编写 -numerical analysis algorithm, c language
Platform: | Size: 7126 | Author: cswggod | Hits:

[Windows DevelopInterpolationAitkenNotIsometry

Description: 埃特金不等距逐步插值。给定n个不等距节点的函数值及精度要求,使用埃特金逐步插值法计算指定插值点t处的函数近似值-Unequidistance interpolation with Aitken method. Using this method to get the near value of special point t ,and satify the functin values and presicion of n points.
Platform: | Size: 74752 | Author: 球球 | Hits:

[Mathimatics-Numerical algorithmsLagrange_Newton_Aitken插值算法

Description: Lagrange,Newton,Aitken三个插值公式算法的演示.DOS界面输出计算结果.-Lagrange, Newton, Aitken three interpolation algorithm formula demo. DOS interface output results.
Platform: | Size: 15360 | Author: 谢树扬 | Hits:

[AlgorithmAitken

Description: 数值分析Aitken算法,c语言编写 -numerical analysis algorithm, c language
Platform: | Size: 7168 | Author: cswggod | Hits:

[matlabAitken

Description: 非线性方程组的求解方法:使用matlab编写,运用了aitken加速方法-Non-linear equations method: the use of matlab prepared to accelerate the use of Aitken Ways
Platform: | Size: 1024 | Author: 赵亮 | Hits:

[matlabAtiken

Description: Aitken迭代程序,类似于简单迭代法,但由于简单迭代法.-Aitken Iterative procedure, similar to the simple iterative method, but due to simple iterative method.
Platform: | Size: 11264 | Author: 董阳 | Hits:

[Algorithminterpolat

Description: 科学与工程计算中常用的插值算法:Aitken、Akima、Hermite、Lagrange、样条插值等。-Science and engineering computing interpolation algorithm commonly used: Aitken, Akima, Hermite, Lagrange, spline interpolation.
Platform: | Size: 9216 | Author: 包辉 | Hits:

[Special EffectsAitken

Description: In numerical analysis, Aitken s delta-squared process is a series acceleration method, used for accelerating the rate of convergence of a sequence. Its early form was known to Seki Kōwa and was found for rectification of the circle, i.e. the calculation of pi. It is most useful for accelerating the convergence of a sequence that is converging linearly.
Platform: | Size: 1024 | Author: Kitty | Hits:

[OtherAitken

Description: Interpolation AItken
Platform: | Size: 1024 | Author: gg | Hits:

[matlabAitken

Description: 利用迭代格式及Aitken加速后的新迭代格式求解方程,实现用的语言为matlab。 -Iterative scheme and Aitken accelerated iterative scheme to solve the equation.
Platform: | Size: 6144 | Author: Flora | Hits:

[AlgorithmAitken

Description: 使用Aitken逐步线性插值法进行函数插值。-Interpolation using Aitken method.
Platform: | Size: 1024 | Author: 沈波 | Hits:

[matlabAitken-Erfen

Description: Aitken加速收敛方法和二分法计算非线形方程,并可以比较他们两者的结果。(Aitken Accelerated Convergence Method and Dichotomy Calculate the nonlinear equation and can compare the results of both of them.)
Platform: | Size: 2048 | Author: lzp | Hits:

[OtherAitken迭代法

Description: 先确定方程 的一个收敛的有根区间[a,b], 然后用不动点迭代法在此有根区间的近似根,初值 自己确定,要求根精确到 ,再比较用二分法的二分次数、不动点迭代法、Aitken迭代加速法的迭代次数. (要求:使用函数式文件调用)(First determine a convergence of the equation with the root interval [a, b], and then use the fixed point iteration method to have the approximate root of the root interval, the initial value is determined by itself, the root is required to be accurate, and then the number of iterations of the two points, the fixed point iteration and the Aitken iterative acceleration method is compared. (request: using the function file call))
Platform: | Size: 1081344 | Author: 王小稻 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net