Skip to content

This project focuses on the representation and manipulation of polynomials using arrays of coefficients. Each element in the array corresponds to a coefficient, and its index represents the power of 𝑥 x. The goal is to create a set of functions that allow operations on polynomials such as evaluation, addition, subtraction, multiplication

Notifications You must be signed in to change notification settings

OrelCohenTech/PolyRep-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PolyRep

This project focuses on the representation and manipulation of polynomials using arrays of coefficients. Each element in the array corresponds to a coefficient, and its index represents the power of x. The goal is to create a set of functions that allow operations on polynomials such as evaluation, addition, subtraction, multiplication, and differentiation. This approach provides an efficient and flexible way to represent polynomial equations and perform various mathematical operations programmatically.

About

This project focuses on the representation and manipulation of polynomials using arrays of coefficients. Each element in the array corresponds to a coefficient, and its index represents the power of 𝑥 x. The goal is to create a set of functions that allow operations on polynomials such as evaluation, addition, subtraction, multiplication

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages