MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

RE: ways to save the output from a notebook

  • To: mathgroup at smc.vnet.net
  • Subject: [mg93426] RE: [mg93408] ways to save the output from a notebook
  • From: "Jose Luis Gomez" <jose.luis.gomez at itesm.mx>
  • Date: Fri, 7 Nov 2008 06:01:42 -0500 (EST)
  • References: <gcq09i$c30$1@smc.vnet.net> <200810120835.EAA08892@smc.vnet.net> <200811060907.EAA15973@smc.vnet.net>

You can read the answer to your question in the following link (please
notice that long links like the next one can be broken into several lines,
if that happens to this message you will have to rebuild the following link
into one line):

http://reference.wolfram.com/mathematica/tutorial/FunctionsThatRememberValue
sTheyHaveFound.html 

Hope that helps
Jose
Mexico


-----Mensaje original-----
De: Tugrul Temel [mailto:temelt at xs4all.nl] 
Enviado el: Jueves, 06 de Noviembre de 2008 03:07
Para: mathgroup at smc.vnet.net
Asunto: [mg93408] ways to save the output from a notebook

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
 






  • Prev by Date: Re: Format Type of new Output Cells to OutputForm
  • Next by Date: DSolve and assuming: wrong solution found by Mathematica 6. A bug or
  • Previous by thread: ways to save the output from a notebook
  • Next by thread: Re: ways to save the output from a notebook