PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
MathLink Packets
>
Built-in
Mathematica
Symbol
MathLink and External Program Communication
Tutorials »
|
EvaluatePacket
See Also »
|
MathLink Mathematica Functions
MathLink Packets
Parallel & Grid Computing
More About »
ReturnPacket
ReturnPacket
[expr]
is a
MathLink
packet that contains the expression
expr
, the result of an
EvaluatePacket
evaluation.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Launch a subsidiary
Mathematica
kernel process:
In[1]:=
Out[1]=
Read the first packet:
In[2]:=
Out[2]=
Write the expression
2+2
to the link without evaluating it:
In[3]:=
The result is a
ReturnPacket
expression:
In[4]:=
Out[4]=
Close the link:
In[5]:=
SEE ALSO
EvaluatePacket
TUTORIALS
MathLink
and External Program Communication
MORE ABOUT
MathLink Mathematica Functions
MathLink Packets
Parallel & Grid Computing
New in 3
© 2008 Wolfram Research, Inc.