Lets say I have a list of undefined variables {a1,a2,a3,a4}. I could type out each element by hand, but if I wanted to eventually extend the list, it would be easier generate the list by Table[ToExpression[“a” <> ToString[i]], {i, 1, 4}]. Now, lets say I want to assign values to each element. In the firstRead more