Singular Value Decomposition
en.wikipedia.org
Singular Value Decomposition
1–10 of 18 posts
Re: Singular Value Decomposition
#2Re: Singular Value Decomposition
#3It's not obvious to me why this is so important to programmers. Can someone explain?
If you're doing analysis, you can use SVD to isolate independent forces, and to quantify the relationships of dependent forces.
Some compressions/specification techniques rely on it.
Basically, it's very important to know how to do for some, vaguely informative for others, and very important for yet another group.
Re: Singular Value Decomposition
#4Re: Singular Value Decomposition
#5Re: Singular Value Decomposition
#6Re: Singular Value Decomposition
#7For example, why not list rules from boolean logic? Why don't we have concept of induction? I use tree concepts more often than I use SVD.
Re: Singular Value Decomposition
#8Re: Singular Value Decomposition
#9Re: Singular Value Decomposition
#10It's not obvious to me why this is so important to programmers. Can someone explain?
You use this to project and move objects to different orientations, shapes and sizes. So if you're doing animation, UI programming or graphics, it's very useful. If you're doing analysis, you can use SVD to isolate independent forces, and to quantify the relationships of dependent forces. Some compressions/specification techniques rely on it. Basically, it's very important to know how to do for some, vaguely informat…