Solution

In[38]:=

(*1*)x = {a, b, c}

Out[38]=

{a, b, c}

In[39]:=

(*2*)y = {1, 2, 3}

Out[39]=

{1, 2, 3}

In[40]:=

(*3*)x + y

Out[40]=

{1 + a, 2 + b, 3 + c}

In[41]:=

Clear[x, y]


Created by Mathematica  (April 10, 2007) Valid XHTML 1.1!