MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Subscript on plus expression

  • To: mathgroup at smc.vnet.net
  • Subject: [mg128697] Re: Subscript on plus expression
  • From: "Nasser M. Abbasi" <nma at 12000.org>
  • Date: Sun, 18 Nov 2012 17:13:41 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net
  • References: <20121117084935.868E56AF3@smc.vnet.net> <k8a898$89n$1@smc.vnet.net>
  • Reply-to: nma at 12000.org

On 11/18/2012 3:03 AM, Dave Snead wrote:
> Hi,
>
> Mathematica fails to parenthesize the a+b in
> Subscript[Plus[a,b],k]
>
> so the output looks identical to
> Plus[a,Subscript[b,k]]
>
> Is this a bug?
> Is there an option to force the parentheses?
>
> Thanks in advance,
> Dave Snead
>
>
>

Actually, just typing

(a+b)
     k

and then hitting ENTER will result in

a+b
    k

i.e. the () are gone. Same effect you showed.

It might be because subscript are meant to be applied to an atomic symbol
and not combined expression like a+b. I do not know.  I am not even sure
what (a+b)_k is supposed to mean, math wise. Is this meant to
be on the code or in a text cell? If it is in the code itself,
how will it be used?

--Nasser






  • Prev by Date: ODBC connection
  • Next by Date: Re: correlation function
  • Previous by thread: Re: Subscript on plus expression
  • Next by thread: Re: Subscript on plus expression