Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #1365

Re: Plotting problem !

From Heike Gramberg <heike.gramberg@gmail.com>
Newsgroups comp.soft-sys.math.mathematica
Subject Re: Plotting problem !
Date 2011-03-31 11:04 +0000
Organization Steven M. Christensen and Associates, Inc and MathTensor, Inc.
Message-ID <in1n4m$6s6$1@smc.vnet.net> (permalink)

Show all headers | View raw


It only looks that way because the origin of your plot isn't at {0,0}. Try

Plot[4/x (Sin[(\[Pi]/8)/2])^2, {x, 0, 1000}, AxesOrigin -> {0, 0}]

Heike

On 31 Mar 2011, at 10:58, babaz wrote:

> Hello,
> 
> When I put Plot[4/x (Sin[(\[Pi]/8)/2])^2, {x, 0, 1000}]
> Mathematica finds a negative function for some values.
> 
> How is it possible ?!
> 
> Thanks
> 

Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread


Thread

Re: Plotting problem ! Heike Gramberg <heike.gramberg@gmail.com> - 2011-03-31 11:04 +0000

csiph-web