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

Search list

[matlabquad_M

Description: 分别给出利用自适应Simpson积分的数值积分方法(QUAD.m)和自适应Lobatto的数值积分算法(QUADL.m)。-were given the use of adaptive Simpson integral numerical integration methods (QUAD.m) and adaptive Lobatto should the numerical integration algorithm (QUADL.m).
Platform: | Size: 6144 | Author: 张恩理 | Hits:

[JSP/JavaIntegral_operation_in_simpson_rule

Description: 使用simpson规则来完成积分运算,可以自由选择您所需要的积分结果精度,欢迎大家指教!-use simpson rules to be completed integral calculation, can freely choose what you need Integral accuracy, we are happy to improve!
Platform: | Size: 4096 | Author: miracleboy | Hits:

[OtherComputingMethodCourse

Description: 计算方法课程中,一些解方程的方法的程序,有高斯消去法、解三对角方程、迭代法、插值法、Simpson求积公式和非线性方程解法。-calculation method courses, some of the methods of solving equations procedures, Gaussian elimination, three pairs of solutions angle equation, iterative method, interpolation, Simpson quadrature formula and nonlinear equations.
Platform: | Size: 9216 | Author: 风雷 | Hits:

[Algorithmmathmatic

Description: 数值计算 中的各种算法: Lagrame插值,Newton迭代法,Runge-kutta,二分法求根,解线性方程组的Guass列主元消去法,自动选择步长Simpson法-Numerical calculation of the various algorithms: Lagrame interpolation, Newton iteration, Runge-kutta, dichotomy roots, solving linear equations out Guass PCA elimination method, automatic choice of step Simpson method
Platform: | Size: 5120 | Author: Wing | Hits:

[AlgorithmSinposon

Description: 本Fortran子程序用变步长辛普生积分法来计算二重积分.-The Fortran subroutines with variable step-size Simpson integration method to calculate the double integral.
Platform: | Size: 1024 | Author: 王天华 | Hits:

[matlabAdaptiveSinpsomIntegrate

Description: 该程序实现自适应的复化simpson积分。 含有三个M文件: main naadapt simpson -The program realization of adaptive restoration of simpson points. M contains the three documents: mainnaadaptsimpson
Platform: | Size: 1024 | Author: leiming691128 | Hits:

[Algorithmmath

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:

[AlgorithmQsimp

Description: 一个采用复化辛普森求积公式计算定积分的小程序。-Simpson employ of a quadrature formula of definite integral applet.
Platform: | Size: 317440 | Author: 王微 | Hits:

[Algorithmmy_codes

Description: 平时完成作业做的几个小程序。有数值计算方面的梯形公式求积、simpson算法求积、Jacobi算法求解线性方程组、Gauss-Seidel法求解线性方程组,还有一个简单的学习成绩管理信息系统,可实现成绩录入、查询和排序等功能-Peacetime operation completed several small procedures done. Numerical calculations have trapezoidal quadrature formula, simpson quadrature algorithm, Jacobi algorithm for solving linear equations, Gauss-Seidel method to solve linear equations, there is a simple performance management information system, can achieve results entry, query and sorting functions
Platform: | Size: 5120 | Author: huangye | Hits:

[matlab200531510031

Description: matlab的实验报告,有雅可比迭代,最小二乘法和复化辛普森公式。-matlab experimental reports, Jacobi iteration, the least square method and complex formula of Simpson.
Platform: | Size: 124928 | Author: 杨文立 | Hits:

[AlgorithmChapter04.NumericalIntegration

Description: 清华大学《数值分析A》-第04章.数值积分 梯形 Simpson Romberg Gauss型求积 数值微分 -Tsinghua University,
Platform: | Size: 252928 | Author: 大乔 | Hits:

[matlabadapQuad

Description: 迭代自适应Simpson,Lobatto积分 In almost every standard book on numerics quadrature algorithms like the adaptive Simpson or the adaptive Lobatto algorithm are presented in a recursive way. The benefit of the recursive programming is the compact and clear representation. However, recursive quadrature algorithms might be transformed into iterative quadrature algorithms without major modifications in the structure of the algorithm. We present iterative adaptive quadrature algorithm (adaptiveSimpson and adaptiveLobatto), which preserves the compactness and the clarity of the recursive algorithms (e.g. quad, quadv, and quadl). Our iterative algorithm provides a parallel calculation of the integration function, which leads to tremendous gain in run-time, in general. Our results suggest a general iterative and not a recursive implementation of adaptive quadrature formulas, once the programming language permits parallel access to the integration function. For details the attached PDF file Conrad_08.pdf. -Iterative Adaptive Simpson, Lobatto Points In almost every standard book on numerics quadrature algorithms like the adaptive Simpson or the adaptive Lobatto algorithm are presented in a recursive way. The benefit of the recursive programming is the compact and clear representation. However, recursive quadrature algorithms might be transformed into iterative quadrature algorithms without major modifications in the structure of the algorithm.We present iterative adaptive quadrature algorithm (adaptiveSimpson and adaptiveLobatto), which preserves the compactness and the clarity of the recursive algorithms (eg quad, quadv, and quadl) . Our iterative algorithm provides a parallel calculation of the integration function, which leads to tremendous gain in run-time, in general. Our results suggest a general iterative and not a recursive implementation of adaptive quadrature formulas, once the programming language permits parallel access to the integration function. For details the attached PDF file Conrad_08.pdf.
Platform: | Size: 231424 | Author: zzn | Hits:

[matlablesson_3

Description: 梯形与simpson求积公式 分别是梯形,simpson,和3/8simpson的matlab代码,计算的区间被划分成为了又2到256个,精度逐渐增加.-Trapezoidal and simpson quadrature formula are trapezoidal, simpson, and 3/8simpson of matlab code to calculate the interval was divided to become another 2-256, a gradual increase in accuracy.
Platform: | Size: 2048 | Author: kkk | Hits:

[Mathimatics-Numerical algorithmsszjf

Description: 1.梯形求积法 2.辛普森求积法 3.龙贝格求积法 4.反常积分 5.高斯求积法 6.三重积分-1. Trapezoid quadrature method 2. Simpson quadrature method 3. Romberg quadrature method 4. Abnormal points 5. Gaussian quadrature method 6. Triple integral
Platform: | Size: 5120 | Author: wzz | Hits:

[Algorithmdblsim

Description: 完全的二维数值积分程序 给出自变量和函数值的矩阵,便可以计算其二重积分。这里采用simpson积分法 比matlab自带的dblquad好用多了,霍霍! 同时附有口径场用Gaussian-Lagurrer函数展开程序-Fully two-dimensional numerical integration procedure to the variables and function values from the matrix, we can calculate the double integral. Simpson integration method used here than matlab s own dblquad more useful, scrape of a knife! At the same time with a caliber field with Gaussian-Lagurrer function expansion procedure
Platform: | Size: 1024 | Author: zealot | Hits:

[DocumentsSimpson

Description: 《数值与计算方法》课程中的Simpson公式法。- Numerical and calculation methods courses in the Simpson formula.
Platform: | Size: 3072 | Author: 张河 | Hits:

[matlabSimpson

Description:
Platform: | Size: 1024 | Author: okboy | Hits:

[AI-NN-PRsimpson

Description: simpson算法,近似计算函数积分,很简单易懂-simpson algorithm, approximate calculation of function points, it is easy to understand
Platform: | Size: 473088 | Author: happynoom | Hits:

[matlabm5_4

Description: Double Integration by the Simpson s Rule-Double Integration by the Simpson' s Rule
Platform: | Size: 1024 | Author: zhangcheng | Hits:

[matlabFermInterp

Description: 用梯形求积法、自适应Simpson求积(低阶)法和自适应Lobatto求积(高阶)法进行数值积分-With trapezoidal quadrature method, adaptive Simpson quadrature (low) and adaptive Lobatto quadrature (high-order) numerical integration method
Platform: | Size: 1024 | Author: 阿蔡 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 24 »

CodeBus www.codebus.net