Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

algebra

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

algebra

  • 0.2.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Algebra

2006.09.14

  • Version: 0.72
  • Author: Shin-ichiro HARA
  • e-mail: sinara@blade.nagaokaut.ac.jp
  • Home Page: URL:http://blade.nagaokaut.ac.jp/~sinara/ruby/math/

Preface

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
    • Fundamental operations (addition, multiplication, quotient/remainder, ...)
    • factorization
    • Galois group
  • Multi-variate polynomial
    • Fundamental operations (addition, multiplication, ...)
    • factorization
    • Creating Groebner-basis, quotient/remainder by Groebner-basis.
  • Algebraic systems
    • Creating quotient fields
    • Creating residue class fields
    • Operating matrices
    • Operating permutation groups
  • Sets and Maps

Installation

Install Ruby (See: URL:http://www.ruby-lang.org/ ).

After expanding this archive, do

bundle exec rake install

Then all files and directories under lib are copyed in the directory where Ruby can load.

Usage and Samples

See index.html in doc directory, where manuals and sample codes are.

Reference

  • D.Cox, J.Little and D.O'Shea, "IDEALS, VARIETIES AND ALGORITHMS", 1997, Springer.
  • K. Kodama, "Polynomial", http://www.math.kobe-u.ac.jp/HOME/kodama/tips-RubyPoly.html
  • H.Anai, M.Noro and K.Yokoyama, "Computation of the splitting fields and the Galois groups of polynomials", Progres in Mathematics, 28-50, Vo.143, 1996

FAQs

Package last updated on 24 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc