PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
MathLink Packets
>
Built-in
Mathematica
Symbol
MathLink and External Program Communication
MathLink C API Developer Guide (Mac OS X)
MathLink C API Developer Guide (Unix and Linux)
MathLink C API Developer Guide (Windows)
Tutorials »
|
ReturnExpressionPacket
See Also »
|
MathLink Expression Packet Handling
MathLink Packets
More About »
EnterExpressionPacket
EnterExpressionPacket
[
expr
]
is a
MathLink
packet request the evaluation of
expr
.
MORE INFORMATION
expr
is a
Mathematica
expression, not a string.
expr
is evaluated by a complete pass through the
Mathematica
main loop.
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 an
EnterExpressionPacket
packet to the link without evaluating it:
In[3]:=
Read the resulting packets:
In[4]:=
Out[4]=
In[5]:=
Out[5]=
Close the link:
In[6]:=
SEE ALSO
ReturnExpressionPacket
TUTORIALS
MathLink
and External Program Communication
MathLink
C API Developer Guide (Mac OS X)
MathLink
C API Developer Guide (Unix and Linux)
MathLink
C API Developer Guide (Windows)
MORE ABOUT
MathLink Expression Packet Handling
MathLink Packets
New in 3
© 2008 Wolfram Research, Inc.