The current release of Frink (2005-03-11) fixes a bug for some values of the function JacobiSymbol[a,n] when a is negative and the range [-2147483648, -1]...
Earlier this week, Sun released Java 1.5.0 update 2, which I'm tentatively calling "the first Java release that actually works." From day 1, Java made much...
I'm working on implementing interval arithmetic in Frink. Interval arithmetic is cool--instead of a number being a single value, an interval can contain a...
(i'm about to launch into an unfounded ramble through ideas, which may not go anywhere useful. feel free to skip to that much more interesting email from your...
... To paraphrase Kirk's comment about Spock, "your unfounded ramble is as good as another man's well-considered reply." ... Actually, multiplying a scalar by...
... What about A .. B? Examples: for i = 0 .. 100 ; do fa[i] = f[i] + f[i-1]; done lunchtime = 12am .. 1pm if x in lunchtime; then do_lunchtime_event ; endif ...
... Ah, i didn't grok what intervals really were. I was thinking of them only in terms of their outer bounds, and simple calculations like + 2. Realizing that...
... Marcus Downing also suggested this (and a few similar options) and I addressed it in my last reply. I understand if you didn't plow through that whole...
... Hmm... well I'd definitely go with an object interface, just in case you wanted to add probabilities to the intervals next, or maybe define intervals in...
Edward Peschko
esp5@...
May 23, 2005 7:58 pm
47
Wow. A fuzzy calculator. That really would be impressive. ... I did actually wonder about using a syntax like this, if no symbolic one presented itself. I...
... That would be neat, but hard! Actually, maybe not that hard. If I understand the intent correctly, you could do something very similar by defining a few...
I'm happy to say that Frink now has a working implementation of interval arithmetic. Programs that you've written in the past might now start automagically...
Very cool. Although I seem to remember suggesting the same thing a few years ago to Alan, except I called it a error value. Or am I wrong, and an error value...
... That 'main' value is lost in certain operations, or? The problem is, of course, the non-monotonity (sp?) of certain (continuous...) operations. That means...
... Interval arithmetic can be considered to follow somewhat different rules than traditional error analysis. Usually, in traditional error analysis, it's...
... The "main" value should only be lost if you perform an operation with 2 intervals, one of which doesn't have a main value. In this case, it's impossible...
I've released a couple new versions of Frink with some additional support for intervals, along with some various improvements and major internal rewriting. ...
I was just watching Star Trek: The Next Generation, the episode "Silicon Avatar," where our old friend the Crystalline Entity attacks a planet, as he is wont...
Alan, I strongly discourage halting the program due to overlapping intervals. Yes, it is kind of hard to linearize this relationship (ok, we do not exactly ...
... Interestingly, this mail took about 20 hours to get from your machine to mine! Looks like there was one of those huge delays internally to Yahoo again. As...
... Just a point of clarification--the sentence above is potentially ambiguous too. :) Are you saying that: a.) You would rather have the < relation yield...
... Well, there is no hole. The order is partial, that is all. ... I am promoting Prof. Moore's definition, i.e., (1). ... Yes, that is the partial nature. The...
hey, Just a request.. but could people post regular email rather than htmlified email? I'm not sure if this is an option via a yahoogroup; but it sure would...
Edward Peschko
esp5@...
Jun 9, 2005 3:19 am
61
... Yes, I should have replaced "and" with "So we should". ... (a), which I thought was obvious, if nothing else, from the rest of my e-mail. ... Yes, but that...
I wanted to find out how fast those satelites zip around the earth and was a little dissapointed that there is no variable for the geostationary orbit ...
... I always end up re-deriving that from a = v^2/r and f = G m1 m2 / r^2 because I never remember the equation for orbital period. The long-term goal is to...
... It might make sense to do just that for all uncertain numbers. Even the near distance and far distance have their own uncertainties. I would probably do...