Two matrix problems
I came across these two problems this week; they’re both pretty neat. The first is to show that any positive matrix
can be represented as a polynomial in terms of
. The second is to show that if
is a sequence of unitary matrices, then there is a subsequence
satisfying
for each
, and
is unitary. Contrary to first appearances, I think the first one is conceptually trickier than the second; but they’re both essentially one-liners.
Possibly relevant posts:
- Musings on the matrix problem (6/15/2006)
- Inner products (6/7/2006)
- Cholesky decomposition (7/11/2006)