From: ············@gmail.com
Subject: Mathematical Interval
Date: 
Message-ID: <1116529649.601083.5150@o13g2000cwo.googlegroups.com>
Hello News,

Im a new scilab´s user.
I would like to know how to program to scilab.
I need to develope a interval arithmetic library´s.
Have you this library?

Thanks

Alan Ribeiro

PS.: Sorry for my poor english!!

From: Peter Scott
Subject: Re: Mathematical Interval
Date: 
Message-ID: <1116609084.103976.180020@g49g2000cwa.googlegroups.com>
I suggest asking in comp.soft-sys.math.scilab, since this is a Lisp
newsgroup.

-Peter
From: Luigi Panzeri
Subject: Re: Mathematical Interval
Date: 
Message-ID: <878y28q5e2.fsf@matley.muppetslab.org>
············@gmail.com writes:

> I need to develope a interval arithmetic library�s.
> Have you this library?
>

you can find an interval arithmetic library, written in Common Lisp,
in the QSIM software. The relative path is
nq/source/main/arithmetic.lisp

Comments in the code can help you

> Thanks
>
> Alan Ribeiro
>
> PS.: Sorry for my poor english!!
>

-- 
Luigi Panzeri aka Matley

Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film
Evaluate Lisp: http://lisp.tech.coop/Evaluate%20Lisp
From: Kim Minh Kaplan
Subject: Re: Mathematical Interval
Date: 
Message-ID: <873bs7zb8z.fsf@nord-6-82-66-224-145.fbx.proxad.net>
············@gmail.com writes:

> Hello News,
>
> Im a new scilab�s user.
> I would like to know how to program to scilab.
> I need to develope a interval arithmetic library�s.
> Have you this library?

There was a very interesting thread here last year about interval
arithmetic.  Look at
<URL:http://groups.google.com/groups?th=d505d6e08c6be87d>


Robert E. Brown even posted an implementation in
<URL:http://groups.google.com/groups?selm=87oepo3b0e.fsf%40loki.bibliotech.com>

Kim Minh.