MyMath Our system represents a polynomial and a monum, and allows for a number of mathematical operations on them. Authors: Adi Weisberg and Naomi Tsabari. Sources of informationources: in order to understand the Computational Functions of the polynomial and the monom, we recommend reading more information from the following links:
- Polynomial - https://en.wikipedia.org/wiki/Polynomial
- Monomial- https://en.wikipedia.org/wiki/Monomial
- Riemann integral https://en.wikipedia.org/wiki/Riemann_integral
- gui of graph by the library gral-http://trac.erichseifert.de/gral/ system description:
- Function
- cont_function
- Polynom_able
1.Monom_Comperator
2. Monom
3.Polynom
4. Test
5. main
6.FunctionGraph
- MonomTest
- PolynomTest
see the java docs to understands the function, If you wish to examine the correctness of the various functions in the class, you should go to the Test class and to JUnit MonomTest and PolynomTest, olso to see gui of the Polynom in class-unctionGraph. the best option to see the project is in the main class.