L
luserXtrog
Richard said:If only we used a base-pi number system...
You mean like ... degrees?
Richard said:If only we used a base-pi number system...
You mean like ... degrees?
luserXtrog said:You mean like ... degrees?
luserXtrog said:You mean like ... degrees?
James Kuyper said:No: like 322 base pi means 3*pi^2 + 2*pi + 3
Richard said:Richard Tobin said:
For CBF's benefit, a transcendental number is a number that is not
the root of any integer polynomial. Here is an integer polynomial:
f(x) = 2x^0
i.e. 2
So 2 is an integer polynomial. Therefore, the square root of 2 is a
root of an integer polynomial.
jameskuyper said:In this context, "root" refers to a value for the variable that gives
the polynomial a value of 0. The integer polynomial "2" has no roots.
The integer polynomial you're looking for is 2-x^2, which does have a
root of sqrt(2). As you can see, there is a connection between the
concept of a "ROOT of a polynomial" and a "square ROOT", but it's not
the connection you were implying.
Dik T. Winter said:(e-mail address removed) writes:
.... snip ...
But the new range is *not* the range you get by multiplying the
result by x_EPSILON. Do the algebra.
Keith said:.... snip ...
You keep asserting that. You have yet to support your assertion
with reference to the standard. The things you've cited from the
standard do not support your claims.
TonyMc said:No - root(2) is irrational but not transcendental.
CBFalconer said:In particular rationals, reals, integers can all be put in one to one
correspondence with the set of integers. They form one form of
infinity. Transcendentals cannot, and are thus infinitely more
'dense' than the other forms.
PI, e, root(2) are all transcendental. Integers are not closed sets
under division. Reals are.
FP values are another class.
Carl said:I have heard that transcendental numbers are those which cannot be
constructed using a pen and compass. Perhaps the two definitions are
the same?
CBFalconer said:[...] In particular rationals, reals,
integers can all be put in one to one correspondence with the set
of integers. [...]
Eric said:CBFalconer said:[...] In particular rationals, reals, integers can all be put
in one to one correspondence with the set of integers. [...]
Nonsense. The integers are 1-1 with the integers, and
the integers are 1-1 with the rationals. But the integers
are *not* 1-1 with the reals. Look up "diagonal argument,"
and try to refrain from posting about what you wot not.
In particular rationals, reals, integers can all be put in one to one
correspondence with the set of integers.
Golden California Girls said:(s/konw/know/
Once again what gets stored (domain of representable values) has
little if any relation to what should have been stored (domain of
real numbers).
Every new programmer should be taught this until it sinks in, then
they can take a class in numeric analysis and realize that any
floating point number in base 2 is always just one possibility out
of a range, that being from that number to the upper error bound
down to the number less the lower error bound. Then they will
understand one of the truths of the universe that if a floating
point number turns out to be correct it is a miracle and the counter
example to Murphy's law.
> Wiki says: "In mathematics, a transcendental number is a number
> (possibly a complex number) that is not algebraic, that is, not a
> solution of a non-constant polynomial equation with rational coefficients."
>
> I have heard that transcendental numbers are those which cannot be
> constructed using a pen and compass. Perhaps the two definitions are
> the same?
> Alright. The value in x has a range x - x*ex to x + x*ex.
> Similarly the value in y has a range y - y*ey to y + y*ey.
> The size of ex is known to be orders of magnitude smaller than x.
> Similarly the size of ey is orders of magnitude smaller than y. We
> can assume x and y to be positive (else change some signs).
>
> We form xmy by multiplying the values (ranges) in x and y:
>
> xmy = x*y - x*y*ex - x*y*ey - x*y*ex*ey
> = x*y *(1 - ex - ey - ex*ey) (lower range)
>
> and all I said is that we can neglect ex*ey, since its magnitude is
> at least several orders below that of ex or ey. Notice that the
> calculation of the upper range is very similar. Note that the
> range is still centered on x*y, i.e. the product of the nominal
> (repeat, nominal) values of x and y. I don't even care if I have
> given it the correct sign.
Wiki says: "In mathematics, a transcendental number is a number
(possibly a complex number) that is not algebraic, that is, not a
solution of a non-constant polynomial equation with rational coefficients."
CBFalconer said:This is a chimera. The errors are small, compared with the
values. The sort of effect you are worrying about is of the form
error_ratio squared, and thus negligible.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.