Singular value decomposition: Difference between revisions

Content deleted Content added
PureFox (talk | contribs)
Added Wren
Fzh2003 (talk | contribs)
m Add remarks
Line 45: Line 45:
'''Remark'''
'''Remark'''


It’s encouraged to implement the algorithm by yourself while using libraries is still acceptible.
1. It’s encouraged to implement the algorithm by yourself while using libraries is still acceptible.

2. The algorithm should be applicable for general case(<math>m\times n</math>).