Question: How to solve it using Python? 1. Represent a degree n polynomial function p(x) = ao + aiz +a2z? + + anz as a list

How to solve it using Python?
1. Represent a degree n polynomial function p(x) = ao + aiz +a2z? + + anz" as a list of numbers [ao, a1, a2,. ,an]. Write a function called poly_mult which takes two input parameters p and q which are lists representing polynomial functions p(x) and q(x). The function returns a list representing the polynomial p(x)q(
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
