| Author |
Comment/Response |
Caleb
|
10/17/11 12:04pm
When I try to get Mathematica to give me the derivatives of two special functions, Abs[x] and Sign[x], via D[Abs[x],x] and D[Sign[x],x], what I get in return are Derivative[1][Abs][x] and Derivative[1][Sign][x], respectively. What I would have liked to see is each derivative in terms of other functions. Is there a way to get Mathematica to return 2*DiracDelta[x] for D[Sign[x],x] (as seen on http://en.wikipedia.org/wiki/Sign_function#Properties)? Furthermore, does a general method exist for getting Mathematica to try to represent such abstract functions in terms of more tractable ones?
URL: , |
|