-
最小二乘
说明: 最小二乘法寻找最佳函数匹配,用以数值计算,优化曲线(The least square method is used to find the best function matching for numerical calculation and curve optimization.)
- 2020-11-18 09:29:39下载
- 积分:1
-
juzhen
矩阵的练习 对于掌握数组的 概念很重要。如何快速掌握数组,灵活运用。(The practice of the matrix is very important to grasp the concept of the array. How to quickly grasp the array of flexible use.)
- 2012-06-29 11:34:40下载
- 积分:1
-
标准方腔流动
用来计算流体力学中非常典型的不可压缩方腔流动。包含MATLAB程序绘制流函数图。(It is used to calculate the incompressible flow of a typical square cavity in fluid mechanics. Contains MATLAB programs to draw stream function diagrams.)
- 2017-09-10 18:32:53下载
- 积分:1
-
PolyFit
PoleyFitqw曲3线3拟w合类q库
PolewyFitqw曲w线拟w合t类库
PoelywFitq曲w线拟t合类t库
PoelyFtitq曲er线rw合类t库
PolywrFitq曲q线拟wt合t类库(Pwoly33FiwtPoleetPwolyFit555PolywFit)
- 2020-06-25 11:00:01下载
- 积分:1
-
归档
说明: 资源共享两阶段dea模型matlab实现(Two stage DEA model of resource sharing based on MATLAB)
- 2021-04-09 20:08:59下载
- 积分:1
-
BEM
圆柱绕流边界元程序 用边界元的方法计算圆柱绕流(flow around colomn
)
- 2012-02-07 09:36:36下载
- 积分:1
-
121
1. 牛顿迭代法
function [x,i]=newtonmethod(x0,f,ep,Nmax)
牛顿法求非线性方程根
x0是输入初始值, f是输入函数, 精度要求ep, Nmax为最大迭代次数
x是输出迭代序列,i是迭代次数
2. 二分法
function [x,k]=bisection(a,b,f,ep)
二分法解非线性方程
输入区间[a,b],函数f和误差ep, Nmax为最大二分次数
x为输出近似根, k为二分次数
( Newton s law and the dichotomy)
- 2020-10-12 22:57:32下载
- 积分:1
-
cpso
粒子群算法在解决非线性方程上的应用,给出了详细程序(Particle swarm algorithm for solving nonlinear equations, gives detailed procedures)
- 2012-09-12 11:14:34下载
- 积分:1
-
algorithms(CPP)
计算机常用数值算法与程序(C++版) (Commonly used numerical algorithm of computer and program
)
- 2014-01-04 22:46:59下载
- 积分:1
-
GAUSS-JORDAN
gauss jordan method. not my own program but i just want to share it.
- 2012-09-30 09:32:51下载
- 积分:1