Question: Summation Principles

Hello together, I have a question in a very urgent matter: I create random numbers with the following command, that is no problem: X := RandomVariable(Normal(0, 1)); A := Sample(X, 1000) Now I want to add the value 100 on each value of the vector. Each of the total 1000.
Please Wait...