Source code for MathClasses Project
Project files:
The project contains the following files, which can be viewed as highlighted source code.
- Package finitecyclicgroup
- Package number
- File BigComplex.java: High precision representation of complex numbers with floating point real and imaginary parts.
- File Complex.java: An alternate complex number class.
- File RationalDemo.java: Demonstrates the use of the Rational and RationalField classes.
- File RationalField.java: Class for performing algebraic operations on Rational numbers.
- File Rational.java: Represents a rational number (based on the BigInteger class).
- Package projectiveplane
Zip file:
These files can be downloaded all at once using the zip file MathClasses.zip.
Documentation:
You can also view the JavaDoc generated documentation for the project.
Return to the java tutorial