MathGroup Archive 2002

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

Search the Archive

a + b = c + d where a^2 + b^2 = c^2 + d^2.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg33544] a + b = c + d where a^2 + b^2 = c^2 + d^2.
  • From: TheSquaredBun <veezdREMOVETHIS at hotmail.com>
  • Date: Fri, 29 Mar 2002 06:13:51 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

I tried to find solutions for a + b = c + d where a^2 + b^2 = c^2 +
d^2.

I tried the following, but that gave no results:
In[3]:=
\!\(\(eqns = {a\  + \ b == c + d, a\^2 + b\^2 == c\^2 + d\^2};\)\)

In[7]:=
SolveAlways[eqns, {a, b, c, d}]

Out[7]=
{}

Does anyone have an idea how to handle this problem with mathematica?

Thanks in advance,

Roderik,
TheSquaredBun

----------------------------------------------
Top 100 Nederland (gratis aanmelden, direct meer bezoekers)
http://www.nl100.tk of
http://www.topsitelists.com/bestsites/nl100/topsites.html


  • Prev by Date: Mathlink question
  • Next by Date: Re: ListPlot with multiple (related) series.
  • Previous by thread: Mathlink question
  • Next by thread: Re: a + b = c + d where a^2 + b^2 = c^2 + d^2.