Re: infinities reformulated Chongkai Zhu (31 May 2005 07:17 UTC)
Re: infinities reformulated Aubrey Jaffer (31 May 2005 23:47 UTC)
Re: infinities reformulated Thomas Bushnell BSG (02 Jun 2005 15:23 UTC)
Re: infinities reformulated Aubrey Jaffer (02 Jun 2005 16:12 UTC)
Re: infinities reformulated Thomas Bushnell BSG (02 Jun 2005 16:16 UTC)
string->number Aubrey Jaffer (02 Jun 2005 19:10 UTC)
Re: string->number Thomas Bushnell BSG (02 Jun 2005 20:05 UTC)
Re: string->number Aubrey Jaffer (03 Jun 2005 01:59 UTC)
Re: string->number Thomas Bushnell BSG (03 Jun 2005 02:09 UTC)
Re: string->number Aubrey Jaffer (15 Jun 2005 21:10 UTC)
Re: string->number Thomas Bushnell BSG (16 Jun 2005 15:28 UTC)
Re: string->number bear (16 Jun 2005 16:59 UTC)
Re: string->number Aubrey Jaffer (17 Jun 2005 02:16 UTC)
Re: infinities reformulated bear (04 Jun 2005 16:42 UTC)
Re: infinities reformulated Aubrey Jaffer (17 Jun 2005 02:22 UTC)
Re: infinities reformulated bear (19 Jun 2005 17:19 UTC)
Re: infinities reformulated Aubrey Jaffer (20 Jun 2005 03:10 UTC)
Re: infinities reformulated bear (20 Jun 2005 05:46 UTC)
precise-numbers Aubrey Jaffer (26 Jun 2005 01:50 UTC)

Re: infinities reformulated Chongkai Zhu 31 May 2005 07:16 UTC

======= At 2005-05-31, 09:59:56 Alex Shinn wrote: =======

>On 5/31/05, Chongkai Zhu <xxxxxx@citiz.net> wrote:
>>
>> And your statement "the precision of an inexact (or exact) number
>> representation cannot be unlimited" is wrong. For example, Mathematica
>> implements "unlimited precision number", although it may have some
>> flaws.
>
>It cannot be "unlimited" in the sense that it is at least memory limited.
>No matter how much memory you have, you can never exactly represent
>the square root of 2 with a floating point representation - that is the
>definition of irrational, you don't even need to go to transcendental numbers
>for this.  In fact, irrational literally means "no ratio," and was only later
>applied by analogy to imply a lack of reasoning.

Yes, there is memory limited. But here the "unlimited" should mean the
implementation makes no limit on how big the number will be. Just as many
Scheme implementations provide "unlimited" big integer.

I mentioned Mathematica, only for the "inexact number" part of it, not the
"symbolic manipluation" part of it. For example, if you want to save the
square root of 2 as an inexact number, you can write:

v1=1.414

the precision or the inexact number v1 is 4 (decimal digits);

but you can also write

v2=1.414213562373095048801688724209698078569671875376948073176679737990732478462107038850387534327641573

and v2 will get precision 100 (all these digits are saved into memory).

> v1^2
1.9994

> v2^2
2.00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

>
>But your original statement was "arbitrarily big," not "unlimited," and this
>should be allowed.  Infinity in this case could be defined as the range of
>all real numbers greater than the largest possible BigFloat using all of
>memory for the exponent.
>
>--
>Alex

= = = = = = = = = = = = = = = = = = = =

Chongkai Zhu
xxxxxx@citiz.net
2005-05-31