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 »
|
ReturnPacket
See Also »
|
MathLink Expression Packet Handling
MathLink Mathematica Functions
MathLink Packets
Parallel & Grid Computing
More About »
EvaluatePacket
EvaluatePacket
[
expr
]
is a
MathLink
packet requesting evaluation of
expr
.
MORE INFORMATION
expr
is not evaluated by a complete pass through
Mathematica
's 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]=
Send an
EvaluatePacket
packet with the expression
10!
without evaluating it:
In[3]:=
Read the result:
In[4]:=
Out[4]=
Close the link:
In[5]:=
SEE ALSO
ReturnPacket
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 Mathematica Functions
MathLink Packets
Parallel & Grid Computing
New in 3
© 2008 Wolfram Research, Inc.