|
[Date Index]
[Thread Index]
[Author Index]
why doesn't the range on this interval match the plot range?
- To: mathgroup at smc.vnet.net
- Subject: [mg66394] why doesn't the range on this interval match the plot range?
- From: "Chris Chiasson" <chris at chiasson.name>
- Date: Thu, 11 May 2006 02:15:55 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Parabola[x_]=4x^2+53x+160
BeginPoint=-8;
EndPoint=-5;
Plot[Parabola[x],{x,BeginPoint,EndPoint}]
Parabola[Interval[{BeginPoint,EndPoint}]]
--
http://chris.chiasson.name/
Prev by Date:
Re: Picture
Next by Date:
Recursion inspection technique : HoldForm but release variables
Previous by thread:
Re: Applying rules to SparseArray
Next by thread:
Re: why doesn't the range on this interval match the plot range?
|