Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #35892
| References | <2043e377-00d8-49d7-a35a-0c52c869f70f@googlegroups.com> |
|---|---|
| Date | 2013-01-02 03:03 +1100 |
| Subject | Re: got stuck in equation |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1516.1357056207.29569.python-list@python.org> (permalink) |
On Wed, Jan 2, 2013 at 2:40 AM, <usamazohad@gmail.com> wrote: > hi . . my name is usama khan > i am the student of civil engeering and we got assignment to make a project program on flexible pavement design using python. > > i know very litle about programing. still learning from tutorials. u can call me a beginner. > now i need to solve this equation so that i can put this in python but the formula of design is very complex > > Formula is : > > log(W18) = (Z)(S)+9.36log(SN+1) -2.0+(log(dpsi/(4.5-1.5))(/(.40+1094/(SN+1)^2.5)+2.32log(Mr-)-8.07 > > every thing is constant except this SN. . i want to seperate SN like SN= rest of the stuff. how can i seprate it because manualy its impossible to take SN out. > so plz help me out This isn't a Python question, it's an algebra one. I don't know what Z, S, and so on are, but for the most part, the basic rule of solving equations applies: Do the same thing to both sides and it's still true. Work on it until you can isolate SN on one side. I don't know what this bit means, though: 2.32log(Mr-) Is this a transcription error? You can't subtract nullness from something. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
got stuck in equation usamazohad@gmail.com - 2013-01-01 07:40 -0800
Re: got stuck in equation Chris Angelico <rosuav@gmail.com> - 2013-01-02 03:03 +1100
Re: got stuck in equation Dave Angel <d@davea.name> - 2013-01-01 11:39 -0500
Re: got stuck in equation Dave Angel <d@davea.name> - 2013-01-01 11:42 -0500
Re: got stuck in equation Usama Khan <usamazohad@gmail.com> - 2013-01-01 09:25 -0800
Re: got stuck in equation Chris Angelico <rosuav@gmail.com> - 2013-01-02 04:51 +1100
Re: got stuck in equation Ramchandra Apte <maniandram01@gmail.com> - 2013-01-01 21:20 -0800
Re: got stuck in equation alex23 <wuwei23@gmail.com> - 2013-01-02 01:53 -0800
Re: got stuck in equation Ramchandra Apte <maniandram01@gmail.com> - 2013-01-01 21:20 -0800
Re: got stuck in equation DJC <djc@news.invalid> - 2013-01-02 14:44 +0000
Re: got stuck in equation Usama Khan <usamazohad@gmail.com> - 2013-01-01 09:25 -0800
Re: got stuck in equation Usama Khan <usamazohad@gmail.com> - 2013-01-01 09:30 -0800
Re: got stuck in equation Usama Khan <usamazohad@gmail.com> - 2013-01-01 09:30 -0800
Re: got stuck in equation Roy Smith <roy@panix.com> - 2013-01-01 12:47 -0500
Re: got stuck in equation Chris Angelico <rosuav@gmail.com> - 2013-01-02 04:44 +1100
Re: got stuck in equation Usama Khan <usamazohad@gmail.com> - 2013-01-01 10:00 -0800
Re: got stuck in equation Usama Khan <usamazohad@gmail.com> - 2013-01-01 10:12 -0800
Re: got stuck in equation Usama Khan <usamazohad@gmail.com> - 2013-01-01 10:12 -0800
Re: got stuck in equation Usama Khan <usamazohad@gmail.com> - 2013-01-01 10:00 -0800
Re: got stuck in equation Tim Roberts <timr@probo.com> - 2013-01-01 13:09 -0800
csiph-web