DSolve[{k'[ t ] == k^3*t^2, k[1] == 3}, k[ t ], t]
and I get the error
DSolve::dvnoarg: The function k appears with no arguments. >>
I've tried clearing and using only one =, but neither seems to work. What's the problem?
Edit: there are no spaces in the brackets in the actual code, just put those in because they wouldn't show otherwise.
ty