Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #35924

Re: how to solve complex equation?

Date 2013-01-01 14:46 -0800
From Gary Herron <gherron@digipen.edu>
Subject Re: how to solve complex equation?
References <cf2440ec-d94b-4831-b5ad-cc786cbeb7dc@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.1535.1357080905.29569.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

how to solve complex equation? Usama Khan <usamazohad@gmail.com> - 2013-01-01 11:02 -0800
  Re: how to solve complex equation? jt@toerring.de (Jens Thoms Toerring) - 2013-01-01 21:49 +0000
    Re: how to solve complex equation? someone <newsboost@gmail.com> - 2013-01-02 04:55 +0100
  Re: how to solve complex equation? Gary Herron <gherron@digipen.edu> - 2013-01-01 14:46 -0800
  Re: how to solve complex equation? alex23 <wuwei23@gmail.com> - 2013-01-01 14:57 -0800
    Re: how to solve complex equation? Usama Khan <usamazohad@gmail.com> - 2013-01-01 15:08 -0800
  Re: how to solve complex equation? Chris Angelico <rosuav@gmail.com> - 2013-01-02 09:27 +1100

csiph-web