Question: Please help with number 6 and only use the Python language. 8.414310A 0.31278/11) 4-Generate uniformly distributed 20 numbers from 1 to 100. Write a Python
8.414310A 0.31278/11) 4-Generate uniformly distributed 20 numbers from 1 to 100. Write a Python code which asks the user for a number n and find the nearest value ton in the array [4): import numpy as np x - np.linspace(0, 100, num - 20, dtype - int) y - np.zeros((20)) print (x) n = int(input("Enter number n: ")) for 1 in range (len(x)): y[1] - x[i]-n z - minty, key-abs) print("Nearest value ton - "str(z)) [ 0 5 10 15 21 26 31 36 42 47 52 57 63 68 73 78 84 89 94 169] Enter number n: 21 Nearest value to n - 21.0 5. Write a Numpy program to find the most frequent value in an array of 30 random integers in [ ): import numpy as np X = np.randon.randint and std deviation 20% Plot the histogram of the array and line plot on the same figure which 6- Generate 1000 point array with normal distribution of mean fits to the histogram Add also labels and title to the figure
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
