MathGroup Archive 2009

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

Search the Archive

Re: number dot (with space)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg99802] Re: number dot (with space)
  • From: "Marc B. Reynolds" <marc.reynolds at orange.fr>
  • Date: Fri, 15 May 2009 04:16:47 -0400 (EDT)

The space is an implied multiply: as in "a b" is Times[a,b] or "a*b".  You can use FullForm[exp] if some syntax sugar is confusing you. So your expression will look something like:

Power[Plus[Times[-1.`, g], r], 4]


  • Prev by Date: Re: Re: second simple problem - Follow-up
  • Next by Date: Re: Heatmap
  • Previous by thread: Re: number dot (with space)
  • Next by thread: Re: number dot (with space)