svd
Title
Question
Explain the uses of U and V_conjugate functions in svd.
Python-3.4.3 Advanced-Matrix-Operations 05-06 min 0-10 sec
Answers:
U in an m x m , real or complex unitary matrix
V is the conjugate of a n x n real or complex unitary matrix
You can read more about SVD and how the values are calculated here - <a href="https://en.wikipedia.org/wiki/Singular_value_decomposition" style="background-color: rgb(255, 255, 255);">https://en.wikipedia.org/wiki/Singular_value_decomposition</a>
Login to add comment