Question: can someone please also explain their answer? thanks Par 1: Plots of Polynomial Functions Write your own function that will calculatc and plot any arbitrary

can someone please also explain their answer?
thanks
Par 1: Plots of Polynomial Functions Write your own function that will calculatc and plot any arbitrary polynomial function y(x). Your function should have the following characteristics 1) It should take as inputs: (i) a row or column vector that contain the coefficients of the different terms of the polynomial, (ii) the range of x over which you would like the polynomial to be calculated, 2) It should return as an output the value of the a Plot of Polynomial of Order 3 polynomial, y(x), at each value of x. 3) Within the function it should creatc a singlc plot which contains a plot of each term as well as the overall polynomial function For cxamplc, for thc polynomial given by y(x) - 5x3 - 2x2 +4, thc input row vector - would be [4:0;-2;5], and the final plot would look similar to that figure shown to the right. Hint: You may find that the use of a for loop 4 and an if else conditional statement might be helpful to implement this function Term 1 Term2 -Term 3 ..Term 4 -6 0.2 0.4 0.6 0.8
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
