Singular value decomposition: Difference between revisions

m
Modify Python's format
m (Add remarks)
m (Modify Python's format)
Line 104:
 
=={{header|Python}}==
{{libheader|numpy}}
This implementation uses "numpy" library.
<syntaxhighlight lang=python>
from numpy import *
43

edits