MathGroup Archive 2009

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

Search the Archive

Re: HoldForm[1*2*3] should give 1 x 2 x 3 not 2 x 3

  • To: mathgroup at smc.vnet.net
  • Subject: [mg96846] Re: HoldForm[1*2*3] should give 1 x 2 x 3 not 2 x 3
  • From: yatesd at mac.com
  • Date: Thu, 26 Feb 2009 07:53:55 -0500 (EST)
  • References: <go31o6$ffv$1@smc.vnet.net>

I think the answer is probably hinted at in the help to HoldComplete
(which holds more than HoldForm, but still displays the behaviour you
have mentioned).

"HoldComplete affects only evaluation; input transformations are still
applied:"

Times[1,2,3] -> Times[2,3] is likely an "input transformation" rather
than an evaluation


  • Prev by Date: how to specify sheet names in xls export?
  • Next by Date: lock image size in a cell
  • Previous by thread: HoldForm[1*2*3] should give 1 x 2 x 3 not 2 x 3
  • Next by thread: Re: HoldForm[1*2*3] should give 1 x 2 x 3 not 2 x 3