I have the following vectors:
$$\vec{a} = (-2i, 4, 5)$$
$$\vec{b} = (6, 5, i)$$
I need to get $<\vec{a}|\vec{b}>$. I did the normal procedure: $<\vec{a}|\vec{b}> = (-2i)(6) + (4)(5) + (5)(i) = 20 -7i$
But the answer is supposed to be $20+17i$, where did I had my mistake? Thanks.