Hi,
I tried to solve a differential equation by using DSolve. I set up the equation and executed it, but Mathematica just output the differential equation again without any error message. Does anyone know what happened? How could I solve this differential equation?
DSolve[{V'[t]==A ?p (V0 + g t- V[t]) Exp[B (Vg - V[t])] -kr V[t],V[0]==0},V[t],t]