Question: Set your np random seed to 5 6 Q 1 : Create a random integer array of integers 0 to 1 9 of size 1

Set your np random seed to 56 Q1: Create a random integer array of integers 0 to 19 of size 10 by 10. Assign to Q1. Only create this object once! If you create it multiple times you will overwrite your array with new values: Q2: Create a subarray of Q1 called Q2 that contains the following: Q3 Create a subarray that obtains the following values from Q1 and assign them to Q3: [[187][41][77]] Q4: Use the reshape method to generate the following from Q3 and assign it to Q4: [[1874][177]] Q5: Create two random integer array of values 0 to 14 of size ten called x and y. Concatenate x and y using the concatenate method. Assign it to Q5. Q6: Use the split method on Q5 to create the following Q6a: [5325] Q6b: [1511114104] Q6c: [397677] Q6d: [1404] Q7: Use the sum method to calculate the sum of Q5. Assign it to Q7. Q8: Create a random int array consisting of 50 integers from 48 to 85. Assign the mean of that array to Q8. give me these codes no indices

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!