Question: Problem 6 : Evaluating a Polynomial at Multiple Points Write a Python program that evaluates the polynomial P ( x ) = 2 x 2
Problem : Evaluating a Polynomial at Multiple Points
Write a Python program that evaluates the polynomial at the points Print the list of function values at these points Hint: Using a list comprehension is the easiest way, but you can also use a for loop, or a numpy array.
Solution:
# put your python code here
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
