What is the adjoint of an inverse matrix?

2.4k Views Asked by At

What is the adjoint of an inverse matrix? Is $(T^{-1})^{*} = (T^{*})^{-1}$?

1

There are 1 best solutions below

0
On BEST ANSWER

Since $TT^{-1}=I$, we can take adjoints to find $$(T^{-1})^*T^*=(TT^{-1})^*=I^*=I.$$ So $(T^{-1})^*$ is indeed the inverse of $T^*$.