Difference between revisions of "Mapping Math: What You Will Need"

From OSGeo
Jump to navigation Jump to search
Line 1: Line 1:
You will need a couple of things to benefit fully from this chapter of the book:
+
You will need a couple of things to benefit fully from this series of artciles:
  
 
* A calculator with the trigonometric functions sin, cosine, and tangent and the ability to calculate square roots.
 
* A calculator with the trigonometric functions sin, cosine, and tangent and the ability to calculate square roots.
Line 6: Line 6:
 
If you are interested in learning about Java programming and working trough some of the programming exercises in the book (which I highly recommend) then you'll need these additional items:
 
If you are interested in learning about Java programming and working trough some of the programming exercises in the book (which I highly recommend) then you'll need these additional items:
  
* A copy of Eclipse, the Java Programming Language IDE (Integrated Development Environment).
+
* A copy of a Java IDE. You might try Eclipse of Netbeans, which are open source.
 
* A copy of the Java SDK, or software development kit.
 
* A copy of the Java SDK, or software development kit.
* A copy of Beanshell, the Java scripting tool.
+
* A good book that introduces you to the Java programming language if you are unfamilar with it. I recommend [http://oreilly.com/catalog/9780596008734/ O'Reilly's ''Learning  Java''].
* A good book that introduces you to the Java programming language if you are unfamilar with it. I recommend O'Reilly's ''Learning  Java''.
 
  
If you want to learn more about some of the topics that are discussed in this book, you'll also need the following things:
+
'''Links'''
 
 
* Access to the internet.
 
* Access to a good library.
 
  
'''Links'''
+
[http://www.eclipse.org/ Eclipse IDE]
  
[http://www.eclipse.org/ Eclipse]
+
[http://www.netbeans.org/ Netbeans IDE]
  
 
[http://java.sun.com/ Java Developer Resources (Includes link to Java SDK.)]
 
[http://java.sun.com/ Java Developer Resources (Includes link to Java SDK.)]
 
[http://www.beanshell.org/ Beanshell]
 
  
 
[http://oreilly.com/catalog/9780596008734/ Learning Java Book]
 
[http://oreilly.com/catalog/9780596008734/ Learning Java Book]

Revision as of 12:54, 24 July 2009

You will need a couple of things to benefit fully from this series of artciles:

  • A calculator with the trigonometric functions sin, cosine, and tangent and the ability to calculate square roots.
  • Some writing paper and a pencil. (Graph paper would probably be the best type of paper.)

If you are interested in learning about Java programming and working trough some of the programming exercises in the book (which I highly recommend) then you'll need these additional items:

  • A copy of a Java IDE. You might try Eclipse of Netbeans, which are open source.
  • A copy of the Java SDK, or software development kit.
  • A good book that introduces you to the Java programming language if you are unfamilar with it. I recommend O'Reilly's Learning Java.

Links

Eclipse IDE

Netbeans IDE

Java Developer Resources (Includes link to Java SDK.)

Learning Java Book

Navigation

Mapping Math Home