Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Power Bi And Azure Integrating Cloud Analytics For Scalable Solutions

Authors: Kiet Huynh

1st Edition

B0CMHKB85L, 979-8868959943

More Books

Students also viewed these Databases questions