PLEASE PYTHON PROG. LANGUAGE.
In [48]: # Define a person class having functions # to print name, lastname and student id # test your class by printing your information
In [49]: # to "It is raining in Ankara" # use RegEx to create a list of words from this sentence
In [50]: # Create two 2x3 arrays [[222, 333, 444], [555]]
#print transpose of second array #calculate dot product of two matrices
TypeMaand LaTeX
In [51]: # Create a list of numbers containing random 100 numbers between 0 and 1000 as X
# plot(X,Y) values
In [52]: # Plot sin(x) where 0<= x <= 10 (use enough number of x values such as 100)
In [53]: # plot pdf and cdf where mean is 3 and standard deviation is 1 # you can use scipy.stats or norm's pdf and normal cdf from the class notebook
In [54]: # Plot the distribution of number of heads when a fair coin is tossed 1000 times in 1000 trials. # Analyze the graph and explain the distribution