Example 12.12 (The adjoint depends on the inner product)
On R2 take the weighted inner product ⟨x,y⟩D=x1y1+2x2y2 (matrix D=diag(1,2)) and u of matrix A=(0010) in the canonical basis. From ⟨u(x),y⟩D=(Ax)TDy=xT(ATD)y and ⟨x,u∗(y)⟩D=xT(DA∗)y, the adjoint’s matrix is
A∗=D−1ATD=(10021)(0100)(1002)=(02100)=AT.
Sanity check on x=(1,0), y=(0,1):
⟨u(x),y⟩D=⟨(0,0),y⟩D=0,⟨x,u∗(y)⟩D=⟨(1,0),(0,21)⟩D=0;
on x=(0,1), y=(1,0):
⟨u(x),y⟩D=⟨(1,0),(1,0)⟩D=1,⟨x,u∗(y)⟩D=⟨(0,1),(0,21)⟩D=1.
Closing insight: “Mat(u∗)=Mat(u)T” is a statement about orthonormal bases only; in general the metric D intervenes, exactly as in the simultaneous reduction of the weekend problem.