Question: Write a program called root.py (a variant of the sqrt.py program we dicussed in class) that accepts k: (int), c (Roat), and epsilon (float)
Write a program called root.py (a variant of the sqrt.py program we dicussed in class) that accepts k: (int), c (Roat), and epsilon (float) as command-line arguments, and writes to standard output the kth root of c, up to epsilon decimal places. Directions: Sett (our guess) to c. Repeat as long as 11 - c/t*] > : - Replace t byt - f(t)/S' (t), where f(t) = t* -c and f' (t) = ktk-1. Write t (the kth root of c). . .
Step by Step Solution
3.38 Rating (148 Votes )
There are 3 Steps involved in it
Heres a Python program called rootpy that calculates the kth root of a given number c up to epsilon ... View full answer
Get step-by-step solutions from verified subject matter experts
