mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
24 lines
799 B
Plaintext
24 lines
799 B
Plaintext
This is a Ruby library for mathematical (algebraic) computations. Our
|
|
purpose is to express mathematical objects naturally in Ruby. Though
|
|
it does not operate fast, we can see the algorithm of the mathematical
|
|
processing not in a black box but in scripts.
|
|
|
|
Things Ruby/Algebra offers include the following:
|
|
|
|
- One-variate polynomial
|
|
o Fundamental operations (addition, multiplication,
|
|
quotient/remainder, ...)
|
|
o Factorization
|
|
|
|
- Multi-variate polynomial
|
|
o Fundamental operations (addition, multiplication, ...)
|
|
o Creating Groebner-basis, quotient/remainder by Groebner-basis.
|
|
|
|
- Algebraic systems
|
|
o Creating quotient fields
|
|
o Creating residue class fields
|
|
o Operating matrices
|
|
|
|
Author: Shin-ichiro HARA <sinara@blade.nagaokaut.ac.jp>
|
|
WWW: http://blade.nagaokaut.ac.jp/~sinara/ruby/math/
|