MathGroup Archive 2009

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

Search the Archive

Re: simplifying a system of equations

  • To: mathgroup at smc.vnet.net
  • Subject: [mg106024] Re: simplifying a system of equations
  • From: Emu <samuel.thomas.blake at gmail.com>
  • Date: Wed, 30 Dec 2009 04:16:46 -0500 (EST)
  • References: <hhc76q$2mj$1@smc.vnet.net>

On Dec 29, 5:22 pm, Maria Davis <arbi... at gmail.com> wrote:
> Hi!
>
> I have a system of equations, that I want to solve symbolically and
> not numerically how can I do this?
> example: suppose I have the following system of equations:
> x=y+z
> y=e+r
> z=t+u
> I want to obtain x=e+r+t+u as a result.
> I have tried the command
> Solve[x == y + z && y == e + r && z == t + u, {x}]
>  but Solve returns :x=y+z
>
> Can you please help me?
> Thank you in advance

You could try entering the equations into Wolfram|Alpha

http://www.wolframalpha.com/input/?i=x%3Dy%2Bz%2C++y%3De%2Br%2C++z%3Dt%2Bu+

If you click on the "Solution" pod they you'll see the code used to
generate the result.

Sam



  • Prev by Date: Re: simplifying a system of equations
  • Next by Date: Re: simplifying a system of equations
  • Previous by thread: Re: simplifying a system of equations
  • Next by thread: Re: simplifying a system of equations