Difference between revisions of "Chapter: Mapping Math: Numbers"

From OSGeo
Jump to navigation Jump to search
Line 5: Line 5:
 
We will discuss the following types of numbers in this chapter:
 
We will discuss the following types of numbers in this chapter:
  
- whole numbers (integers)
+
* whole numbers (integers)
- even and odd numbers
+
 
- fractions
+
* even and odd numbers
- numbers with a fractional part
+
 
- positive and negative numbers
+
* fractions
- really weird numbers
+
 
 +
* numbers with a fractional part
 +
 
 +
* positive and negative numbers
 +
 
 +
* really weird numbers

Revision as of 07:09, 25 September 2008

This is the first chapter in the "Just Math" section of the Mapping Math book. This chapter is all about the different types of numbers. Numbers are the building blocks of mathematics, so it is important to understand the different types of numbers. Numbers can be organized into types according to some of there common characteristics. Some mathematical operations can only be performed with certain types of numbers, but not with other types of numbers. For example: You can take the square root of a negative number (unless you want to deal with imaginary numbers, a special type of number invented for just this purpose).

There is another important reason to learn about the different types of numbers. Computer programming languages typically work with different numbers in different ways, even representing different types of numbers in special ways. If you want to work with math in computer programming you'll need to understand these differences in the your particular programming language. Understanding the different types of numbers will help with this.

We will discuss the following types of numbers in this chapter:

  • whole numbers (integers)
  • even and odd numbers
  • fractions
  • numbers with a fractional part
  • positive and negative numbers
  • really weird numbers