Skip to content

DanaSMor/Polynom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POLYNOM

This project represent Polynom and Monom.

examples for a correct format of Polynom: x^2, 3x^2+5-3x, 25x^7-3x^2+3

examples for an incorrect format of Polynom: 5a, xx, x^-2, 8**2, 9x--6x^2, 6x^

Features

  • Add- adding Polynom/Monom to existing Polynom
  • Sub
  • F- returns the value of the function of specific point x
  • Derivative
  • Multiplication
  • Eqals- checks if two polynoms are equal
  • IsZero- checks if a Polynom is empty
  • Root- finds the root of the Polynom
  • Area- calculates the area of a Polynom in a given range
  • AreaUnder- calculates the area under the X line

Graph

The graph is an open source library which can be found at https://github.com/eseifert/gral.

The graph shows minimum and maximum points on the function:

General info

Read more in Wiki:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages