MathGroup Archive 2003

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

Search the Archive

Re: Factorising

  • To: mathgroup at smc.vnet.net
  • Subject: [mg38935] Re: Factorising
  • From: Tom Burton <tburton at brahea.com>
  • Date: Wed, 22 Jan 2003 06:09:22 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

One way to factor "a" from "expr" is

expr2 = a HoldForm@@{Simplify[expr/a]}

The HoldForm is hidden in OutputForm, StandardForm, and TraditionalForm. A
drawback is that the HoldForm may complicate manipulation of expr2.

Tom Burton



  • Prev by Date: MatchQ[x^1, x^_Integer]
  • Next by Date: rotate / view a graphics object
  • Previous by thread: Factorising
  • Next by thread: Re: Factorising