| Author |
Comment/Response |
Gernot Wagner
|
07/23/04 1:18pm
How do I specify inequality constraints when solving differential equation?
For example, I'm trying to solve the following equation for c[t]:
DSolve[r == rho - c'[t] * u''[c[t]] / u'[c[t]], c[t], t]
I would like to specify that u'[c[t]] > 0, u''[c[t]] < 0, etc.
Thanks!
Gernot
URL: http://www.gwagner.net, |
|