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 ...
Computer (symbolic) algebra systems and libraries are used for manipulations with symbolic mathematical expressions. Usually, those libraries are capable of some calculus operations (differentiation, ...
This is an extention of the "Java Relational Algebra" repository. A B+ Tree Map implementation has been created to allow to more quickly access the table components. I implemented the functions in the ...
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 ...