next | previous | forward | backward | up | top | index | toc | home

Ring -- the class of all rings

Description

Common ways to make a ring:
  • Ring / Ideal -- make a quotient ring
  • Ring Array -- the standard way to make a polynomial ring
  • GF -- make a finite field
Common functions for accessing the variables or elements in a ring: Common ways to get information about a ring: Common ways to use a ring:

See also

Types of ring :

Functions and methods returning a ring :

Methods that use a ring :

Fixed objects of class Ring :

For the programmer

The object Ring is a type, with ancestor classes Type < MutableHashTable < HashTable < Thing.