**************************************************************** student : Ovidiu Marina graded by : quark time : Mon Nov 16 19:40:53 EST 1998 problem set: assignment 3 -------------------------------------------- interface: +5 functionality (0-90): 90 extra credit (0-10): 5 total (0-100): 95 -------------------------------------------- notes: Your code works great and your applet is easy to use and demonstrates all the operations. Your code is good, too, except you should the "compose" method instead of multiplying matrices manually in each method. That would make your code easier to read and debug (many students had pesky typos which were hard to find because they resulted from incorrectly multiplying matrices). Sure, your way is faster, but it's nice to be able to look at the code and see immediately what matrix you are composing. Great otherwise. And great comments on your web page (problems you ran into, explanation of applet, etc). ****************************************************************