Question: JAVA need help with creating a polynomial lab. Really only need help GENERATING THE POLYNOMIAL EXPRESSION INTO A LINKED LIST. A POLYNOMIAL linked list consists
Write a method that will input a sequence of coefficients and exponents and form 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 of a polynomial Write a method that will multiply a polynomial by a scalar. Write a method that, given a polynomial and an integer, evaluates th polynomial at that number Write a method that will print a polynomial as a sequence of coefficients a exponents, arranged attractively. Be sure to include an appropriate driver for your code and send all program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
