Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Complex Numbers
- From: gslindstrom at gmail.com (Greg Lindstrom)
- Subject: Complex Numbers
- Date: Fri, 31 Aug 2007 11:06:39 -0500
> ---------- Forwarded message ---------- > From: "Lamonte Harris" <pyth0nc0d3r at gmail.com> > To: python-list at python.org > Date: Thu, 30 Aug 2007 20:11:14 -0500 > Subject: So what exactly is a complex number? > Like in math where you put letters that represent numbers for place > holders to try to find the answer type complex numbers? Not quite. Consider the square root of -1. It's not real because you can't square a real number and get a negative, so we define "i" (or, perhaps "j") to be the square root of -1. An imaginary number is of the form Ai, where A is "real". So 2i, -3.14i are imaginary. Complex Numbers are of the form A + Bi Where A and B are real (so they have a "real" component and am "imaginary" component). So yo might see 2 + 3i, etc. You'll see them a lot in engineering. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/python-list/attachments/20070831/8afb0b5a/attachment.htm
- Prev by Date: win32com problem: more than one instance
- Next by Date: strings (dollar.cents) into floats
- Previous by thread: Looking for Delaunay triangulation module...
- Next by thread: Is there a simple way to exit a while loop on keystroke?
- Index(es):