Context
In[855]:= D[Abs[x], x] /. x -> 1
Out[855]= Derivative[1][Abs][1]
In[856]:= D[x, x] /. x -> 1
Out[856]= 1
Question
Why is Derivative[1][Abs][x] not simplifed to 1 when x -> 1?
Context
QuestionWhy is |
||||
|
$\mathrm{abs}(z)$ defined on the set of complex numbers $\mathbb{C}$ is not a holomorphic function because it violates the Cauchy-Riemann conditions, and the derivative is not well defined. $\mathrm{abs}(x)$ defined on the set of real numbers $\mathbb{R}$ is differentiable everywhere except at $x=0$. Mathematica treats
Also see this question for a very closely related problem. |
|||||||||||
|
|
|
|||
|
|
Abs[x]. – Simon Jul 12 '12 at 10:04