|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Algebra2002.03.18
PrefaceThis 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:
InstallationInstall Ruby (See: <URL:http://www.ruby-lang.org/> ) and set all lib/*.rb files of this package to the directory where they can be loaded by Ruby. Usage and SamplesSee index.html in doc directory, where manuals and sample codes are. Reference
|