Singular value decomposition: Difference between revisions

Content added Content deleted
(Added Wren)
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>).