VasCalc Documentation - vectorSpace

From Drorbn
Revision as of 11:50, 25 May 2006 by Drorbn (Talk | contribs)

Jump to: navigation, search

The vectorSpace package is a small package used to set up quotients of finite dimensional vector spaces. The source files for this package are

The class contained in BigRational.java contains Eric Laroche's implementation of arithemetic involving arbitrarily large rationals (see VasCalc - Bibliography), which is used as the default base field in vectorSpace. Additionally, there are two small test programs:testQuotSp.java and testAlgVect.java.

Usage