I have recently seen use of the following identity:
$ ADA^T = D A^T A $ where A is a real rectangular matrix and D is a real diagonal matrix.
Does this necessarily hold? Or is it the other way around? I thank all helpers.
I have recently seen use of the following identity:
$ ADA^T = D A^T A $ where A is a real rectangular matrix and D is a real diagonal matrix.
Does this necessarily hold? Or is it the other way around? I thank all helpers.
Copyright © 2021 JogjaFile Inc.
I think that what you have seen is associated with "trace" function; more precisely, it is likely to be a particular case of the cyclic invariance of the trace:
$$trace(A*B*C)=trace(B*C*A)$$
see (https://en.wikipedia.org/wiki/Trace_(linear_algebra))