help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: plotting even function


From: Henry F. Mollet
Subject: Re: plotting even function
Date: Sat, 19 Mar 2005 17:10:36 -0800
User-agent: Microsoft-Entourage/10.1.1.2418

I would have thought that y = x^b is only symmetrical about y-axis if b = 0,
2, 4, etc, i.e. b = even integer.
Henry



on 3/19/05 4:20 PM, John B. Thoo at address@hidden wrote:

> Hi.  I hope that I'm not embarrassing myself by asking the following.
> 
> I believe that
> 
>       3       2/3    1
>  y = --- (2 x)    + ---
>       4              2
> 
> is an even function, yet
> 
> x = -1:0.04:1;
> plot (x, 0.75 * (2 .* x).^(2 / 3) + 0.5)
> 
> is not symmetrical about the y-axis.  What is wrong with my thinking?
> 
> TIA.
> ---John.
> 
> 
> 
> -------------------------------------------------------------
> Octave is freely available under the terms of the GNU GPL.
> 
> Octave's home on the web:  http://www.octave.org
> How to fund new projects:  http://www.octave.org/funding.html
> Subscription information:  http://www.octave.org/archive.html
> -------------------------------------------------------------
> 



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]