Question: Please solve in Matlab and provide code Write a user-defined function that multiplies two polynomials. Name the function p-polymult (pl,p2). The two input arguments p1
Please solve in Matlab and provide code
Write a user-defined function that multiplies two polynomials. Name the function p-polymult (pl,p2). The two input arguments p1 and p2 are vectors of the coefficients of the two polynomials. The output argument p is the resulting polynomial. Use the function to multiply the following polynomials: fi(x)--2x6 + 3x4 + 4x3 _ 7x + 8 and (x)=5r4 _ 4x2 + 3x-5 Check the answer with MATLAB's built-in function conv
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
