solving a 3D systems of equations

solving a 3D systems of equations

am 29.08.2006 20:07:28 von Payam Razavi

I am trying to solve the following systems of equations for x, y and z:

{
xyz=a
x+y+z=w
}

x 'a' and 'w' are given quanitites.

How can I solve the system?

Thanks in advance

Re: solving a 3D systems of equations

am 29.08.2006 20:14:02 von Volker Birk

Payam Razavi wrote:
> {
> xyz=a
> x+y+z=w
> }
> x > 'a' and 'w' are given quanitites.
> How can I solve the system?

Learn, understand, then make your homework yourself. Or ask your teacher
for assistance.

Yours,
VB.
--
Viel schlimmer als die Implementation von PHP ist jedoch das Design.

Rudolf Polzer in de.comp.security.misc

Re: solving a 3D systems of equations

am 29.08.2006 20:34:23 von roberson

In article <1156874848.568536.39580@i42g2000cwa.googlegroups.com>,
Payam Razavi wrote:
>I am trying to solve the following systems of equations for x, y and z:

>{
>xyz=a
>x+y+z=w
>}

>How can I solve the system?

Check out any reference on "linear optimization".

Re: solving a 3D systems of equations

am 29.08.2006 22:17:31 von unknown

Post removed (X-No-Archive: yes)

Re: solving a 3D systems of equations

am 30.08.2006 07:10:25 von Barry Margolin

In article <1156874848.568536.39580@i42g2000cwa.googlegroups.com>,
"Payam Razavi" wrote:

> I am trying to solve the following systems of equations for x, y and z:
>
> {
> xyz=a
> x+y+z=w
> }
>
> x > 'a' and 'w' are given quanitites.
>
> How can I solve the system?
>
> Thanks in advance

What does this have to do with computer security?

--
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***