List
Usage
Notes
Further Examples
A Mathematica list provides a way for you to group any kind of expressions. Here is a list of numbers.
In[1]:=
|
Out[1]=
|
This gives a list of symbolic expressions.
In[2]:=
|
Out[2]=
|
You can differentiate these expressions.
In[3]:=
|
Out[3]=
|
Or your can find their values when x is replaced with 3.
In[4]:=
|
Out[4]=
|
Here are two ways to see the internal representation of a list.
In[5]:=
|
Out[5]=
|
In[6]:=
|
Out[6]//FullForm=
|
|