import matplotlib.pyplot as plt def f(x2): return 1/(1+x2) def g(x,x2): return (x-x2) x=int(input()) x2=int(input()) plt.plot(f(x2),g(x,x2)) plt.show()
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment