You answeredJUST NOW
Python
STDIN
[0.9, 0.99, 0.999]
Expected STDOUT
x = [0.9, 0.99, 0.999]
g(x) = [-36.48000000000001, -396.04979999999966, -3996.0049979999967]
g(x) = [-36.48000000000001, -396.04979999999966, -3996.0049979999967]
Your STDOUT
x = [0.9, 0.99, 0.999]
g(x) = [-36.48000000000001, -396.04979999999966, -3996.0049979999967]
g(x) = [-36.48000000000001, -396.04979999999966, -3996.0049979999967]
STDIN
[1.1, 1.01, 1.001]
Expected STDOUT
x = [1.1, 1.01, 1.001]
g(x) = [44.51999999999997, 404.0501999999996, 4004.0050020004405]
g(x) = [44.51999999999997, 404.0501999999996, 4004.0050020004405]
Your STDOUT
x = [1.1, 1.01, 1.001]
g(x) = [44.51999999999997, 404.0501999999996, 4004.0050020004405]
g(x) = [44.51999999999997, 404.0501999999996, 4004.0050020004405]
Instructor solution
Casual Calculus with Python - Chapter 4: Limits (pages 3, 4)
Miles, W. W. (2024). Casual Calculus with Python. De Gruyter. (Aug 7, 2024)
You may exit out of this review and return later without penalty.