Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 2: Perform the following actions using python: Use x = np.random.randint(0, 1000, size = (10, 10)) to generate 10x10 array and use a for
Question 2:
Perform the following actions using python:
Use x = np.random.randint(0, 1000, size = (10, 10)) to generate 10x10 array and use a for loop to find out how many even numbers are in it. (25 points)
Randomly generate a 8x9 array from a normal distribute with mean = 1, sigma = 0.5. Calculate the mean of elements whose indexes have a relation of (i+j)%5 == 0 (i is row index and j is column index).
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started