Question: PLEASE WRITE THE CODE IN PYTHON 2. This problems deals with the function f(x) = e-**. Print out a table of x and f(x) values,
PLEASE WRITE THE CODE IN PYTHON

2. This problems deals with the function f(x) = e-**. Print out a table of x and f(x) values, where the x goes from -1 to +1 in steps of 0.1. In your output, the x values should have only one digit after the decimal point, whereas the f(x) values should only have 5 digits after the decimal point. While you're at it, also use matplotlib to plot the results. (N.B.: Your implementation should employ a user- defined function, list comprehensions, zip(), as well as fancy string formatting.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
