Documentation
CalculationCenter
Functions
Lists & Matrices
List Manipulation
|
Prepend
Prepend[expr, elem] gives expr with elem prepended.
Example: Prepend[{a, b}, x] .
See also: Append, Insert.

Examples
Using InstantCalculators
Here are the InstantCalculators for the Prepend function. Enter the parameters for your calculation and click Calculate to see the result.
In[1]:=
Out[1]=
In[2]:=
Out[2]=
Entering Commands Directly
You can paste a template for this command via the Text Input button on the Prepend Function Controller.
In[3]:=
Out[3]=
|