-
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
-
gtn-st-lm
Umat for GTN damage material model in Abaqus by UMAT - STATIC in Levenberg-Marquardt (LM) solution routines from Slatec library
- 2021-03-24 20:39:14下载
- 积分:1
-
newton
牛顿迭代求根法和牛顿-steffensen加速法(Newton method for root-solving problems.
Newton-Steffenson is also included.)
- 2011-12-21 23:53:13下载
- 积分:1
-
Guo_D2G9
说明: 郭照立D2G9(D2G9)
- 2021-04-23 23:38:48下载
- 积分:1
-
Viscoelastic
粘弹正演程序和模型实例,2维数值模拟正演,适应于粘弹介质,(This program can be two-dimensional numerical simulation of acoustic wave equation, Viscoelastic isotropic media.)
- 2013-12-09 15:07:58下载
- 积分:1
-
Bayesian.Classifier
贝叶斯分类实验 模式识别课程实验所用的源程序(Bayesian classifier experimental pattern recognition programs used in the experimental program)
- 2007-05-26 16:05:05下载
- 积分:1
-
fangzhen1_ls
QR方法是一种变换方法,是计算一般矩阵(中小型矩阵)全部特征值问题的最有效方法之一.(QR method is a transformation method is the calculation of the general matrix (small and medium-sized matrix) eigenvalue problem for all of the most effective methods.)
- 2008-05-16 02:09:04下载
- 积分:1
-
particleFilter_resampling
说明: 粒子滤波重采样算法对比与分析,matlab实现。(Particle filter resampling algorithm comparison and analysis, matlab achieve.)
- 2008-09-18 09:15:41下载
- 积分:1
-
Tower-of-Hanoi-problem
算法设计与分析之汉诺塔问题介绍与讲解 希望大家有时间看看 (Tower of Hanoi problem description and explanation of the design and analysis of algorithms hope that we have time to look at)
- 2013-12-12 10:46:55下载
- 积分:1
-
01
说明: 此文件为源代码,经过多次验证可行。将代码输入lingo就可以运行(Immune algorithm to solve the maximum clique problem source code of this file, feasible after several validation. Matlab code input can run.)
- 2013-02-01 16:58:53下载
- 积分:1