VasCalc Documentation - vectorSpace
From Drorbn
Jump to navigationJump to 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.