搜索资源列表
二维积分函数
- 4个关于二维积分函数的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-four two-dimensional integral function of the C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used norm
三维积分函数
- 2个关于三维积分函数的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-two three-dimensional integral function of the C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used nor
CorrelationDimension_luzhenbo
- 计算关联维的 Matlab 程序 - (mex 函数,超快) ----------------------------------- 文件夹说明: 1、CorrelationDimension_main.m - 程序主文件 2、LorenzData.dll - 产生Lorenz离散数据 3、normalize_1.m - 数据归一化 4、PhaSpaRecon.m - 相空间重构 5、CorrelationDimension.dll - 计算关联积分函数
CTSimpson3D
- 用于computed tomography 的算法测试计算投影数据的simpson积分函数-computed tomography for the calculation algorithm test data projector simp son integral function
jifen
- 常用的积分函数,能够很方便的解决数值积分的问题
jifen
- 积分函数的算法,一个非常好的实现,大家可以参考参考
Romber_Draw
- 采用Romberg积分方法,对给出的函数进行积分,同时画出积分函数图像。
Gaussian-integral
- 关于数值分析的程序,做高斯积分!采用了两种数值方法做的积分函数!-Numerical Analysis about the procedures to do Gaussian integral! Two numerical methods using the integral function to do!
MatLab
- MatLab工程数学应用 积分,微分,导数,传递函数,拉式变换,Z-变换-matlab
integrate
- MATLAB自带的积分函数,采用m文件编写。通用性好,方便新手分析其编程思路。-MATLAB built-in integration function, the use of m document preparation. Common good, to facilitate analysis of its new programming ideas.
Matlab001
- Matlab中几个数值积分函数的比较和优缺点介绍
longbeige
- 用matlab编辑的软件,可以实现龙格贝积分,程序运行先提示输入被积分函数及积分区间,最后输出结果-Using matlab editing software, Long Gabe points can be achieved, the program prompts to run the first input is integral function and integral interval, the final output
matlabjf
- 对matlab编写的积分函数做了总结,包括各种积分函数和它的matlab程序。-The integral function on matlab to do the preparation of a summary, including a variety of integral function and its matlab program.
第8章 数值积分
- 求某函数的定积分时,在多数情况下,被积函数的原函数很难用初等函数表达出来,因此能够借助微积分学的牛顿-莱布尼兹公式计算定积分的机会是不多的。另外,许多实际问题中的被积函数往往是列表函数或其他形式的非连续函数,对这类函数的定积分,也不能用不定积分方法求解。由于以上原因,数值积分的理论与方法一直是计算数学研究的基本课题。对微积分学作出杰出贡献的数学大师,如I.牛顿、L.欧拉、C.F.高斯、拉格朗日等人都在数值积分这个领域作出了各自的贡献,并奠定了这个分支的理论基础。(For a definite i
GuassLegendreIntegral
- matlab实现高斯勒让德数值积分, 包含了勒让德求根函数Legendre_Roots,勒让德积分系数计算函数Legendre_Coef和高斯勒让德积分函数GuassLegendreIntegral(implement GaussLegendre Integral use matlab)
数值积分与函数极值实验
- matlab求数值积分以及数值求导函数源码(Matlab for numerical integration and numerical derivation function source code)
特殊函数matlab代码
- 基于Fortran的特殊函数代码,包含椭圆积分等常用的特殊函数(Special function code based on Fortran, including the special function of elliptic integrals and other commonly used)
辛普森积分法
- 利用辛普森方法计算一维积分函数,基础,简单,易懂(The Simpson method calculates the integral)
matlab径向基函数网络
- 这是一个演示径向基函数的例子,也可计算2点间的线性积分(This is an example demonstrating the Radial Basis Function.)
常用数值积分公式
- 利用复合梯形公式、辛普森公式、牛顿-柯茨公式等计算函数f在区间[a,b]上的定积分,调用格式【q,s】=CombineTraprl(‘函数公式’,积分下限a,积分上限b)(Calculate definite integral by using CombineTraprl method)