I am trying to solve a differential equation of the form:
r'[t]==Real[F d[t]]+C r[t]
When C is a constant, F is a complex constant, and r[t] and d[t] are complex functions. I want to solve for r[t] and d[t] (there is another equation of a similar form) The function DSolve doesn't work with this syntax, and the problem is the Real[F d[t]] since when I remove the Real, Mathematica solves it. Can anyone help? Thanks a lot!