|
[Date Index]
[Thread Index]
[Author Index]
Re: Documentation for the text based interface?
- To: mathgroup at smc.vnet.net
- Subject: [mg37302] Re: Documentation for the text based interface?
- From: lalu_bhatt at yahoo.com (Bhuvanesh)
- Date: Tue, 22 Oct 2002 04:47:45 -0400 (EDT)
- References: <ap083u$c71$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
"Steven T. Hatton" <hattons at globalsymmetry.com> wrote:
> I don't know how much there is to be documented, but I vaguely recall there
> being a few trick such as a way to execute the last command with a key
> combination. I've looked around the documentation, but didn't find much. Is
> there any such documentation? Where?
I don't remember a key combination, but of course you can use In[n]:
In[1]:= Random[]
Out[1]= 0.25644088025646
In[2]:= In[1]
Out[2]= 0.32916748004794
In[3]:= linenum := In[$Line - 1]
In[4]:= Random[]
Out[4]= 0.26460679270733
In[5]:= linenum
Out[5]= 0.87105509807481
--
Bhuvanesh,
Wolfram Research.
Prev by Date:
PlotVectorField3D in Cylindrical Coordinates
Next by Date:
Problems about NSolve
Previous by thread:
Documentation for the text based interface?
Next by thread:
Could Mathematica do analysis for turbulence?
|