Project Links
Home Page
Project Report
(1024 KB)
26/06/2001
Finished Applet
21/02/2001
Post-Hasse
11/12/2000
Pre-Hasse
3/12/2000
Project Update
12/11/2000
Matrix Groups
27/10/2000
Example Applets
16/10/2000
Hello Applet
4/10/2000
|
Week 5 Update
In week 5, I made a program to calculate the group of a given set of matrices. A summary of the problem, program source code, and sample program output can be found by clicking here to view a report (PDF format).
To start with, I implemented the solution in DOS (Source Code: Matrix3x3.java, groupcalc.java) to get a flavour of the algorithms involved. I then designed a User Interface in the Borland JBuilder IDE using various layouts e.g. BorderLayout, GridLayout. Finally, I transferred my DOS code to the Java Applet you see below.
Matrix Group Calculator (Source Code: GroupApplet.java, Matrix3x3.java)
Code Compiled on 30th October, 2000
|