Difference between revisions of "Mapping Math: What You Will Need"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
* Some writing paper and a pencil. (Graph paper would probably be the best type of paper.) | * 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 | + | If you are interested in learning about Java programming and working through 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 | + | * A copy of a Java IDE. You might try Eclipse or 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 good book that introduces you to the Java programming language if you are | + | * A good book that introduces you to the Java programming language if you are unfamiliar with it. I recommend [http://oreilly.com/catalog/9780596008734/ O'Reilly's ''Learning Java'']. |
'''Links''' | '''Links''' | ||
Line 16: | Line 16: | ||
[http://www.netbeans.org/ Netbeans IDE] | [http://www.netbeans.org/ Netbeans IDE] | ||
− | [http://java. | + | [http://openjdk.java.net/ OpenJDK] |
[http://oreilly.com/catalog/9780596008734/ Learning Java Book] | [http://oreilly.com/catalog/9780596008734/ Learning Java Book] | ||
Line 24: | Line 24: | ||
[[Category: Mapping Math]] | [[Category: Mapping Math]] | ||
− | [ | + | [[Mapping_Math|Mapping Math Home]] |
Latest revision as of 01:42, 4 April 2014
You will need a couple of things to benefit fully from this series of articles:
- 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 through 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 or 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 unfamiliar with it. I recommend O'Reilly's Learning Java.
Links