-
na7
Orthogonal Polynomials Approximation
数值分析,计算正交基多项式的系数
(Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact function values at the given m points with a weight assigned to each point . The total error must be no larger than a given tolerance.
Format of function
int OPA( double (*f)(double t), int m, double x[], double w[], double c[], double*eps )
where the function pointer double (*f)(double t) defines the function f int m is the number of points double x[] contains points double w[] contains the values of a weight function at the given points x[] double c[] contains the coefficients of the approximation polynomial double*eps is passed into the function as the tolerance for the error, and is supposed to be returned as the value of error. The function OPA is supposed to return the degree of the approximation polynomial.
Note: a constant Max_n is defined so that if the total error is still not small enough when n = Ma)
- 2011-11-27 11:47:21下载
- 积分:1
-
Scalarmodel
Evesen开发的scalarmodel,耦合了集合卡尔曼滤波算法和集合卡尔曼平滑算法(Scalarmodel coupled with Ensembled Kalman Filter and Ensembled Kalman Smoother)
- 2013-10-09 14:00:29下载
- 积分:1
-
frft
分数阶fourier变换程序,基于插值和抽取操作和卷积运算的快速算法。(Fractional fourier transform procedures, based on interpolation and extraction operation and fast algorithm for convolution operation.)
- 2008-07-03 16:26:15下载
- 积分:1
-
ansys2
【ansys基本建模算例】带法兰油缸的有限元分析,计算相关应力即变形([Examples] basic modeling ansys finite element analysis with flanged cylinder, calculating the stress that is associated deformation)
- 2014-05-04 20:39:30下载
- 积分:1
-
beam
说明: uel fortran code for CPE4 with analysis of beam example
- 2020-07-08 01:19:15下载
- 积分:1
-
SGA
一个用于学习GA的简单程序,自己编写的SGA,不是使用的工具箱函数(A simple GA for the learning process, I have written SGA, instead of using the toolbox function)
- 2009-04-14 16:23:00下载
- 积分:1
-
p3-shannon
山农的通信的数学方法。是信息论的奠基性文章。(Shannong mathematical methods of communication. Is the foundation of information theory article.)
- 2007-08-14 21:49:49下载
- 积分:1
-
int
符号积分法,有中文注释,大家试试,供参考学习~(Symbolic integration, notes in Chinese, we try, for reference to learn ~)
- 2009-04-09 23:54:47下载
- 积分:1
-
TEM
该程序用于瞬变电磁勘探近区场计算,只要输入不同参数便可以得到近区场的视电阻率(The procedure transient electromagnetic exploration for near field calculations, as long as the input parameters can be different near field apparent resistivity)
- 2011-12-15 09:53:44下载
- 积分:1
-
mintreek-i-understang
程序设计的一些基本算法 及其应用 有很高的应用价值(Some basic programming algorithm and its application has a high value)
- 2013-05-21 10:38:10下载
- 积分:1