home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: sci.math
- Path: sparky!uunet!math.fu-berlin.de!news.belwue.de!news.uni-stuttgart.de!rz.uni-karlsruhe.de!ipfs.bau-verm.uni-karlsruhe.de!vhansen
- From: vhansen@ipfs.bau-verm.uni-karlsruhe.de (Wolfgang von Hansen)
- Subject: Question on real numbers
- Message-ID: <1992Oct8.211117.19295@rz.uni-karlsruhe.de>
- Sender: usenet@rz.uni-karlsruhe.de (USENET News System)
- Organization: IPF, University of Karlsruhe
- Date: Thu, 8 Oct 1992 21:11:17 GMT
- Lines: 35
-
- Hi everybody,
-
- is it possible to express any real number x with the following term
-
- x = a + rb; a, b \in Q; r \in R, r const.
-
- Some more words to explain what I mean:
- I was wondering if there is an analogon between the real numbers and
- the complex numbers.
-
- It is well known that any complex number c can be
- written as an ordered pair of real numbers a, b: c = (a, b).
- Operations can be done by using i := (0, 1) to write c = a + ib.
- Knowing that i * i = -1 one can perform complex arithmetics by using
- only the rules for real numbers.
-
- My idea is to write any real number as a pair of rational numbers
- one of them multiplied with a constant real number r (see above).
- a is not necessarily (spelling? ;-) different from null. A useful value
- for r may be \sqrt(n), n \in N, because r * r = n is easy to handle.
- This representation of the real numbers might improve the speed
- and/or accuracy of algorithms on computers since all calculations are
- done with rational numbers.
-
- There are some things left to do:
- 1. Proove if it is (not) possible.
- 2. Find a good value for r. (How many different values for r are
- existing? none, one, finite, infinite?)
- 3. Find algorithm(s) to convert real numbers.
-
- I'd be very happy if someone could give me some hints how to deal with
- these tasks. I'm afraid that there are some non-trivial problems
- to solve.
-
- Thanks for paying attention, Wolfgang
-