Description: 各种数学算法 ,改进欧拉法,复合辛普森,复合梯形法,列主元元素消元等等各种较难的数学算法-A variety of mathematical algorithms, improved Euler method, composite Simpson, composite trapezoidal method, PCA out element elimination and so on all kinds of difficult mathematical algorithm Platform: |
Size: 8192 |
Author:唐老鸭 |
Hits:
Description: 根据给定的函数,分别用复合梯形公式、复合辛普森公式、龙贝格求积公式和变步长的求积公式计算积分结果,并且比较积分的精确度。-According to a given function, namely, composite trapezoidal formula using composite Simpson formula Romberg quadrature formula and the variable step-size integration quadrature formula results, and compare the accuracy of points. Platform: |
Size: 2048 |
Author:娜娜 |
Hits:
Description: 在c++环境下的计算方法程序源代码,包含LU分解,迭代法,二分法,复合梯形公式,简单迭代法,龙贝格公式,最小二乘法拟合,四阶龙格库塔公式,辛普森公式和主元消去法-C++ environment in the calculation of the next source code, including LU decomposition, iterative method, dichotomy, composite trapezoidal formula, a simple iterative method, Romberg formula, least square method, the fourth-order Runge-Kutta formula, Simpson formula and the principal component elimination method Platform: |
Size: 2718720 |
Author:shz |
Hits:
Description: Matlab数值积分,包含多种积分的源程序
CombineTraprl 复合梯形公式求积分
IntSimpson 用辛普森系列公式求积分
NewtonCotes 用牛顿-科茨系列公式求积分
IntGauss 用高斯公式求积分
IntGaussLada 用高斯拉道公式求积分
IntGaussLobato 用高斯—洛巴托公式求积分-Matlab numerical integration, including a variety of points of the source CombineTraprl composite trapezoidal formula for integration by Simpson IntSimpson series with the formula for Newton NewtonCotes points- Coats IntGauss series with the formula for Gaussian integration formula for points IntGaussLada high for points formula Slaven Road with Gaussian IntGaussLobato- Lobato integral formula for Platform: |
Size: 3072 |
Author:Wade |
Hits:
Description: 各种数值算法,包括,艾特肯,杜氏分解法,二分法,分段线性插值,复合梯形法,复合辛普森,高斯消去法,列主元素消去法,龙贝格算法,雅克比迭代等等。-Numerical Algorithms,includeing Aitken,Duchenne decomposition,Dichotomy,Piecewise linear interpolation,Composite trapezoidal rule,Composite Simpson,Gaussian elimination,Out the main elements of elimination,Jacobi iteration and so on. Platform: |
Size: 3072 |
Author:A1042yang |
Hits:
Description: 复合梯形公式和复合辛普森公式的基本思想,编程实现复合梯形公式和复合辛普森公式的积分计算。内有matlab代码和实验报告-Composite trapezoidal rule and composite Simpson formula for the basic idea of programming composite trapezoidal rule and composite Simpson formula for calculating points. There matlab code and experiment report Platform: |
Size: 26624 |
Author:朱 |
Hits:
Description: Simpson Rule
Algo7-2.c C program for implementing Algorithm 7.2
Algorithm translated to C by: Dr. Norman Fahrer
IBM and Macintosh verification by: Daniel Mathews
NUMERICAL METHODS: C Programs, (c) John H. Mathews 1995
To accompany the text:
NUMERICAL METHODS for Mathematics, Science and Engineering, 2nd Ed, 1992
Prentice Hall, Englewood Cliffs, New Jersey, 07632, U.S.A.
Prentice Hall, Inc. USA, Canada, Mexico ISBN 0-13-624990-6
Prentice Hall, International Editions: ISBN 0-13-625047-5
This free software is compliments of the author.
E-mail address: in "mathews@fullerton.edu"
Algorithm 7.2 (Composite Simpson Rule).
Section 7.2, Composite Trapezoidal and Simpson s Rule, Page 365-Simpson Rule
Algo7-2.c C program for implementing Algorithm 7.2
Algorithm translated to C by: Dr. Norman Fahrer
IBM and Macintosh verification by: Daniel Mathews
NUMERICAL METHODS: C Programs, (c) John H. Mathews 1995
To accompany the text:
NUMERICAL METHODS for Mathematics, Science and Engineering, 2nd Ed, 1992
Prentice Hall, Englewood Cliffs, New Jersey, 07632, U.S.A.
Prentice Hall, Inc. USA, Canada, Mexico ISBN 0-13-624990-6
Prentice Hall, International Editions: ISBN 0-13-625047-5
This free software is compliments of the author.
E-mail address: in "mathews@fullerton.edu"
Algorithm 7.2 (Composite Simpson Rule).
Section 7.2, Composite Trapezoidal and Simpson s Rule, Page 365 Platform: |
Size: 1024 |
Author:virumpa |
Hits:
Description: 在Matlab中利用复合梯形公式和复合辛普森公式编程计算二重积分。-In Matlab, using the composite trapezoidal formula and calculate the double integral composite Simpson formula programming. Platform: |
Size: 1024 |
Author:hhsyla |
Hits:
Description: 使用高斯、复合梯形、复合辛普生求解二重积分(矩形求积区域和三角型求积区域)的数值计算方法,使用C语言。-Use Gaussian composite trapezoidal composite Simpson solving double integrals (Rectangular Quadrature region and the triangular the Quadrature area), numerical methods, the use of the C language. Platform: |
Size: 132096 |
Author:张见 |
Hits:
Description: AE反距离IDW、克里金Krige插值.txt
I显示方法.c
www.pudn.com.txt
三对角线追赶法.C
三样条插值函数算法,还包括其他的比如hermite等算法,很全.txt
二分法.c
分段线性插值.c
列主元元素消元.C
利用反距离平方加权插值算法建立规则格网在大数据量离散点数据的情况下,.txt
反距离加权插值,貌似不好用IDWUtil.java
埃特肯.c
复合梯形法.c
复合辛普森.c
弦割法.c
操作复数的类Complex.txt
操作矩阵的类 Matrix.txt
改进欧拉法.C
杜氏分解法.C
求解线性方程组的类 LEquations .txt
求解非线性方程组的类 NLEquations .txt
牛顿下山.C
牛顿插值多项式.c
牛顿迭代.c
秦九韶.c
简单迭代.c
系统.c
综合测评.c
计算数值积分的类 Integral .txt
进行插值的类Interpolation.txt
雅克比迭代.C
高斯消去法.c
龙格库塔方法.C
龙贝格算法.c-AE Inverse Distance IDW, kriging Krige interpolation. Txt
I display method. C
www.pudn.com.txt
Three diagonal pursuit method. C
Three spline interpolation algorithm, also includes other such hermite other algorithms, it is full. Txt
Dichotomy. C
Piecewise linear interpolation. C
Main-element element elimination. C
Using the inverse distance squared weighted interpolation algorithm for establishing regular grid of discrete points in the large amount of data in case of data,. Txt
Inverse distance weighted interpolation, seemingly bad IDWUtil.java
Aite Ken. C
Composite trapezoidal method. C
Composite Simpson. C
Chord cutting method. C
Operation plural class Complex.txt
Operation Matrix class Matrix.txt
Improved Euler method. C
Duchenne decomposition. C
Solving linear equations class LEquations. Txt
Solving nonlinear equations class NLEquations. Txt
Newton downhill. C
Newton interpolation polynomial. C
Newton iteration. C
Horner. C
Simple iteration. C
Systems. C
C Platform: |
Size: 60416 |
Author:songguanjun |
Hits:
Description: 用复合梯形,复合辛普森公式以及Romberg公式计算数值积分的3个程序-Calculated using the composite trapezoidal numerical integration, composite Simpson formula and Romberg formula 3 program Platform: |
Size: 1024 |
Author:陈惠华 |
Hits:
Description: 复合梯形公式和复合Simpson公式求旋转体表面积-Composite trapezoidal formula and composite Simpson formula uation rotating body surface area Platform: |
Size: 62464 |
Author:杨娟 |
Hits: