<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">---------- Forwarded message ----------<br>From:&nbsp;&quot;Lamonte Harris&quot; &lt;<a href="mailto:pyth0nc0d3r@gmail.com">
pyth0nc0d3r@gmail.com</a>&gt;<br>To:&nbsp;<a href="mailto:python-list@python.org">python-list@python.org</a><br>Date:&nbsp;Thu, 30 Aug 2007 20:11:14 -0500<br>Subject:&nbsp;So what exactly is a complex number?<br>Like in math where you put letters that represent numbers for place holders to try to find the answer type complex numbers?
</blockquote><div><br>Not quite.&nbsp; Consider the square root of -1.&nbsp; It&#39;s not real because you can&#39;t square a real number and get a negative, so we define &quot;i&quot; (or, perhaps &quot;j&quot;) to be the square root of -1.&nbsp; An imaginary number is of the form Ai, where A is &quot;real&quot;.&nbsp; So 2i, -
3.14i are imaginary.<br><br>Complex Numbers are of the form A + Bi&nbsp; Where A and B are real (so they have a &quot;real&quot; component and am &quot;imaginary&quot; component). So yo might see 2 + 3i, etc.&nbsp; You&#39;ll see them a lot in engineering.
<br><br><br><br></div><br></div><br>