 
 
 
 
 
 
ways to save the output from a notebook
- To: mathgroup at smc.vnet.net
- Subject: [mg93408] ways to save the output from a notebook
- From: "Tugrul Temel" <temelt at xs4all.nl>
- Date: Thu, 6 Nov 2008 04:07:27 -0500 (EST)
- References: <gcq09i$c30$1@smc.vnet.net> <200810120835.EAA08892@smc.vnet.net>
Dear All,
Suppose that I have:
F[x1_,x2_]:=F[x1_,x2_]=
   Module[
   {Yeni, Eski},
    Yeni=x1^2 ;
    Eski=x2^3
         ]
What role does F[x1_,x2_]:=F[x1_,x2_] have? What does it do?
Regards,
Tugrul
 
- Follow-Ups:
- RE: ways to save the output from a notebook
- From: "Jose Luis Gomez" <jose.luis.gomez@itesm.mx>
 
 
- RE: ways to save the output from a notebook

