Please use MATLAB for this...Thank you :)
Posted: Mon May 02, 2022 11:44 am
Please use MATLAB for this...Thank you 
Problem 3 15 points The third step to solving the value for position key(3) is to solve for the exact day of the month that the imposter was born. To do this you will need to find the number of iterations it takes to obtain a relative error bound less than or equal to 0.015, where the first value of x = 0.012. To solve for the new x value you will need to use the following equation: x=0.102*(-x) + 0.4*x^2 + 0.0975 +0.4*(3*x)/2) + 0.039*x To solve the relative error you will need to use this equation: relative_error = abs(new_.x - old_.x) = The number of iterations it takes to obtain the requested condition is the day of the month that the imposter was born. This number is the third position inside of matrix “key”. Deliverables: A script that is well commented and formatted Running of the script with correct inputs resulting in the correct output Key matrix position three filled with the correct value Unless otherwise instructed, hard coding the solution will result in a zero for this
Problem 3 15 points The third step to solving the value for position key(3) is to solve for the exact day of the month that the imposter was born. To do this you will need to find the number of iterations it takes to obtain a relative error bound less than or equal to 0.015, where the first value of x = 0.012. To solve for the new x value you will need to use the following equation: x=0.102*(-x) + 0.4*x^2 + 0.0975 +0.4*(3*x)/2) + 0.039*x To solve the relative error you will need to use this equation: relative_error = abs(new_.x - old_.x) = The number of iterations it takes to obtain the requested condition is the day of the month that the imposter was born. This number is the third position inside of matrix “key”. Deliverables: A script that is well commented and formatted Running of the script with correct inputs resulting in the correct output Key matrix position three filled with the correct value Unless otherwise instructed, hard coding the solution will result in a zero for this