Group Abstract Group Abstract

Message Boards Message Boards

0
|
3.9K Views
|
2 Replies
|
4 Total Likes
View groups...
Share
Share this post:

[?] Meaning of a strange curve on surface - 3DPlot ?

Posted 8 years ago

Hello everyone. What is the meaning of the following zig-zag curve on the surface?

enter image description here

Plot3D[(t/(2 e)) (HeavisideTheta[t + e] - 
    HeavisideTheta[t - e]), {t, -3, 3}, {e, -2, 2}, 
 AxesLabel -> {t, e}]

Thank you very much.

POSTED BY: Gennaro Arguzzi
2 Replies

It is probably amplified background numerical noise due to machine-number precision. The z values are or the order of 10^-16. Compare:

Plot3D[(t/(2 e)) (HeavisideTheta[t + e] - 
    HeavisideTheta[t - e]), {t, -3, 3}, {e, -2, 2}, 
 AxesLabel -> {t, e}, PlotRange -> All]

The automatic value for PlotRange comes out abnormally small in this case.

POSTED BY: Gianluca Gorni
Anonymous User
Anonymous User
Posted 8 years ago

I asked myself the same question by seeing your post, thank you for these details.

POSTED BY: Anonymous User
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard