help-octave
[Top][All Lists]
Advanced

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

Re: Question about Range class


From: Miroslaw Kwasniak
Subject: Re: Question about Range class
Date: Fri, 25 Nov 2005 18:40:43 +0100
User-agent: Mutt/1.5.9i

On Wed, Nov 23, 2005 at 07:24:00AM -0800, Robert A. Macy wrote:
> Pedro,
> 
> In octave, two arguments...
>  z = (1:100)/10
        ^
        10 
> or, three arguments...
>  Z = (1:0.1:10)
> ...give identical z arrays, 

No, it's almost impossible

max(abs(z-Z))
ans =  1.7764e-15

;)



-------------------------------------------------------------
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]