-
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
-
matlab模拟退火.zip
说明: 模拟退火算法是为了避免求解最优化出现局部极值的问题而提出的算法,保证最终的结果是全局最优的,该matlab源程序能在matlab环境中实现(simulated annealing method is the best solution in order to avoid a partial optimization of extreme concern raised by the algorithm to ensure that the final result is that the global optimum, the source Matlab can achieve Matlab environment)
- 2005-11-27 17:07:22下载
- 积分:1
-
SQP
本算法是基于数值计算中的SQP编写的MATLAB程序。非常实用的一个小程序。(This algorithm is based on the numerical calculation of SQP written MATLAB program. Very practical one small program.)
- 2020-12-29 10:39:00下载
- 积分:1
-
freefem++-3.56-1.tar
比较完善的面向对象的有限元程序代码,适用于编写大型程序的学习(typical C++ code for OOFEM)
- 2018-05-02 19:51:39下载
- 积分:1
-
Newmark
数值分析 很好很快的计算特征值和特征向量的方法,很实用(Very fast numerical analysis computing eigenvalues and eigenvectors of the method, it is practical)
- 2009-04-01 10:36:55下载
- 积分:1
-
berth_quay10_8
用于解决港口优化调度的算例,程序可解,且富有详细说明(The optimal scheduling algorithm used to solve the port, the program is solvable, and rich detailed instructions)
- 2020-07-02 20:20:02下载
- 积分:1
-
total-least-square
加权总体最小二乘算法在直线拟合拟合的应用,算法为方兴博士论文中的算法1(total least square linear fitting)
- 2015-08-11 18:31:06下载
- 积分:1
-
cryd-Gambit
Gambit用户使用说明书(中文版), Gambit是CFD商用软件Fluent的前处理软件,主要作用是建立网格模型,其功能(Gambit user manual (Chinese version), Gambit is the pre-processing software of CFD commercial software Fluent, the main function is to build grid model, its function)
- 2018-11-17 23:00:12下载
- 积分:1
-
fdtd2dTM
时域有限差分 2维 完全匹配层
犹他州大学(fdtd method 2D pml perfect mached layed
www.ece.utah.edu)
- 2012-11-20 08:16:20下载
- 积分:1
-
20036127002
反密法在数值计算中的地位就不用我来一一列举了,此程序就可以轻易的使其实现。(anti-secret numerical calculation method in the position I would not have to list them one by one, this procedure can easily achieve it.)
- 2006-11-24 18:26:46下载
- 积分:1