Question: 1. Write a function that takes two inputs: a maximum and a divisor. A. This function must use a for-loop B. The function should determine

 1. Write a function that takes two inputs: a maximum and

1. Write a function that takes two inputs: a maximum and a divisor. A. This function must use a for-loop B. The function should determine for all integers up to and including the maximum, if the number is evenly divisible by the divisor. C. For Honors Credit, rewrite this function using a whileloop 2. Write a function that takes two inputs: a maximum and a divisor. A. This function must be vectorized (no looping) B. The function should determine for all integers up to and including the maximum, if the number is evenly divisible by the divisor. 3. Write a script that utilizes both of these functions as local functions A. Use this script to compare the execution time for the two functions and determine which is faster B. Use this script to test the range of inputs to you functions I. Explicitly test with divisors of 0,1, and pi. II. Did you functions work for all inputs? (answer with comments in your script) III. Did you need to modify your functions to work for all inputs? (modify and comment in your script)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!