How do I complex conjugate a vector?
E^(-((I β)/2)) p (Cos[α/2] (Cos[θ]^2 + Sin[θ]^2 Sin[ϕ] (-I Cos[ϕ] + Sin[ϕ]))
+ E^(I β)Sin[α/2] (Cos[θ]^2 + Sin[θ]^2 Sin[ϕ] (I Cos[ϕ] + Sin[ϕ])))
I tried doing Assuming[β ∈ Reals, c[[1]]^*, but that didn't work :\ ...
I just want i's flipped, but I'm getting this:

Attempt at using ComplexExpand as suggested my LLiaMnYP. Still doesn't look as compact as c[[1]] if I just change all the i's by hand :(



ComplexExpandIIRC. – LLlAMnYP Mar 17 '15 at 23:30pa factor or a function? – Mahdi Mar 17 '15 at 23:43