Question: use python code Calculate the area between y = 1 / x + 1 and the x-axis and x = 1 and x = upper_boundary.
use python code
Calculate the area between y = 1 / x + 1 and the x-axis and x = 1 and x = upper_boundary. Improve accuracy to error <0.001 after 5 consecutive repetitions.
NPM = 2015720006 lower_bound, top_bound = 1, NPM% 25 + 2 print ("Upper limit = {}". format (limit_up)) def y (x): return 1 / x + 1 area = 0 # at the end of the program area = area under the curve
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
