From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,69bb03cc695b330a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-10 03:36:03 PST Path: supernews.google.com!sn-xit-03!supernews.com!freenix!jussieu.fr!fu-berlin.de!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Large numbers (or is Ada the choice for me?) Date: 10 Mar 2001 12:37:38 +0100 Organization: Enyo's not your organization Message-ID: <87zoetg8hp.fsf@deneb.enyo.de> References: <98bbbg$jmf$1@nh.pace.co.uk> <98bfb2$a2g1@news.cis.okstate.edu> <98bo2p$njh$1@nh.pace.co.uk> <98c549$7hu1@news.cis.okstate.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: supernews.google.com comp.lang.ada:5603 Date: 2001-03-10T12:37:38+01:00 List-Id: dvdeug@x8b4e53cd.dhcp.okstate.edu (David Starner) writes: > >Maybe a bad example - my point is that there exists a possibility of > >generating numbers which are going to have an infinite number of decimal > >places and memory only goes so far. Hence, you're going to need some sort of > >approximation. > > No, not if you want to expand the complexity. Every irrational number you > would probably need you could express in terms of pi, e, sqrt, cube roots, > sin, and rational numbers. It's true that most linear algebra problems can be expressed in algebraic field extensions of, say, Q(pi, e), but there are some whose solutions cannot be represented even by nested roots (for example, eigenvalue problems).