Need someone to check my reasoning as I don't feel confident in this topic:
consider $P_2$(C) with inner product $$<p(x), q(x)> = \int {q(x)p(x) dx} $$
T is defied by T(p(x)) = p'(x) + p(x)
Find T*(p(x)) for an arbitrary polynomial of degree 2
first thing to do is to find a matrix of T, applying standard basis
T($x^2$) = 4x
T(x) = x + 1
T(1) = 1
So, $$[T]_\alpha = \begin{matrix} 0 & 0 & 0 \\ 4 & 1 & 0 \\ 0 & 1 & 1 \\ \end{matrix} $$
Find A* of A
$$A^t = \begin{matrix} 0 & 4 & 0 \\ 0 & 1 & 1 \\ 0 & 0 & 1 \\ \end{matrix} $$
$$A^* = \begin{matrix} 0 & 4 & 0 \\ 0 & 1 & 1 \\ 0 & 0 & 1 \\ \end{matrix} $$
But this is obviously not right, as I am given def of inner product, which I did not make any use of. So, please, point at the mistake
Given a square matrix representing a linear operator, the adjoint matrix is defined to be the conjugate transpose matrix only if your original matrix is with respect to an orthonormal basis. Try the question again with this information and you will realize that your given inner product will come into play.
Cheers