Lab Exercises - Stats for Java
Play with matrix algebra.
This program defines a couple of matrices and then does a bunch of fun things with them.
On Mac OSX:
- Download the zip compressed project folder Matrix1.zip and uncompress it.
- Open the folder and find the file named "MatrixDemo.xcodeproj"
- Doubleclikc the file which opens the program within xCode
- The Java code for this program is in the "MatrixDemo.java" file.
- Open the "Console" from the "Run" menu. Click on the "Build and Go" button to compile the code and run it. You should see the output of the program printed into the Console.
last modified: 01/23/08