If you have java 8, you can compile all of the files and run LinearAlgebraDriver to work with the linear algebra operations.
I don't use Java nearly as much as I used to so I can't guarantee much active development, however I thought these might be of use to someone else. I started this because I wasn't happy with the ...
Abstract: This paper considers interoperability in Java based computer algebra software. It is well known that interoperability in Java software is greatly enhanced by simple but expressive interfaces ...
Due: Friday, December 7, 2001. This assignment illustrates tree recursion and the use of run-time polymorphism of the kind with which we are familiar in Scheme. Study the classes that are provided so ...