Re: So what exactly is a complex number?
So what exactly is a complex number?
It is a math construct, and has almost nothing to do with Python,
other than the fact that Python has a data type for them.
So, here is a list of better ways to get information about complex
numbers than asking python-list:
1. Google it:
http://www.google.com/search?q=Complex+Numbers
2. Wikipedia: See the first result of the above
3. Ask a math teacher
4. Just stay in school and do your math homework. You will learn about
it eventually.
.
Relevant Pages
- Re: Python Math libraries - How to?
... I am teaching myself Python following free tutorials. ... uses a "import math" statement to calculate a square root. ... # A program to compute the volume and surface area of a sphere ... (comp.lang.python) - Re: math.nroot [was Re: A brief question.]
... > that's portable across platforms and versions of python? ... could we perhaps have some constants in the math module for them? ... ValueError: math domain error ... program error than intent for most applications. ... (comp.lang.python) - Re: cos: "Integer Required"?!?!?!?
... I input something incorrect as an argument to an xplane sdk function ... I wonder if the XPlane SDK Python ... I'll download the latest ActiveState Python and keep on plugging. ... Am I totally missing something about 'math'. ... (comp.lang.python) - Re: OT: excellent book on information theory
... margin, or better to a separate latech document, suitable for those ... A separate Python library would be handy too, and if not in the main ... > I also don't think presenting the math in Python would make things any ... but the algorithms source codes are. ... (comp.lang.python) - Python Math libraries - How to?
... I am teaching myself Python following free tutorials. ... uses a "import math" statement to calculate a square root. ... # A program to compute the volume and surface area of a sphere ... (comp.lang.python) |
|