Mathematica 9 is now available

In

Usage

In[n] is a global object that is assigned to have a delayed value of the n input line.
In[n] 是一个全局变量,它被分配有一个 n 输入行的延迟值。


Notes

• 打印In[n] 引起n 输入行被重新计算。
In[ ] 给出最后的输入行。
In[-k] 给出向后的 k 个输入行。
• 参见 Mathematica 全书: 1.2.1, 节 1.3.3, 节 1.3.3 and 节 2.13.1.
• 同时参见: InString, Out, $Line, $HistoryLength.
Further Examples

Here is a small computation.

In[1]:=  

Out[1]=

Either one of these gives the value of the previous line of input.

In[2]:=  

Out[2]=



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.