Question: Complex solutions

Hello I have tried solving quite simple equations, but maple seems to give me a complex solution or complicated one. Ex.: ode := diff(h(t), t) = -.168*sqrt(h(t)) ics := h(0) = 225 dsolve({ode, ics}) h(t) = RootOf(250*sqrt(_Z)+21*t-250*sqrt(225)) I know it is a correct solution but it seems a bit wrong anyway, with both sqrt(_Z) and Rootof
Please Wait...