Skip to content

anayak7/Polynomials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polynomial

This is a program that uses linked lists to store polynomials based off of a term's degree. There are 3 methods total: add, evaluate, and multiply.

Add

Simply adds two polynomials and returns the sum in a new linked list.

Evaluate

Takes in a value and plugs into the polynomial and returns the value as a double.

Multiply

Simply multiplies two polynomials and returns the product in a new linked list.

To Run This Program

Polytest.java is the driver for Polynomial.java

About

A program that evaluates polynomials

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages