-
weno
weno计算阶跃函数 时间离散采取三阶RK法;使用五阶WENO方法计算函数在[-1,1]内的数值解。(weno calculation step function)
- 2020-12-28 17:09:01下载
- 积分:1
-
龙格库塔
说明: 一阶,二阶,三阶,四阶,显式与隐式龙格库塔方程求解常微分方程的matlab代码(Matlab code for solving ordinary differential equations of first, second, third, fourth, explicit and implicit Runge Kutta equations)
- 2019-11-27 15:45:44下载
- 积分:1
-
Dsimplex
说明: Dsimplex.m 对偶单纯形法求解线性规划问题(Dual simplex method for solving linear programming problems)
- 2019-03-28 10:59:52下载
- 积分:1
-
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
-
office10help
传热计算,有限差分法对传导方程进行离散,纯隐式差分(numerical heat transfer)
- 2020-09-11 15:57:59下载
- 积分:1
-
kriging
kriging方法源程序,用于kriging方法构建近似模型,方便易懂(kriging method source,Kriging method used to construct an approximate model, easy to understand)
- 2021-04-26 10:08:45下载
- 积分:1
-
NewMatlab
润滑理论的matlab求解程序,包括弹流和刚流润滑.(Lubrication theory matlab solving procedures, including Elastohydrodynamic lubrication and just.)
- 2020-07-01 08:20:02下载
- 积分:1
-
Global-Newton-Raphson
全局牛顿-拉普森方法求解非线性方程组,自动搜索步长,进一步保证了程序的收敛(Global Newton-Raphson method for solving nonlinear equations. The steps can be found automatically. The convergence is better than the common Newton-raphson method.)
- 2013-06-27 12:00:34下载
- 积分:1
-
Transmission-Network-Expans1on
应用遗传算法做电网规划,把遗传算法应用于输电网络规划,提出了基于遗传算
法的输电网络规划模型,以新建线路的投资费用和系统年运
行费用之和最小为目标函数,建立了输电网络规划的数学模型。该模型还考虑了“N-1”事故检验,使得规划方案更加合理。以Garver-6节点系统为例进行优化规划(The application of genetic algorithms to do network planning)
- 2020-07-30 09:18:39下载
- 积分:1
-
similarity
本代码可以用于计算特征向量或者矩阵的相似度。(This code can be used to calculate the similarity of the feature vector or matrix.)
- 2012-07-05 11:43:02下载
- 积分:1