资源列表
MATCH
- 主要运用于数值分析中的迭代运算,可以用来解决复杂的数学问题-Mainly used in numerical analysis iteration can be used to solve complex mathematical problems
Simpson
- 辛普森是英国数学家.1710年8月20日生于波士沃希
Romberg
- 龙贝格求积公式也称为逐次分半加速法。它是在梯形公式、辛普森公式和柯特斯公式之间的关系的基础上,构造出一种加速计算积分的方法。 作为一种外推算法, 它在不增加计算量的前提下提高了误差的精度-Romberg quadrature formula, also known as successive half acceleration method. It is based on the relationship between the trapezoidal formula, Simpson form
Mathematica-code
- 《超越摄动:同伦分析方法导论》附带mathematica程序代码,用于求解非线性偏微分方程解析解-" Beyond perturbation: Introduction homotopy analysis method" collateral mathematica program code for solving nonlinear partial differential equations analytical solutions
maple-code
- 《超越摄动:同伦分析方法导论》附带maple程序代码,用于求解非线性偏微分方程解析解-" Beyond perturbation: Introduction homotopy analysis method" collateral maple program code for solving nonlinear partial differential equations analytical solutions
AdditionMystere
- Solve mystery sums (like SEND+MORE=MONEY)
regress
- regress,回归方法,气相中经常使用的回归方法-regress calculation,often used in meterology.
LM-from-MATLAB
- Levenberg-Marquardt(LM)算法matlab-Levenberg-Marquardt(LM) arithmetic matlab
disassemble
- 数值分解。该程序用来将一个正整数分解成若干素数的乘积,并输出这些素数。-Value decomposition. The program used to be a positive integer into several primes, and the output of these primes.
DynamicProgrammingShortestPath
- 动态规划求最短路径,已知几个城市的位置坐标,求出便利各个城市的最短路径-Dynamic programming for the shortest path to a known location coordinates of several cities, find the shortest path to facilitate various cities
PlanProblem
- 线性规划: CmpSimpleMthd(完整单纯形法) 整数规划(含0-1规划) DividePlane(割平面法) ZeroOneprog(枚举法) 二次规划 QuadLagR(拉格朗日法) ActivedeSet(起作用集法)-Linear Programming: CmpSimpleMthd (complete simplex method) Integer programming (including 0-1 Programming) Divide
ConstrainedOptimizationProblem
- 约束优化问题: minRosen(Rosen梯度法求解约束多维函数的极值)(算法还有bug) minPF(外点罚函数法解线性等式约束) minGeneralPF(外点罚函数法解一般等式约束) minNF(内点罚函数法) minMixFun(混合罚函数法) minJSMixFun(混合罚函数加速法) minFactor(乘子法) minconPS(坐标轮换法)(算法还有bug) minconSimpSearch(复合形法)-Constrained optimiz
