MathGroup Archive 2000

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

Search the Archive

Re: Arithmetic simplification

  • To: mathgroup at smc.vnet.net
  • Subject: [mg26230] Re: Arithmetic simplification
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Wed, 6 Dec 2000 02:16:17 -0500 (EST)
  • Organization: Universitaet Leipzig
  • References: <90a7o4$e8t@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,


yourExpression /. Power[a_,b_]:> Power[FullSimplify[a],b]

?

Regards
  Jens


SNIP SNAPP

> Is there a way to first apply Together etc
> only to Arguments of Sqrt, Power etc,
> in particular first to those Sqrt, Power etc,
> which are nested most deeply and apply thm
> to the higher ones after that?
> 
> kind regards
> 
> Dipl.-Math. Adalbert Hanszen


  • Prev by Date: ListContourPlot3D
  • Next by Date: transposing an equation
  • Previous by thread: Re: Arithmetic simplification
  • Next by thread: RE: Function compile problems