AlgebraStructuresDoc.tioga
Dennis Arnon, June 6, 1986 4:15:42 pm PDT
AlgebraStructures
CEDAR 6.0 — FOR INTERNAL XEROX USE ONLY
AlgebraStructures
Dennis Arnon
© Copyright 1986 Xerox Corporation. All rights reserved.
Abstract: AlgebraStructures is an object-oriented package for building complex algebraic structures and computing with their elements. It currently offers INTs, BigRats, REALs, and Complex Numbers as built-in ground types, and generic polynomial, matrix, and extension field constructors. For example, one can quickly read in and do simple arithmetic on matrices of polynomials with complex number coefficients, or matrices of such matrices, ad infinitum. The polynomial constructor implements multivariate polynomials. The matrix constructor implements square matrices. The extension field constructor implements real and general algebraic number fields.
Created by: Dennis Arnon
Maintained by: Dennis Arnon <Arnon.pa>
Keywords: Algebra, Polynomials, Matrices, Extension Fields, BigRats, Complex Numbers, Type Generic, Object-Oriented Programming, BigCardinals
XEROX  Xerox Corporation
   Palo Alto Research Center
   3333 Coyote Hill Road
   Palo Alto, California 94304

For Internal Xerox Use Only
1. Introduction
See interfaces for additional documentation; also CaminoRealDoc.