MathGroup Archive 2005

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

Search the Archive

Eliminating parameters

  • To: mathgroup at smc.vnet.net
  • Subject: [mg61557] Eliminating parameters
  • From: "Francisco Javier" <pacoga at ctv.es>
  • Date: Sat, 22 Oct 2005 00:36:04 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Dear all,

Suppose that {X, Y, Z} = {f[u,v], g[u,v], h[u, v]} and that we want to 
eliminate u, v and get an equation in X, Y, Z.

Then we can try

Eliminate[{X-f[u,v], Y-g[u,v], Z-h[u,v]},{u, v}]

This time f, g, w contain square roots and I think that this is the 
reason by which Eliminate seems don't work (after 15 minutes I aborted 
the calculation)

Is there any enhancement or substitute for Eliminate in this case?

Thank you

-- 
----
Francisco Javier García Capitán
http://garciacapitan.auna.com


  • Prev by Date: Re: Warning from Piecewise
  • Next by Date: Re: refer to the result of FindRoot[ ]
  • Previous by thread: Re: Baffling change to partial derivative in version 5.1
  • Next by thread: Re: Eliminating parameters