Question: NumPyA 6 - FOR CREDIT Create a . ipynb file called NumPyA 6 credit.ipynb and complete the following. For this assignment load but DO NOT

NumPyA6- FOR CREDIT
Create a .ipynb file called NumPyA6credit.ipynb and complete the following.
For this assignment load but DO NOT INSTALL NumP: run the following at the top of
your script and then complete the questions:
import numpy as np
Assume all arrays and functions are NumPy arrays, unless otherwise specified
Everything is case sensitive, so BE CAREFUL
After you create the object (e.g., Q1), DO NOT PRINT! Your file should something look
like this:
Q1=[Hello]
Q2= x[3:]
Before attempting these make sure to watch CodeGrade
Walkthrough in module 1- if you do not you will not
understand how assignments work!
For reference:
CodeGrade tips and FAQ
CodeGrade - What to do if my code doesnt work?
Note: Set a random seed of 100 for this assignment. All arrays should contain random
numbers between 0 and 1(zero is inclusive).
Create a one-dimensional array of twenty float random numbers.
Assign the sum of these values to Q1.
Assign the max of these values to Q2.
Create a four by five array of random numbers.
Take the minimum values in each array and create an array of those values.
Assign it to Q3.
Assign the mean of all the array values to Q4.

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!