Hey all,
I was hoping someone could explain to me how to calculate the angle between matrices, ie. two square matrices
[ 2 0
0 -1]
and
[0 1
1 3^(1/2)]
under the inner product <A|B> = trace (A^TB)
Also, how would you go about determining an angle between...