[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Axiom-mail] Interval arithmetic
From: |
Joke de Buhr |
Subject: |
[Axiom-mail] Interval arithmetic |
Date: |
Fri, 7 May 2010 22:19:30 +0200 |
User-agent: |
KMail/1.13.2 (Linux/2.6.32-22-generic; KDE/4.4.2; x86_64; ; ) |
hi,
does axiom support any kind of interval arithmetic. An interval datatype or
something? I can't find any hint within the documentation.
Example:
x : IntervalType := [-2, 2]
y : IntervalType := [.75, 1.4]
x + y => [-1.25, 3.4]
x - y => [-3.4, 1.25]
x * y => [-2.8, 2.8]
square(x) => [0, 4]
Thanks
Joke
signature.asc
Description: This is a digitally signed message part.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Axiom-mail] Interval arithmetic,
Joke de Buhr <=