SUBSCRIPT WITHIN EXPRESSIONS
- To: mathgroup@smc.vnet.net
- Subject: [mg10968] SUBSCRIPT WITHIN EXPRESSIONS
- From: Lawrence Walker <lwalker701@earthlink.net>
- Date: Sun, 15 Feb 1998 02:10:35 -0500
- Organization: EarthLink Network, Inc.
The following yield predictable results.
In:= D[a[0] a,a]
Out:= a[0]
I thought maybe the symbol a[0] will look better if I used an 'a' with a
subscripted '0' instead.
But to my surprise the following...
In:= \!\(D[a\_0\ \ \ a, a]\)
yielded...
Out:=
\!\(\*
RowBox[{\(a\_0\), "+",
RowBox[{"a", " ",
RowBox[{
SuperscriptBox["Subscript",
TagBox[\((1, 0)\),
Derivative],
MultilineFunction->None], "[", \(a, 0\), "]"}]}]}]\)
How do I get the subscripted 'a' to work as intended ( like the a[0] )?
Lawrence Walker