USE PYTHON 3 CODE
Posted: Mon Jun 06, 2022 1:34 pm
USE PYTHON 3 CODE
Consider the function 1-(1-x)³ f(x) I (a) Give an alternate form of f(r) which avoids the issue of subtraction by nearly equal numbers when a is close to 0. (b) Create a table of the values that Python outputs for f(x) and your alternate form from (a) for x= 10-k for k= 0, 1, 2,..., 10.
Consider the function 1-(1-x)³ f(x) I (a) Give an alternate form of f(r) which avoids the issue of subtraction by nearly equal numbers when a is close to 0. (b) Create a table of the values that Python outputs for f(x) and your alternate form from (a) for x= 10-k for k= 0, 1, 2,..., 10.