Why do we need an orthonormal basis to represent the adjoint of the operator?

2k Views Asked by At

For any linear operator on a finite dimensional Inner Product Space, we can get orthonormal basis via Gram Schmidt Process.

But what is the necessity of defining the adjoint of the operator using the orthonormal basis?

Probably it helps with the computation. Why we happen to define like that?

2

There are 2 best solutions below

2
On

The adjoint of an operator depends on the inner product you use; it's not a purely Linear Algebraic concept: $(Ax,y)=(x,A^{\star}y)$. If you represent a linear operator on a finite dimensional inner product space $X$ with respect to an orthonormal basis $\mathscr{B}=\{ e_1,e_2,\cdots,e_N \}$, then the adjoint operator $A^{\star}$ has a matrix representation equal to the conjugate transpose of the representing matrix for $A$. That is, $$ [A^{\star}]_{\mathscr{B}} = (\overline{[A]_{\mathscr{B}})}^{T}=([A]_{\mathscr{B}})^{\star} $$ If you don't use an orthonormal basis, then the matrix for the adjoint $A^{\star}$ is not so easily represented in terms of $[A]_{\mathscr{B}}$.

0
On

I think you're saying where the necessity of ONB comes from the proof of "$(A^*)_{i,j} = \overline {A_{j,i}}$, if $A=\varphi_{E}^{E}$ in an ONB".

$<\varphi^*(e_j),e_{i}> = <e_j,\varphi(e_i)>$ by definition. And $<e_j,\varphi(e_i)> = \overline{<\varphi(e_i),e_j>}$.

Hence we have $<\varphi^*(e_j),e_{i}>=\overline{<\varphi(e_i),e_j>}$.

We want to relate $<\varphi^*(e_j),e_{i}>$ with the $i,j$ th entry of the adjoint matrix $A^*$, and $\overline{<\varphi(e_i),e_j>}$ with the $j,i$ th entry of the original matrix A. And it's ture when A is in an orthonormal basis.

This is how I'm thinking about where the necessity comes.