Replies: 3 comments 1 reply
-
Hi, I don’t think it supports it directly, but you would build your own as it does matrix multiplication, eigenvalues and transpose. |
Beta Was this translation helpful? Give feedback.
-
Right, I don't think mathjs provides a singular value decomposition at the moment. EDIT: it already exists, #2702. |
Beta Was this translation helpful? Give feedback.
-
I did end up using |
Beta Was this translation helpful? Give feedback.
-
I'm trying to calculate the transformation between two coordinate systems given 2 sets of data. I'm trying to use Procrustes analysis which calls to use singular value decomposition:
Sorry if this is a dumb question - I'm no math expert, never took linear alegbra in college. I'm not sure if SVD is equivalent to something already in the library as there's nothing named SVD directly that I can find. Can I do this with mathjs or will I need another library like ml-matrix or SVD-JS?
Beta Was this translation helpful? Give feedback.
All reactions