Question: Vector Addition

Dear experts, I have a problem which is probably quite easy to solve for you. I generate 1000 random numbers with the follwing command and save them under R2 R2 := Sample(RandomVariable(Normal(0, 1)), 1000) Then I take this numbers and convert them with R2next:=mu1+R2 That means, I want to add mu:=100 on each of the 1000 values of R2. Does somebody know a solution for this problem?The problem is that maple responds: Error, (in rtable/Sum) invalid arguments
Please Wait...