Question: 2: Prime Factorization Please write a function get_factors() which takes a positive integer x and returns the vector of (not necessarily unique) prime factors of

2: Prime Factorization Please write a function get_factors() which takes a positive integer x and returns the vector of (not necessarily unique) prime factors of x. In addition, write at least one helper function is_prime() which returns TRUE or FALSE depending on whether or not the number x is prime. A good way to test this function should be: x
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
