Live data from Hacker News

Singular Value Decomposition

en.wikipedia.org

1–10 of 18 posts

Re: Singular Value Decomposition

#3
post #2

It'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 informative for others, and very important for yet another group.

Re: Singular Value Decomposition

#7
These kinds of posts just open an endless and meaningless debate.

For 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

#9
My brain exploded trying to read the original post, and De Morgans laws seem like someone sense to anyone who has ever had to code a conditional. I can't help but feel there's a bit of "Mathematic elitism" in this post, and I really disagree with it. I struggle to understand why this concept is "the most important" to programmers, yet I consider myself a pretty solid coder.

Re: Singular Value Decomposition

#10
post #3
post #2

It'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…

For UI programming and animation transformation matrices (http://en.wikipedia.org/wiki/Transformation_matrix) (plus some simple calculus) are really all you need.
Post reply on HN