-
SVD
% 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法,
% 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵,
% 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。
% 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个来计算图形信息,性能相当的好。在计算线性方程组时,一些不能分解的矩阵或者严重病态矩阵的线性方程都能很好的得到解( Singular value decomposition (sigular value decomposition, SVD) is another orthogonal matrix decomposition method SVD decomposition is the most reliable method, but it takes more than QR decomposition near ten times the computing time. [U, S, V] = svd (A), in which U and V on behalf of two mutually orthogonal matrix, and the S on behalf of a diagonal matrix. And QR decomposition are the same, the original matrix A is no need for the square matrix. The use of SVD decomposition method are used as a solution of least squares error method and data compression. Using SVD decomposition solution of linear equations, in Quke2 on to use this information to calculate the graphics performance quite good. In the calculation of linear equations, some indecomposable matrix or serious pathological matrix of linear equations can be a very good solution)
- 2020-12-21 10:29:08下载
- 积分:1
-
HASHIN_FAILURE_CRITERIA_hard
vumat and umat file of hashin and hard
- 2021-03-25 10:09:14下载
- 积分:1
-
拉格朗日插值法_matlab
数学最优问题中,拉格朗日乘数法(以数学家约瑟夫·路易斯·拉格朗日命名)是一种寻找变量受一个或多个条件所限制的多元函数的极值的方法。(In the mathematical optimization problem, the Lagrange multiplier method (named by the mathematician Joseph Luis Lagrange) is a method of finding the extremum of a multivariate function which is restricted by one or more conditions.)
- 2018-05-01 21:20:07下载
- 积分:1
-
wg12154615345
说明: matlab改进的网格算法,work3为主程序(Matlab improve grid algorithm, based procedures work3)
- 2006-01-06 14:55:18下载
- 积分:1
-
IBVS-master
MATLAB 下的视觉伺服算法,主要是基于图像的视觉伺服(visual servo alrigritho,mainly is the image based visual servo)
- 2020-11-21 19:09:35下载
- 积分:1
-
3
说明: 数值分析 显示算法 非线弹性 滞回曲线(Numerical analysis showed that the algorithm the linear elastic hysteresis curve)
- 2012-01-09 16:26:03下载
- 积分:1
-
App Entropy
近似熵和互近似熵的matlab代码,用于脑波分析很有用(Approximate entropy and cross approximate entropy matlab code for brain wave analysis useful)
- 2012-09-09 12:35:29下载
- 积分:1
-
MatlabMie
利用Mie散射原理计算多层介质球的散射特性(Principles calculation using Mei scattering scattering properties of multilayer dielectric sphere)
- 2011-05-28 10:33:04下载
- 积分:1
-
Time_Series_Analysis
ARIMA算法的Python实现,预测时间序列数据。
附两个数据:
AirPassengers
UK Traffic flow(The Python implementation of the ARIMA algorithm predicts the time series data.
Two data are attached.
AirPassengers
UK Traffic flow)
- 2020-10-20 09:17:25下载
- 积分:1
-
SVMcgForRegress
支持向量机中的支持向量回归函数对数据进行预测(Support Vector Regression Function in Support Vector Machine to Predict Data)
- 2019-05-12 16:42:10下载
- 积分:1