Question: Please answer this in python from sympy import * from sympy.plotting import (plot,plot_parametric) import math have all been entered all ready Given f(x)=x23x1 (a) Use

Please answer this in python
from sympy import * from sympy.plotting import (plot,plot_parametric) import math
have all been entered all ready
Given f(x)=x23x1 (a) Use the for command (list comprehension) to evaluate the function at x=0.1,0.01, 0.001,0.0001, then at x=0.1,0.01,0.001,0.0001 to numerically estimate limx0f(x) (b) Plot f on the interval [1,1] to graphically verify your estimate in part (a). (c) Compute limx0f(x) exactly, then get a decimal approximation of this limit to compare with your estimate in part (a)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
