MathGroup Archive 2004

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

Search the Archive

Algebraic Manipulation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg46159] Algebraic Manipulation
  • From: "David Park" <djmp at earthlink.net>
  • Date: Mon, 9 Feb 2004 05:54:06 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Dear MathGroup,

I'm always interested in Mathematica techniques for manipulating and simplifying algebraic expressions. I came across the following problem, which I was only able to do with a fair amount of difficulty.

expr = x*y*(-(z^2/(r^2*(x^2 + y^2))) - 1/(r*(k + r)) + 1/(x^2 + y^2))

where

r^2 == x^2 + y^2 + z^2

reduces to

(k*x*y)/(r^2*(k + r))

I wonder if anyone can show an elegant or short method to do the simplification?

(The problem arose in calculating the components of the Schwarzschild metric in Cartesian coordinates.)

David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/ 


  • Prev by Date: Ince Polynomials?
  • Next by Date: extracting a list to a list, help please
  • Previous by thread: Ince Polynomials?
  • Next by thread: Re: Algebraic Manipulation