Processing math: 37%

Friday, February 6, 2015

An interesting equality from linear algebra

It's a bit mind-blowing when you want to understand it geometrically:
we have vectors x1,,xn in n-dimensional space

Let's take orthonormal basis in this space e1,,en and compute such vectors obtained with via scalar product:
zi=(<ei,x1>,<ei,x2>,,<ei,xn>)

So the theorem is:
det

And the proof is actually very simple, let's introduce the matrix A: A_{ij} = <x_i, e_j>

\det_{i,j} <z_i, z_j> = \det A^T A = \det A A^T  = \det_{i,j} <x_i, x_j>  

Voila! Beautiful, but absolutely unclear.

No comments :