Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old March 19th, 2008, 08:15 AM
purple
Guest
 
Posts: n/a
Default How to solve a three-element equation set?

Could you guys do me a favor for solving a equation set?

Z=d/4*(1-SIN(X)/X)
X=8q/(D^2*Y)+SIN(X)
Y=1/n*Z^(2/3)*i^(1/2)

In this equation set, X,Y&Z are the unkown parameters, the others say,
d, q, n&i are known. SO in python, how to program it to represent X, Y
and Z in the form of d, q, n and i?

Thanks very much.
  #2  
Old March 19th, 2008, 08:55 AM
=?ISO-8859-1?Q?Gerhard_H=E4ring?=
Guest
 
Posts: n/a
Default Re: How to solve a three-element equation set?

purple wrote:
Quote:
Could you guys do me a favor for solving a equation set?
>
Z=d/4*(1-SIN(X)/X)
X=8q/(D^2*Y)+SIN(X)
Y=1/n*Z^(2/3)*i^(1/2)
>
In this equation set, X,Y&Z are the unkown parameters, the others say,
d, q, n&i are known. SO in python, how to program it to represent X, Y
and Z in the form of d, q, n and i?
Will you do your homework yourself, please?

Hint: make X, Y and Z Python functions.

-- Gerhard
  #3  
Old March 19th, 2008, 08:45 PM
Gabriel Genellina
Guest
 
Posts: n/a
Default Re: How to solve a three-element equation set?

En Wed, 19 Mar 2008 04:05:50 -0300, purple <yao1337@gmail.comescribió:
Quote:
Could you guys do me a favor for solving a equation set?
>
Z=d/4*(1-SIN(X)/X)
X=8q/(D^2*Y)+SIN(X)
Y=1/n*Z^(2/3)*i^(1/2)
>
In this equation set, X,Y&Z are the unkown parameters, the others say,
d, q, n&i are known. SO in python, how to program it to represent X, Y
and Z in the form of d, q, n and i?
You want a numeric result, I presume. SciPy www.scipy.org has several
minimization functions.

--
Gabriel Genellina

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles