HoldForm Obscurities
- To: mathgroup at smc.vnet.net
- Subject: [mg33945] HoldForm Obscurities
- From: Dustin Vink <d.vink at mech.gla.ac.uk>
- Date: Wed, 24 Apr 2002 01:21:56 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Dear Reader, Can someone explain the following obscurity? In: HoldForm[Times[1, 1, 2, 2]] Out: 2 2 In: HoldForm[Times[1, 1, 2, 1]] Out: 1 1 2 1 In: HoldForm[Times[1, 1, 2]] Out: 1 1 2 In: HoldForm[Times[2, 1, 2]] Out: 2 2 Dustin ~:(