-
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
-
LinearKinematicHardPlasticStepByStep
说明: 基于mises屈服准则的随动强化模型的umat子程序(Follow up reinforcement UMAT)
- 2020-03-30 15:15:30下载
- 积分:1
-
yang-kh80
调试通过可以使用,已调制信号计算其普相关密度,空间目标识别,采用PM算法。( Debugging can be used, Modulated signals to calculate its density Pu-related, Space target recognition algorithm using PM.)
- 2017-04-06 22:07:06下载
- 积分:1
-
FDTD_2D_Yee_2D_TM_final
利用matlab编写的二维网格的时域有限差分算法(Matlab prepared using a two-dimensional grid finite-difference time-domain algorithm)
- 2012-10-18 15:16:40下载
- 积分:1
-
VPSO
PSO Code with visulation pro[erlyyy
- 2017-04-13 01:54:01下载
- 积分:1
-
KMP-string-match
编写一个使用KMP算法的字符串匹配程序。
使用方法:字符串匹配.exe -f xxx.txt -s xxx
-f 指定要查找的文件
-s 指定要查找的字符串(Writing a string matching algorithm using KMP program. How to use: string matching exe-f xxx.txt-s xxx-f to specify the file you want to find-s to specify the search string)
- 2013-12-08 01:12:46下载
- 积分:1
-
achol
用乔里斯基分解法求系数矩阵为对称正定右端为常向量的方程组(Demand coefficient matrix with the Cholesky decomposition method for symmetric positive definite the right end of the constant vector equations)
- 2012-02-13 23:51:25下载
- 积分:1
-
kk
说明: 微分进化算法中的其中两个子程序,还有未上传(Differential evolution algorithm)
- 2019-07-20 21:29:49下载
- 积分:1
-
averageData
读取csv文件的数据,按要求拉算出平均数(Read csv file data, calculate the average number required to pull)
- 2020-08-14 14:58:35下载
- 积分:1
-
junmiu
空间目标识别,采用PM算法,线性调频脉冲压缩的Matlab程序,多抽样率信号处理。( Space target recognition algorithm using PM, LFM pulse compression of the Matlab program, Multirate signal processing.)
- 2016-09-14 17:22:40下载
- 积分:1