Question: Need help with a JAVA polynomial lab. Included the how polynomials are represented and an addition method for example. wite a method that will input
wite a method that will input a sequence of coefficients and exponents and them into a linked polynomial as described earlier. .Write a method that will subtract two polynomials. .Write a method that will compute the first, second, and third derivative ofa polynomial. Write a method that will multiply a polynomial by a scalar. . Write a method that, given a polynomial and an integer, evaluates the polynomial at that number. Write a method that will print a polynomial as a sequence of coefficients and exponents, arranged attractively. Be sure to include an appropriate driver for your code and send all program output to csis.txt for submission
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
