Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 685 Bytes

File metadata and controls

21 lines (19 loc) · 685 Bytes

Algebra and Calculus on Polynomials

Objectives

  1. Understand the design, implementation and use of the ArrayList container class.
  2. Gain experience implementing abstract data types using already developed data structures.
  3. Gain experience with object-oriented programming concepts

The following operation have been implemented:

  1. Addition
  2. Subtraction
  3. Multiplication
  4. Scalar Multiplication
  5. Derivative
  6. Indefinite integral
  7. Definite integral
  8. Degree
  9. Evaluate
  10. String Converter

=================================== Class Project Specifications can be found here: http://goo.gl/C91j8b