Question: using MATLAB: Write a function that accepts the coefficients of a polynomial along with the degree of polynomial and calculates the differentiation coefficients of that
Write a function that accepts the coefficients of a polynomial along with the degree of polynomial and calculates the differentiation coefficients of that polynomial. Output the differentiation in a standard form rather just the coefficients. Example: the inputs are [3, 2, 1, 6], then output will be dy(x) dx = 9x 2 + 4x + 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
