|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
Creating animated 3d graphic in Mathematica for export
Next by Date:
RE: Re: Format Type of new Output Cells to OutputForm
Previous by thread:
Re: Creating animated 3d graphic in Mathematica for export
Next by thread:
RE: ways to save the output from a notebook
|