<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Complex division by zero	</title>
	<atom:link href="https://www.centerspace.net/complex-division-by-zero/feed" rel="self" type="application/rss+xml" />
	<link>https://www.centerspace.net/complex-division-by-zero</link>
	<description>.NET numerical class libraries</description>
	<lastBuildDate>Mon, 15 Feb 2010 18:06:07 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>
	<item>
		<title>
		By: Ben		</title>
		<link>https://www.centerspace.net/complex-division-by-zero#comment-4</link>

		<dc:creator><![CDATA[Ben]]></dc:creator>
		<pubDate>Sat, 06 Dec 2008 22:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.centerspace.net/blog/?p=4#comment-4</guid>

					<description><![CDATA[A quick test in maple and matlab produces the following:

Maple 11:
&#062;&#062; a := 0.0+0.0*I;  -&#062;  0. + 0. I
&#062;&#062; b := 3.0+4.0*I;  -&#062;  3.0 + 4.0 I
&#062;&#062; b/a;  -&#062;  Float(infinity) - Float(infinity) I

Matlab R2008b:
&#062;&#062; a = complex(0.0,0.0);
&#062;&#062; b = complex(3.0,4.0);
&#062;&#062; b/a  -&#062;   Inf + Infi

Which is pretty conclusive and could be proven with an alternative form of the complex division that is muxed together from real + imaginary division components to account for this case.

But, ignoring the mathematical bounds of the problem ]]></description>
			<content:encoded><![CDATA[<p>A quick test in maple and matlab produces the following:</p>
<p>Maple 11:<br />
&gt;&gt; a := 0.0+0.0*I;  -&gt;  0. + 0. I<br />
&gt;&gt; b := 3.0+4.0*I;  -&gt;  3.0 + 4.0 I<br />
&gt;&gt; b/a;  -&gt;  Float(infinity) &#8211; Float(infinity) I</p>
<p>Matlab R2008b:<br />
&gt;&gt; a = complex(0.0,0.0);<br />
&gt;&gt; b = complex(3.0,4.0);<br />
&gt;&gt; b/a  -&gt;   Inf + Infi</p>
<p>Which is pretty conclusive and could be proven with an alternative form of the complex division that is muxed together from real + imaginary division components to account for this case.</p>
<p>But, ignoring the mathematical bounds of the problem </p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
