<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Another (ab)use for Python&#8217;s complex type</title>
	<atom:link href="http://bob.pythonmac.org/archives/2005/01/29/another-abuse-for-pythons-complex-type/feed/" rel="self" type="application/rss+xml" />
	<link>http://bob.pythonmac.org/archives/2005/01/29/another-abuse-for-pythons-complex-type/</link>
	<description>Bob's Rants</description>
	<pubDate>Fri, 05 Sep 2008 21:33:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Max THIERCY</title>
		<link>http://bob.pythonmac.org/archives/2005/01/29/another-abuse-for-pythons-complex-type/#comment-88</link>
		<dc:creator>Max THIERCY</dc:creator>
		<pubDate>Tue, 01 Feb 2005 15:09:23 +0000</pubDate>
		<guid isPermaLink="false">/?p=95#comment-88</guid>
		<description>It can't be an abuse of the Python complex type as, from a mathematical point of view, a complex number IS a two-dimensional vector (technically speaking, there is a bijection between the complex number set, named C, and the cartesian product of the real number set R with itself).

So you could also add the multiplication of a vector by a scalar (i.e. real number) :
&gt;&gt;&gt; a = 2 + 3j
&gt;&gt;&gt; b = 5 * a</description>
		<content:encoded><![CDATA[<p>It can&#8217;t be an abuse of the Python complex type as, from a mathematical point of view, a complex number IS a two-dimensional vector (technically speaking, there is a bijection between the complex number set, named C, and the cartesian product of the real number set R with itself).</p>
<p>So you could also add the multiplication of a vector by a scalar (i.e. real number) :<br />
>>> a = 2 + 3j<br />
>>> b = 5 * a</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik</title>
		<link>http://bob.pythonmac.org/archives/2005/01/29/another-abuse-for-pythons-complex-type/#comment-68</link>
		<dc:creator>Fredrik</dc:creator>
		<pubDate>Sun, 30 Jan 2005 07:43:52 +0000</pubDate>
		<guid isPermaLink="false">/?p=95#comment-68</guid>
		<description>More here:

http://online.effbot.org/2004_09_01_archive.htm#tkinter-complex</description>
		<content:encoded><![CDATA[<p>More here:</p>
<p><a href="http://online.effbot.org/2004_09_01_archive.htm#tkinter-complex" rel="nofollow">http://online.effbot.org/2004_09_01_archive.htm#tkinter-complex</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
