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
- Follow-Ups:
- Re: Eliminating parameters
- From: pacoga@ctv.es
- Re: Eliminating parameters
- From: Chris Chiasson <chris.chiasson@gmail.com>
- Re: Eliminating parameters