资源列表
steepest2
- This code is using by steepest method.
myInv
- 通过初等变换求矩阵的逆矩阵。若矩阵不可逆则提示该矩阵没有可逆矩阵;若矩阵可逆则返回该矩阵的逆矩阵。-calculating the inverse matrix by elementary transformation
soliton
- 计算非线性shrodinger方程,并能产生孤立子。
jizi
- 一维连分式法球极值,用连分式法求目标函数的极值点。-the extremum of thefunction
kalman_kiki
- 基本卡尔曼滤波,从数学角度编写运行,利于卡尔曼滤波的理解~-The basic Kalman filter, run from a mathematical point of writing, the Kalman filter is conducive to understanding ~
bicomsim
- Matlab编写的二元调制最佳接收机的程序及仿真结果-Program written in Matlab binary modulation best receiver and simulation results
二次曲线拟合---最小二乘法
- 最小二乘法拟合,其中应用了列主元高斯消去法处理矩阵
NB
- 朴素贝叶斯算法,以函数形式实现,花了一个上午的时间-Naive Bayes algorithm, in order to function the form of implementation, a morning flower time
P248-1
- 二次曲线拟合,应用了高斯列主元消去法,并且应用了矩阵的转置-Quadratic curve fitting, application of Gaussian elimination pivot column
Outside-the-penalt
- 外罚函数法 ** ** 求x1*x1+x2*x2的最小值。 ** 求P函数的在约束条件(x1+x2-1>0)下的最小值-Outside the penalty function**** find x1* x1+ x2* x2 minimum.** P function of the demand constraint (x1+ x2-1> 0) under the minimum
bandv
- 解对称变宽带线性方程组程序 ! n: 方程组个数 ! np: a数组的长度 ! id: 存放方程组系数矩阵的第i行对角元在a数组的位置j,ID(i)=j ! b: 存放方程组右列向量 ! ir: 计算结束标志,ir=0程序正常结束,ir=/0表示系数矩阵奇异-Solution of linear equations is ymmetrical broadband program
graphics
- Bresenham algorithm using matlab.