Group Abstract Group Abstract

Message Boards Message Boards

0
|
11.2K Views
|
3 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Plot output in Mathematica differs from output in Wolfram Alpha

Posted 12 years ago
Attachments:
POSTED BY: Leo Hamminger
3 Replies
Posted 12 years ago

Thanks Frank, this helps. I need to work on the PDF as the Mathematica Output still differs from the Wolfram Output. At least the full curve gets now displayed.

@Dan: thanks, I also figured this out. However, the -4,4 - should come from an interactive Input.

POSTED BY: Leo Hamminger
Posted 12 years ago

Try this to change the range like this {x,-4,4}:

Plot[E^(-(x^2/2))/Sqrt[2 \[Pi]], {x, -4, 4}]
POSTED BY: Dan Chevion

Add the option setting PlotRange -> All to your plot command.

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