Singular value decomposition

Singular value decomposition is a type of factorization that decomposes a matrix into a product of three matrices. The singular value decomposition is a generalization of the previously discussed eigenvalue decomposition. The svd function in the numpy.linalg package can perform this decomposition. This function returns three matrices – U, Sigma, and V – such that U and V are orthogonal and Sigma contains the singular values of the input matrix.

Singular value decomposition

The asterisk denotes the Hermitian conjugate or the conjugate transpose.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset