Singular value decomposition: Difference between revisions

Content added Content deleted
m (Add remarks)
m (Modify Python's format)
Line 104: Line 104:


=={{header|Python}}==
=={{header|Python}}==
{{libheader|numpy}}
This implementation uses "numpy" library.
<syntaxhighlight lang=python>
<syntaxhighlight lang=python>
from numpy import *
from numpy import *