solving a 3D systems of equations
am 29.08.2006 20:07:28 von Payam RazaviI am trying to solve the following systems of equations for x, y and z:
{
xyz=a
x+y+z=w
}
x
How can I solve the system?
Thanks in advance
I am trying to solve the following systems of equations for x, y and z:
{
xyz=a
x+y+z=w
}
x
How can I solve the system?
Thanks in advance
Payam Razavi
> {
> xyz=a
> x+y+z=w
> }
> x
> 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
In article <1156874848.568536.39580@i42g2000cwa.googlegroups.com>,
Payam Razavi
>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".
Post removed (X-No-Archive: yes)
In article <1156874848.568536.39580@i42g2000cwa.googlegroups.com>,
"Payam Razavi"
> I am trying to solve the following systems of equations for x, y and z:
>
> {
> xyz=a
> x+y+z=w
> }
>
> x
>
> 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 ***