@xxh
2015-10-03T21:47:40.000000Z
字数 10066
阅读 221
ml
matrix multiplication is used in
singular matrix: why we need the matrix to be invertible? how to make a singular matrix non-singular regularizationcondition number measure how easy it is to invert a matrix positive definiteif :eigenvalues are all positive; upper left determinants are positive; all pivots are positive; x^TAx is positive except x = 0singular value : used when transform from V to differVorthogonal diagonolidea: want
so that we have:
cols of U: left singular vectors (gene coefficient vectors)
here
to cal
NOTICE:
? singular vector can be chosen to be perpendicular to each other so U and V are orthogonal and th ematrix can be 'singular value decomposite'
$AA^{T}$ is always invertible?
ECONOMY SVD decomposition
eigshow in MATLAB, eigenvalue equal to the length of the radius, nonexistence diffcultyand even if the matrix can be eigen-decomposite, it might not provide a basis for robust computation(have ill-conditioned invertable eigenvector-matrix) --robustness diffculty why are we looking for robust computation in numerical cal, how to cal a inverse of a matrix if it is not invertible? how to approximate? why want eigen-decomposition and try to overcome the diffculty? can SVD replace it ? is SVD applied to all matrix?defective matrix: a matrix with at least one multiple eigenvalue that does not have a full set of linearly independent eigenvectors, example is a matrix which zero is an eigenvalue of multiplicity five that has only one eigenvector.Jordan Canonical form(JCF) decomposition use generalized eigenvectors to make up the place left by missed eigenvectors for the defective matrix. if A non-defective, JCF == eigenvalue decomposition; otherwise how to decided whether a matrix is invertible or not