Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.115 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.77; '*S*': 0.00; 'python.': 0.02; 'indicated': 0.07; 'python': 0.09; 'answering': 0.09; 'algebra,': 0.16; 'equation.': 0.16; 'equations': 0.16; 'investigate': 0.16; 'later': 0.16; 'wrote:': 0.17; 'certainly': 0.17; 'implementing': 0.17; 'numerical': 0.17; 'math': 0.20; 'question.': 0.20; 'sort': 0.21; 'techniques,': 0.22; 'this:': 0.23; 'least': 0.25; 'header :In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'am,': 0.27; 'implemented': 0.27; 'possibly': 0.27; 'question': 0.27; 'post': 0.28; 'falls': 0.29; 'gary': 0.29; 'probably': 0.29; '(and': 0.32; 'asking': 0.32; 'url:python': 0.32; 'could': 0.32; 'problem': 0.33; 'to:addr:python-list': 0.33; "can't": 0.34; 'wrong': 0.34; 'list': 0.35; 'involving': 0.35; 'subject:?': 0.35; 'created': 0.36; "i'll": 0.36; 'subject:: ': 0.38; 'some': 0.38; 'science': 0.38; 'several': 0.39; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'short': 0.39; 'received:192.168': 0.40; 'help': 0.40; 'your': 0.60; 'link': 0.60; 'kind': 0.61; 'back': 0.62; 'solve': 0.62; 'p.s.': 0.63; 'techniques': 0.63; 'worth': 0.63; 'subject': 0.66; 'hours': 0.66; 'kindly': 0.67; 'college': 0.71; 'dr.': 0.72; 'institute': 0.72; 'received:204': 0.72; 'answer:': 0.84; 'category.': 0.84; 'guessed': 0.84; 'iterative': 0.84; 'url:lang': 0.84; 'technique': 0.93; 'taught': 0.97; 'ranked': 0.97 Date: Tue, 01 Jan 2013 14:46:56 -0800 From: Gary Herron User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: how to solve complex equation? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 37 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1357080905 news.xs4all.nl 6844 [2001:888:2000:d::a6]:48343 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35924 On 01/01/2013 11:02 AM, Usama Khan wrote: > how to solve complex equation in pyhton? and then use it to make a program. . i have created new post as my last post is i guessed ranked as a cheater. .:( > > i know very litle about python as well as programing. . > > which equation am taliking u will be thinking. . i am giving u the link kindly c that equation. . n kindly let me know the way. . > > https://groups.google.com/forum/?fromgroups=#!topic/comp.lang.python/cxG7DLxXgmo Please STOP asking this question, and try to understand the answers you have already been given. Short answer: This is NOT a python question, and you can't solve it in Python. Longer answer: This is a math question. Some equations can be solved with algebra, and some can't, in which case perhaps you need some sort of a technique for numerical approximation. Other's have indicated that your problem probably falls into the later category. What YOU need to do is investigate iterative techniques for numerical solutions and pick one. (And this Python list is CERTAINLY the wrong place for such math questions.) Once you know what solution technique you want to use, you could then come back to this group and ask for help implementing it. P.S. I have implemented several such techniques, and I have taught college courses involving such techniques, and I'll say this: What you ask is the subject of AT LEAST several hours of lectures and possibly several semesters worth of study. No one is going to put that kind of time into answering your question here. -- Dr. Gary Herron Department of Computer Science DigiPen Institute of Technology (425) 895-4418