Want to make an expression for
(typos, should be i=1 in the figure, and missed right bracket as well)
where Ri is a random number from [-0.1,0.1]
I understand I could use random.uniform(-0.1,0.1) to get the random number, but I don't know how i could do it in the Expression(" "). And I don't know how to use do the summation operator either.
Please help.