Question: Task 1 : Use Matlab to generate a sufficiently large matrix A of size N times N with IID entries. The entries of the
Task : Use Matlab to generate a sufficiently large matrix A of size N times N with IID entries. The entries of
the matrix A can follow the distribution of your choice, except Gaussian.
Hint: Research these functions in Matlab to generate the random matrix entries: exprnd rand raylrnd and many more. You
can use any distribution except Gaussian.
Task : Form a vector a of size N times by selecting the first column of the matrix A ie a A: The
entries of this vector should follow the distribution of A
Task : Form a vector z of size N times by summing the columns or rows of the matrix A ie z
sumA The entries of this vector should follow the Gaussian distribution by the CLT
Task :
Use the generated data in Tasks and to plot the PDF of a and z
Hint: you may find this Matlab function helpful for this Task histogram
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
