solving a 3D systems of equations
I am trying to solve the following systems of equations for x, y and z:
{
xyz=a
x+y+z=w
}
x<y<z (i.e., x is not equal to y or z & y is not equal to z)
'a' and 'w' are given quanitites.
How can I solve the system?
Thanks in advance
Re: solving a 3D systems of equations
Payam Razavi <pmrazavi [at] gmail.com> wrote:
> {
> xyz=a
> x+y+z=w
> }
> x<y<z (i.e., x is not equal to y or z & y is not equal to z)
> '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
In article <1156874848.568536.39580 [at] i42g2000cwa.googlegroups.com>,
Payam Razavi <pmrazavi [at] gmail.com> 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
Post removed (X-No-Archive: yes)
Re: solving a 3D systems of equations
In article <1156874848.568536.39580 [at] i42g2000cwa.googlegroups.com>,
"Payam Razavi" <pmrazavi [at] gmail.com> wrote:
> I am trying to solve the following systems of equations for x, y and z:
>
> {
> xyz=a
> x+y+z=w
> }
>
> x<y<z (i.e., x is not equal to y or z & y is not equal to z)
> '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 [at] 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 ***