[Math] Norm of orthonormal basis

linear algebranormed-spaces

I know that an orthonormal basis of a vector space, say V is a orthogonal basis in which each entry has unit length.

My question is, then, if you have some orthonormal basis say $\{v_1,\ldots,v_8\}$ for example, and you want to calculate the norm of some $v* \in V$, say $v*=v_1+5v_2-6v_3+v_4$

Does it suffice to just calculate this as $1+5-6+1$ for example. Or is there some other aspect I should be considering?

Thank you

Best Answer

If $x = \sum_i a_i v_i$ where $\{v_i\}$ form an orthonormal basis, $||x|| = \sqrt{\sum_i |a_i|^2}$. This is just Pythagorean theorem.

Related Question