2001.11.15
This is a library for mathematical computations. Our purpose is to express the mathematical object naturally in Ruby. Though it is not operated fast, we can see the algorithm of the mathematical processing not in black box but in scripts.
This library is in development stage. At present, things we can handle are as follows:
One-variate polynomial
Multi-variate polynomial
Algebraic systems
Install Ruby (See: <URL:http://www.ruby-lang.org/> ) and set all *.rb files of this package to the directory where they can be loaded by Ruby.
See index.html in doc directory, where manuals and sample codes are.