My course teacher for Pattern Recognition course made this statement that orthonormal basis is better as compared to orthogonal or linearly independent basis when it comes to pattern recognition, or linear algebra in general, but she didn't tell us why!
I know that orthonormal basis consists of unit vectors which are orthogonal to each other. But what makes them 'better'? Or in which scenario do the above mentioned other two basis fail and orthonormal basis survive?
Do orthonormal basis make analyzing things easier? How? Any help is appreciable. Thanks in advance.
Suppose you seek to express a vector $a$ as a linear combination of members of an orthonormal basis $e_1,e_2,e_3,\ldots$ It is as follows: $$ (a\cdot e_1) e_1 + (a\cdot e_2) e_2 + (a\cdot e_3) e_3 + \cdots. $$ Just try doing it with a basis that is not orthogonal. You'll see that it's far more complicated. And it's also somewhat more complicated with a basis that is orthogonal but not orthonormal.