Consider two symmetric positive definite matrices and , where , we want to find a matrix such that
What can be said about matrix ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
For simplicity, let's focus on the case n = 2 with:
A = [ a c b d ] , Q 1 = [ x y y z ] ( x > 0 , x z − y 2 > 0 for positive-definiteness)
and Q 2 = A T Q 1 A = [ a b c d ] [ x y y z ] [ a c b d ] = [ a ( a x + c y ) + c ( a y + c z ) b ( a x + c y ) + d ( a y + c z ) a ( b x + d y ) + c ( b y + d z ) b ( b x + d y ) + d ( b y + d z ) ] .
In order for Q 2 = Q 2 T , we require Q 2 ( 1 , 2 ) = Q 2 ( 2 , 1 ) ⇒ a ( b x + d y ) + c ( b y + d z ) = b ( a x + c y ) + d ( a y + c z ) ;
or ( a b x − b a x ) + ( a d y − d a y ) + ( c b y − b c y ) + ( c d z − d c z ) = 0 ;
or 0 = 0 for all a , b , c , d .
which means there exists an infinite number of matrices A .