Plot[D[Abs[x], x], {x, -10, 10}, Exclusions -> {0}]
gives out several lines of error messages and an empty plot.
Plot[Derivative[1][Abs[#1] & ][x], {x, -10, 10}, Exclusions -> {0}]
just gives out an empty plot.
How do I plot (|x|)′?
Plot[D[Abs[x], x], {x, -10, 10}, Exclusions -> {0}]
gives out several lines of error messages and an empty plot.
Plot[Derivative[1][Abs[#1] & ][x], {x, -10, 10}, Exclusions -> {0}]
just gives out an empty plot.
How do I plot (|x|)′?
Comments
Post a Comment