Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #35892
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'means,': 0.07; 'though:': 0.07; 'python': 0.09; 'part,': 0.09; 'received :mail-vc0-f174.google.com': 0.09; 'subtract': 0.09; 'student': 0.15; 'equations': 0.16; 'formula': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'seperate': 0.16; 'side.': 0.16; 'stuff.': 0.16; 'subject:stuck': 0.16; 'tutorials.': 0.16; 'wed,': 0.16; 'wrote:': 0.17; 'jan': 0.18; 'bit': 0.21; 'assignment': 0.22; 'constant': 0.22; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'rest': 0.28; 'skip:( 20': 0.28; 'received:209.85.220.174': 0.29; 'basic': 0.30; 'true.': 0.33; 'to:addr:python-list': 0.33; "can't": 0.34; 'received:google.com': 0.34; 'project': 0.34; 'solving': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'except': 0.36; 'but': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'help': 0.40; 'most': 0.61; 'solve': 0.62; 'civil': 0.66; '2013': 0.84; 'isolate': 0.84; 'pavement': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=No5qll28yVIJnSMd2kcYfdT1uBxZwTLJr+znYxHbdGU=; b=NXhzWiByW2U7hogbs0wiD+HjiA0KiWAqZlkhmdRbiFHnQeGrTbui+sUhhrpJ2IC7q1 eSGKiMQujLa/JgLp37WPpAKTFTwxa8UXauoRmwp0TK1zItrnsElHbVD1XQ3gScd+eXXz 8Fu41yrdQwPddwoHpuxI0nx6CUFCZgMTh3yXcwUm3DwVWBeSOCEvc6wrQ0O2+wkwzDpT WqDl2v1v3XNzb55rBioQNEa3f/q1VyXH9xF5JU+sg9dztuA9Zlz0sAM8unX+MucExmcV xkDqURfMmH5JZJ/DYCHzniLO8iTol10Gcpk/8ON8rE9tpMS/0GTs2z7PvSqQ8XMptPl9 nsWQ== |
| MIME-Version | 1.0 |
| In-Reply-To | <2043e377-00d8-49d7-a35a-0c52c869f70f@googlegroups.com> |
| References | <2043e377-00d8-49d7-a35a-0c52c869f70f@googlegroups.com> |
| Date | Wed, 2 Jan 2013 03:03:19 +1100 |
| Subject | Re: got stuck in equation |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1516.1357056207.29569.python-list@python.org> (permalink) |
| Lines | 26 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1357056207 news.xs4all.nl 6926 [2001:888:2000:d::a6]:44587 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:35892 |
Show key headers only | View raw
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