| Author |
Comment/Response |
AlPerry
|
06/25/01 11:52am
This has me stumped:
f[x_]=Sin[x];
g[x_]=Derivative[-1][f[x]]
g[x]'
D[g[x],x]
executing gives: (first line described, not reproduced)
Sin[x] with exponent (-1), as it should
Sin[x]
Cos[x]Sin[x] .....Why this?
URL: , |
|