2023 A JAVA class Polynomial java is provided Your task is 1 To complete the implementation of method | Assignment Collections
Computer Science 2023 Data Structure And Algorithms
2023 A JAVA class Polynomial java is provided Your task is 1 To complete the implementation of method | Assignment Collections
A JAVA class Polynomial.java is provided. Your task is
1. To complete the implementation of method public Polynomial addPolynomial (Polynomial p).
Requirements:
The method implements addition of two polynomials in algebraic sense.
This method takes a polynomial as an input and returns a polynomial that is the sum of the current polynomial and the input polynomial
For example, assume the current polynomial is 10×20 – 9×7 + 3 and the input polynomial is 12×16 + 6×7 – 20×2 – 2, then the returned polynomial must be
10×20 – 3×7 -20×2 +1
2. To add code in main to test your implementation.
Hint:
With the assignment, a version of method addTerm is provided. But in its implementation, it does not handle the case where the new term to be added has the same degree as a term that already exists in the current Polynomial. You may need to modify the code in this method so that it will handle this situation. For example, if the polynomial currently has a term -10x^5 and the new term to be added is 4x^5, then after method addTerm(4, 5) is called, the polynomial should be -6x^5.
After that done, to implement addPolynomial, all you need to do is to add all the terms to a new Polynomial object
We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.