You answeredJUST NOW
Python
STDIN
[0.9, 0.99, 0.999]
Expected STDOUT
x = [0.9, 0.99, 0.999]
f(x) = [2.54, 2.9504, 2.995004]
f(x) = [2.54, 2.9504, 2.995004]
Your STDOUT
x = [0.9, 0.99, 0.999]
f(x) = [2.54, 2.9504, 2.995004]
f(x) = [2.54, 2.9504, 2.995004]
STDIN
[3.9, 3.99, 3.999]
Expected STDOUT
x = [3.9, 3.99, 3.999]
f(x) = [51.14, 53.71040000000001, 53.971004]
f(x) = [51.14, 53.71040000000001, 53.971004]
Your STDOUT
x = [3.9, 3.99, 3.999]
f(x) = [51.14, 53.71040000000001, 53.971004]
f(x) = [51.14, 53.71040000000001, 53.971004]
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.