Re: Problem about expression
- To: mathgroup at smc.vnet.net
- Subject: [mg41135] Re: [mg41119] Problem about expression
- From: Bamboo <u8514501 at cc.nctu.edu.tw>
- Date: Mon, 5 May 2003 02:41:15 -0400 (EDT)
- References: <NDBBJGNHKLMPLILOIPPOGEKJDIAA.djmp@earthlink.net>
- Sender: owner-wri-mathgroup at wolfram.com
Thanks David.
I am sure that there is not a space between 0. and 2 in the notebook of
Mathematica.
Maybe you can try it by yourself.
Save the ASCII below (name the file *.nb) and open it in Mathematica.
(In the ASCII below, there is two spaces between 0. and 2.)
Notebook[{
Cell[CellGroupData[{
Cell[BoxData[{
RowBox[{"\[IndentingNewLine]",
StyleBox[\(tmax = 0. 2;\),
Background->None]}], "\[IndentingNewLine]",
"tmax", "\[IndentingNewLine]", \(Quit[]\)}], "Input",
CellFrame->{{0, 0}, {0.5, 0}}],
Cell[BoxData[
\(0.`\)], "Output"]
}, Open ]],
Cell[BoxData[""], "Input"]
},
FrontEndVersion->"4.0 for Microsoft Windows",
ScreenRectangle->{{2, 1280}, {0, 979}},
WindowToolbars->{},
WindowSize->{977, 953},
WindowMargins->{{79, Automatic}, {Automatic, 17}}
]
You will NOT find a space between 0. and 2 in the notebook of Mathematica.
(To see the complete expression: Format -> Show Expression)
Then delete the first blank line(/or insert "3" before "0.") and evaluate it