Please send me both your IDL program and the results of the program

  • Create an 100x100 element array that is full of random numbers between 0 and 1. What is the mean value of your array? What is the standard deviation of your arrant? (Hint: Check out the moment command.)
  • Plot array value (that is, the array value) versus x coordinate for y=3 (that is, the 4th row) (yes, the fourth: IDL starts counting at zero). Overplot array value versus x for the 17th row, the 64th row, and the 99th row.