Question: Code in Python: We have seen in class that the method of trial division can be used to find the smallest prime factor of an
Code in Python:
We have seen in class that the method of trial division can be used to find the smallest prime factor of an integer n 2. For this problem, we want to use trial division to find the largest prime factor of n instead.
Task: Write a procedure in Python that takes an integer n 2 as input, and returns its largest prime factor.
Test Values: The largest prime factor of 13195 is 29. The largest prime factor of 23508701 is 322037.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
