搜索资源列表
-
2下载:
矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposition, cholesky decomposition an
-
-
0下载:
对矩阵进行三角分解,从而生成一个上三角矩阵和下三角矩阵,其乘积等于原矩阵-right triangular matrix decomposition, resulting in the formation of an upper triangular matrix and lower triangular matrices, equivalent to the original product matrix
-
-
1下载:
数值方法中用c++编写的数值矩阵直接三角分解法求解线形方程组的算法-c numerical methods used to prepare the direct numerical triangular matrix decomposition method of linear equations Algorithm
-
-
0下载:
在实现了系数矩阵的三角分解后,为了避免“小主元”做除数而导致更大的误差,在doolittle分解的同时,每一步先选主元,再进行分解计算。-achieved in the triangular matrix decomposition, in order to avoid "small PCA" do Divisor and lead to greater error, the Doolittle decomposition at the same time, every st
-
-
0下载:
运用househoulder变换求解线性最小二乘问题,实现矩阵的QR分解-Transform househoulder use for solving linear least squares problem, the realization of the QR matrix decomposition
-
-
0下载:
C#数值计算源码,主要包括矩阵计算,分解,求逆等。-C# Numerical Calculation of source, including matrix, the decomposition, such as inversion.
-
-
1下载:
用C语言实现矩阵的SVD分解算法实例 很有用-Using C language SVD matrix decomposition algorithm is useful examples
-
-
0下载:
实现矩阵三角分解的乔利斯基方法及用此方法解Ax=b的方程。-Triangular matrix decomposition to achieve乔利斯基and use this method to solve the equation Ax = b.
-
-
1下载:
实现复数矩阵的基本运算,并能实现复数矩阵的求逆、快速傅里叶变换和奇异值分解等-The realization of the basic computing complex matrix, and can achieve complex matrix inversion, fast Fourier transform and singular value decomposition and so on. . . .
-
-
0下载:
矩阵的三角分解,ap指向a,bp指向下三角,cP指向上三角-Triangular matrix decomposition, ap point a, bp point lower triangular, cP point to upper triangular
-
-
1下载:
aoc.m 是用matlab实现蚁群算法ants_information.m蚁群算法中信息素的构建
mcl是马尔科夫聚类算法
nmf是矩阵的非负分解
Generative Topographic Mapping工具包-aoc.m is matlab implementation of ant colony algorithm ants_information.m pheromone ant colony algorithm is a Markov clustering algorit
-
-
0下载:
In linear algebra, LU decomposition (also called LU factorization) is a matrix decomposition which writes a matrix as the product of a lower triangular matrix and an upper triangular matrix. The product sometimes includes a permutation matrix as well
-
-
0下载:
三对角阵的LU分解和三对角方程组的求解.可以用于油藏数值模拟-Diagonal matrix of the LU decomposition of tridiagonal equations and can be used in numerical reservoir simulation
-
-
0下载:
矩阵三角分解,用于分解一般的矩阵,一般精度要求-The triangle matrix decomposition
-
-
0下载:
科大矩阵分析课实验,包括求逆矩阵和矩阵的满值分解,使用C++编程-USTC matrix analysis course experiments, including the full value of the inverse matrix and matrix decomposition, using the C++ programming
-
-
0下载:
压缩包中有两个工程,exp1使用C语言实现矩阵的行列式求解,矩阵的逆矩阵求解,exp2实现矩阵的满秩分解-Two works in the compressed package, exp1 determinant of the matrix solving using the C language, the matrix of the inverse matrix, exp2 matrix of full rank decomposition
-
-
0下载:
矩阵的各类实现包括矩阵的分解矩阵的求秩求逆等各类运算-Types of implementation of the matrix, including the requirements of the decomposition of the matrix, the matrix rank, inverse, and other types of computing
-
-
0下载:
求解实对称矩阵的特征值和特征向量,并输出最小特征值和对应的特征向量-Solution of eigenvalues and eigenvectors of real symmetric matrix, and output the minimum eigenvalues and corresponding eigenvectors
-
-
0下载:
这是一下关于矩阵分解的程序,用matlab程序关于矩阵的qr分解-This is a program on matrix decomposition, using matlab realize matrix decomposition chol
-
-
0下载:
矩阵分解的matlab源代码,表示已成功运行-Matrix decomposition matlab source code
-