June 7, 2013

Numbers Numbers

Filed under: Main — admin @ 12:01 am

A number is a number is a number, until you bump into a mathematician. At that point you can seriously question your sanity.

Computers deal exclusively with binary numbers. That means only ones and zeros. Thanks to deception I care not to explain, those 1s and 0s can represent two types of values: integers and floating point values.

Integer. An integer is essentially any value without a decimal part, also known as a whole number. Integers can be positive or negative, such as 5 or -5. Two additional, annoying terms used to describe integers are signed and unsigned; a signed integer can be positive or negative, an unsigned integer is always positive.

Floating point. Any value can be a floating point number, although values with fractional parts are what this type of number is designed to store.

The term precision is often used when referring to a floating point value. That’s because computers are able to accurately display only so many digits of very tiny or very large values before the system goes nuts and starts making things up.

I’m serious: A floating point value with 8 digits of precision means that any numbers after the 8th digit are just junk. Computer scientists have been able to successfully deal with precision so that rockets actually make it to the moon and big buildings don’t fall down.

Beyond computer science, other ways to describe a number exist, each of which can be as confusing as a t-shirt with a third arm hole:

Whole Numbers. Any number that’s not a fraction.

Natural Numbers. Mathematicians aren’t certain about natural numbers. Think of the values as counting numbers. Some eggheads claim natural numbers start with 1 and go on up, just as a human would count.

Nominal Numbers. This type of number is used for naming purposes. For example, if your home address is 1322 Pumpernickel Drive, the 1322 is a nominal number. It doesn’t mean that yours is the 1322nd house on the street.

Now things start to get weird.

Real Numbers. A real number is just about any number. It’s the equivalent of a floating point value for a computer. Real numbers measure things and can be expressed in a variety of ways. That begs the question of whether unreal numbers exist.

Unreal Numbers. The unreal number is not a mathematical construct. Surreal numbers exist, but that’s a topic for Einstein and Mr. Spock to debate. What is probably meant by unreal numbers is something along the line of a transcendental number or an irrational number.

Trascendental Numbers. A transcendental number is a value that cannot be expressed using forms of algebra you haven’t used since the 10th Grade.

Irrational Numbers. An irrational number is any value that cannot be expressed as a fraction, such as 3/2 = 1.5. The value π is an irrational number, as are the famous values e and √2.

By the way, the value π is both irrational and trascendental. The √2, however, is only irrational because it can be expressed by using a polynomial equation.

Aren’t you happy you’ve read this far?

Finally, if irrational numbers exist, do rational numbers exist? Of course!

Rational Numbers. A rational number can be expressed as a fraction, which is the opposite of the irrational number. And even though the national debt is a rational number, the whole concept is irrational, so don’t let that information tidbit confuse your further.

3 Comments

  1. Umm you have not mentioned imaginary or complex numbers
    (2+3j) for example, a fudge to get around the fact if you square root a negative number (like -4) you get E or Error on your calculator but if you take the square root of 4 (2) and times it by the square root of -1 which some people call i (or engineers call j) you get j2 (or i2) which you can use as get out jail free card to get the maths to work! (sorry Electrical Engineer…)

    Comment by glennp — June 7, 2013 @ 3:38 pm

  2. No problem! I’m not a math guy, so I just ran through the list in my head, starting with ints and floats. i appreciate the additions.

    Comment by admin — June 7, 2013 @ 3:42 pm

  3. I uploaded a video to You Tube “12 Hours Of Counting Numbers”, but I never knew how to tag it. Now, thanks to you, I can try “Natural Numbers”. 🙂

    Comment by The Gnome Whisperer — June 7, 2013 @ 11:21 pm

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.


Powered by WordPress