<?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/"
		>
<channel>
	<title>Comments on: Batman logo in equation&#160;form</title>
	<atom:link href="http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html/feed" rel="self" type="application/rss+xml" />
	<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html</link>
	<description>Brain candy for Happy Mutants</description>
	<lastBuildDate>Mon, 20 May 2013 12:18:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<item>
		<title>By: Jhonny Be Good</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1177285</link>
		<dc:creator>Jhonny Be Good</dc:creator>
		<pubDate>Sun, 31 Jul 2011 21:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1177285</guid>
		<description>Guys, the solution to the equation is complex (has imaginary part). The batman figure is one of the real solutions, that is what usually software will plot. The trick is done, for example, by the factor sqrt(abs( abs(x)-3 ) /abs(x)-3 ), that will be imaginary for x3, so the grapher will not be able to plot in the interval x&lt;3, but the solution is still there! </description>
		<content:encoded><![CDATA[<p>Guys, the solution to the equation is complex (has imaginary part). The batman figure is one of the real solutions, that is what usually software will plot. The trick is done, for example, by the factor sqrt(abs( abs(x)-3 ) /abs(x)-3 ), that will be imaginary for x3, so the grapher will not be able to plot in the interval x&lt;3, but the solution is still there! </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hee S. Lee</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1176898</link>
		<dc:creator>Hee S. Lee</dc:creator>
		<pubDate>Sat, 30 Jul 2011 19:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1176898</guid>
		<description>can somebody come up with the equations for wu-tang logo?
</description>
		<content:encoded><![CDATA[<p>can somebody come up with the equations for wu-tang logo?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hypnosifl</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1176861</link>
		<dc:creator>hypnosifl</dc:creator>
		<pubDate>Sat, 30 Jul 2011 17:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1176861</guid>
		<description>Grapher seems to have a kind of messed up way of handling expressions unless you type in a bunch of parentheses...for example, here are two sample inputs (with the first sqrt[...] being a term from the Batman equation) which give different responses:

sqrt[abs[abs[x] - 3]/(abs[x] - 3)] + xy = 0 (gives &quot;no valid operation found&quot;)

sqrt[(abs[abs[x] - 3])/(abs[x] - 3)] + xy = 0 (gives a working graph...only difference is parentheses around &quot;abs[abs[x] - 3]&quot;, shouldn&#039;t the brackets be enough?)Anyway, that gripe aside, I tried taking a version of the equation posted by someone on the reddit thread and fixing it up a little to work in Grapher, Grapher was able to graph the 6 different parts of the equation individually (though with some it gave weird dotted lines at the end):(((x/7)^2)*sqrt[(abs[abs[x] - 3])/(abs[x] - 3)] + ((y/3)^2)*sqrt[(abs[y + (3*sqrt[33])/7])/(y + (3*sqrt[33])/7)] - 1) = 0

(abs[x/2] - ((3*sqrt[33] - 7)/112)*x^2 - 3 + sqrt[1 - (abs[abs[x] - 2] - 1)^2] - y) =0

(9*sqrt[(abs[(abs[x] - 1)*(abs[x] - 3/4)])/((1 - abs[x])*(abs[x] - 3/4))] - 8*abs[x] - y) = 0

(3*abs[x] + (3/4)*sqrt[(abs[(abs[x] - 3/4) (abs[x] - 1/2)])/((3/4 - abs[x])*(abs[x] - 1/2))] - y) = 0

((9/4)*sqrt[(abs[(x - 1/2)*(x + 1/2)])/((1/2 - x)*(1/2 + x))] - y) = 0

((6*sqrt[10])/7 + (3/2 - abs[x]/2)*sqrt[(abs[abs[x] - 1])/(abs[x] - 1)] - ((6*sqrt[10])/14) *sqrt[4 - (abs[x] - 1)^2 ] - y) = 0

But when I tried multiplying them together into one giant equation and setting it all equal to zero, Grapher didn&#039;t give an error but it also didn&#039;t show anything on the graph. Maybe it&#039;s too much for it to handle...</description>
		<content:encoded><![CDATA[<p>Grapher seems to have a kind of messed up way of handling expressions unless you type in a bunch of parentheses&#8230;for example, here are two sample inputs (with the first sqrt[...] being a term from the Batman equation) which give different responses:</p>
<p>sqrt[abs[abs[x] &#8211; 3]/(abs[x] &#8211; 3)] + xy = 0 (gives &#8220;no valid operation found&#8221;)</p>
<p>sqrt[(abs[abs[x] &#8211; 3])/(abs[x] &#8211; 3)] + xy = 0 (gives a working graph&#8230;only difference is parentheses around &#8220;abs[abs[x] &#8211; 3]&#8221;, shouldn&#8217;t the brackets be enough?)Anyway, that gripe aside, I tried taking a version of the equation posted by someone on the reddit thread and fixing it up a little to work in Grapher, Grapher was able to graph the 6 different parts of the equation individually (though with some it gave weird dotted lines at the end):(((x/7)^2)*sqrt[(abs[abs[x] &#8211; 3])/(abs[x] &#8211; 3)] + ((y/3)^2)*sqrt[(abs[y + (3*sqrt[33])/7])/(y + (3*sqrt[33])/7)] &#8211; 1) = 0</p>
<p>(abs[x/2] &#8211; ((3*sqrt[33] &#8211; 7)/112)*x^2 &#8211; 3 + sqrt[1 - (abs[abs[x] &#8211; 2] &#8211; 1)^2] &#8211; y) =0</p>
<p>(9*sqrt[(abs[(abs[x] &#8211; 1)*(abs[x] &#8211; 3/4)])/((1 &#8211; abs[x])*(abs[x] &#8211; 3/4))] &#8211; 8*abs[x] &#8211; y) = 0</p>
<p>(3*abs[x] + (3/4)*sqrt[(abs[(abs[x] &#8211; 3/4) (abs[x] &#8211; 1/2)])/((3/4 &#8211; abs[x])*(abs[x] &#8211; 1/2))] &#8211; y) = 0</p>
<p>((9/4)*sqrt[(abs[(x - 1/2)*(x + 1/2)])/((1/2 &#8211; x)*(1/2 + x))] &#8211; y) = 0</p>
<p>((6*sqrt[10])/7 + (3/2 &#8211; abs[x]/2)*sqrt[(abs[abs[x] &#8211; 1])/(abs[x] &#8211; 1)] &#8211; ((6*sqrt[10])/14) *sqrt[4 - (abs[x] &#8211; 1)^2 ] &#8211; y) = 0</p>
<p>But when I tried multiplying them together into one giant equation and setting it all equal to zero, Grapher didn&#8217;t give an error but it also didn&#8217;t show anything on the graph. Maybe it&#8217;s too much for it to handle&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Munro</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1176840</link>
		<dc:creator>Paul Munro</dc:creator>
		<pubDate>Sat, 30 Jul 2011 16:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1176840</guid>
		<description>It looks like the Grapher application, in the Applications/Utilities folder of EVERY Macintosh running OS X...</description>
		<content:encoded><![CDATA[<p>It looks like the Grapher application, in the Applications/Utilities folder of EVERY Macintosh running OS X&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hypnosifl</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1176459</link>
		<dc:creator>hypnosifl</dc:creator>
		<pubDate>Fri, 29 Jul 2011 23:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1176459</guid>
		<description>So for that &lt;a href=&quot;http://www.flashandmath.com/intermediate/implicit/implicit.html&quot; rel=&quot;nofollow&quot;&gt;implicit function applet I linked to&lt;/a&gt;, here&#039;s the first of the six big expressions in parentheses, which gives the outer edge of the logo&#039;s wings (set the range on the graph to xmin=-8, xmax=8, and also for ymin and ymax if you don&#039;t want the shape distorted):

( ( ((x/7)^2) * sqrt( (abs(abs(x) - 3)) / (abs(x) - 3) ) ) + ( ((y/3)^2) *sqrt( (abs(y + (3*sqrt(33)/7))) / (y + (3*sqrt(33)/7)) ) ) - 1 ) = 0</description>
		<content:encoded><![CDATA[<p>So for that <a href="http://www.flashandmath.com/intermediate/implicit/implicit.html" rel="nofollow">implicit function applet I linked to</a>, here&#8217;s the first of the six big expressions in parentheses, which gives the outer edge of the logo&#8217;s wings (set the range on the graph to xmin=-8, xmax=8, and also for ymin and ymax if you don&#8217;t want the shape distorted):</p>
<p>( ( ((x/7)^2) * sqrt( (abs(abs(x) &#8211; 3)) / (abs(x) &#8211; 3) ) ) + ( ((y/3)^2) *sqrt( (abs(y + (3*sqrt(33)/7))) / (y + (3*sqrt(33)/7)) ) ) &#8211; 1 ) = 0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hypnosifl</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1176442</link>
		<dc:creator>hypnosifl</dc:creator>
		<pubDate>Fri, 29 Jul 2011 23:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1176442</guid>
		<description>I don&#039;t think Wolfram Alpha&#039;s &lt;a href=&quot;http://www.wolframalpha.com/examples/PlottingAndGraphics.html&quot; rel=&quot;nofollow&quot;&gt;equation plotter&lt;/a&gt; allows you to plot &lt;a href=&quot;http://www.tpub.com/math2/52.htm&quot; rel=&quot;nofollow&quot;&gt;implicit functions&lt;/a&gt;, you&#039;d have to solve for y if you wanted to use it. There&#039;s an applet for implicit functions &lt;a href=&quot;http://www.flashandmath.com/mathlets/calc/implicit/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;, haven&#039;t tried it though.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think Wolfram Alpha&#8217;s <a href="http://www.wolframalpha.com/examples/PlottingAndGraphics.html" rel="nofollow">equation plotter</a> allows you to plot <a href="http://www.tpub.com/math2/52.htm" rel="nofollow">implicit functions</a>, you&#8217;d have to solve for y if you wanted to use it. There&#8217;s an applet for implicit functions <a href="http://www.flashandmath.com/mathlets/calc/implicit/" rel="nofollow">here</a>, haven&#8217;t tried it though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Astrid Torregroza</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1176410</link>
		<dc:creator>Astrid Torregroza</dc:creator>
		<pubDate>Fri, 29 Jul 2011 23:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1176410</guid>
		<description>http://proyectosilueta.blogspot.com/</description>
		<content:encoded><![CDATA[<p><a href="http://proyectosilueta.blogspot.com/" rel="nofollow">http://proyectosilueta.blogspot.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumar mayank</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1176344</link>
		<dc:creator>kumar mayank</dc:creator>
		<pubDate>Fri, 29 Jul 2011 22:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1176344</guid>
		<description>can someone type the text so that I can plot on Wolfram Alpha and confirm?</description>
		<content:encoded><![CDATA[<p>can someone type the text so that I can plot on Wolfram Alpha and confirm?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hughstimson</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1176280</link>
		<dc:creator>hughstimson</dc:creator>
		<pubDate>Fri, 29 Jul 2011 21:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1176280</guid>
		<description>Are you suggesting Wolfram Alpha could be used to plot that beast? Awesome! And I nominate you sir!</description>
		<content:encoded><![CDATA[<p>Are you suggesting Wolfram Alpha could be used to plot that beast? Awesome! And I nominate you sir!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sarah michel</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1176062</link>
		<dc:creator>sarah michel</dc:creator>
		<pubDate>Fri, 29 Jul 2011 18:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1176062</guid>
		<description>I think it&#039;s probably in units of the square root of two, rather than units of 1.4, which would certainly be somewhat more significant.</description>
		<content:encoded><![CDATA[<p>I think it&#8217;s probably in units of the square root of two, rather than units of 1.4, which would certainly be somewhat more significant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Brown</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1176013</link>
		<dc:creator>Chris Brown</dc:creator>
		<pubDate>Fri, 29 Jul 2011 17:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1176013</guid>
		<description>How long before someone posts a link to wolfram alpha?</description>
		<content:encoded><![CDATA[<p>How long before someone posts a link to wolfram alpha?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haakon IV</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1175975</link>
		<dc:creator>Haakon IV</dc:creator>
		<pubDate>Fri, 29 Jul 2011 17:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1175975</guid>
		<description>I have discovered a remarkable analytic function representing the bat signal, which this comment is unfortunately to small to contain.</description>
		<content:encoded><![CDATA[<p>I have discovered a remarkable analytic function representing the bat signal, which this comment is unfortunately to small to contain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Holmén</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1175963</link>
		<dc:creator>Robert Holmén</dc:creator>
		<pubDate>Fri, 29 Jul 2011 17:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1175963</guid>
		<description>What is the reason for the paper being labeled in units of 1.4?  How is that generally more useful than integers?
 </description>
		<content:encoded><![CDATA[<p>What is the reason for the paper being labeled in units of 1.4?  How is that generally more useful than integers?<br />
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leandro M.D.</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1175900</link>
		<dc:creator>Leandro M.D.</dc:creator>
		<pubDate>Fri, 29 Jul 2011 16:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1175900</guid>
		<description>Very good!!</description>
		<content:encoded><![CDATA[<p>Very good!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Rogers</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1175793</link>
		<dc:creator>Christopher Rogers</dc:creator>
		<pubDate>Fri, 29 Jul 2011 15:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1175793</guid>
		<description>It shows that almost everything can be described by the language of maths.</description>
		<content:encoded><![CDATA[<p>It shows that almost everything can be described by the language of maths.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: omems</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1175794</link>
		<dc:creator>omems</dc:creator>
		<pubDate>Fri, 29 Jul 2011 15:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1175794</guid>
		<description>How long until DC issues a DMCA takedown notification?</description>
		<content:encoded><![CDATA[<p>How long until DC issues a DMCA takedown notification?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Phillips</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1175761</link>
		<dc:creator>Joel Phillips</dc:creator>
		<pubDate>Fri, 29 Jul 2011 15:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1175761</guid>
		<description>sqrt{frac{&#124;&#124;x&#124; - 1&#124;}{&#124;x&#124;-1}} is cheating.  </description>
		<content:encoded><![CDATA[<p>sqrt{frac{||x| &#8211; 1|}{|x|-1}} is cheating.  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anne speck</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1175749</link>
		<dc:creator>anne speck</dc:creator>
		<pubDate>Fri, 29 Jul 2011 15:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1175749</guid>
		<description>@google-6e7df99bb682d2a2604859f86ea75e01:disqus D&#039;oh! You&#039;re right of course -- polar would have made for a much cleaner equation. Apologies for my pre-coffee posting.  </description>
		<content:encoded><![CDATA[<p>@google-6e7df99bb682d2a2604859f86ea75e01:disqus D&#8217;oh! You&#8217;re right of course &#8212; polar would have made for a much cleaner equation. Apologies for my pre-coffee posting.  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Ewing</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1175734</link>
		<dc:creator>Jacob Ewing</dc:creator>
		<pubDate>Fri, 29 Jul 2011 14:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1175734</guid>
		<description>Ok, that beats my &lt;a href=&quot;http://very.weirdly.net/boobmath.png&quot; rel=&quot;nofollow&quot;&gt;mammary math&lt;/a&gt; by a long shot.</description>
		<content:encoded><![CDATA[<p>Ok, that beats my <a href="http://very.weirdly.net/boobmath.png" rel="nofollow">mammary math</a> by a long shot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Camilo Wartenberg</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1175699</link>
		<dc:creator>Camilo Wartenberg</dc:creator>
		<pubDate>Fri, 29 Jul 2011 14:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1175699</guid>
		<description>Sorry this is a better page to view all the works in the same page:

http://proyectosilueta.blogspot.com/p/la-propuesta.html</description>
		<content:encoded><![CDATA[<p>Sorry this is a better page to view all the works in the same page:</p>
<p><a href="http://proyectosilueta.blogspot.com/p/la-propuesta.html" rel="nofollow">http://proyectosilueta.blogspot.com/p/la-propuesta.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john aguirre</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1175700</link>
		<dc:creator>john aguirre</dc:creator>
		<pubDate>Fri, 29 Jul 2011 14:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1175700</guid>
		<description>That is a stepwise equation, but it is definitely not polar, it&#039;s Cartesian.  Note that the variables are (x,y), not (r,theta).</description>
		<content:encoded><![CDATA[<p>That is a stepwise equation, but it is definitely not polar, it&#8217;s Cartesian.  Note that the variables are (x,y), not (r,theta).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Camilo Wartenberg</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1175698</link>
		<dc:creator>Camilo Wartenberg</dc:creator>
		<pubDate>Fri, 29 Jul 2011 13:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1175698</guid>
		<description>A school in Bogota Colombia did a whole project similar to this earlier this year using the educational math software Cabri and Derive.

Memorable works include the Metallica logo, Adidas logo, Thundercats logo

You can view the works in:

http://proyectosilueta.blogspot.com/p/bocetos.html
</description>
		<content:encoded><![CDATA[<p>A school in Bogota Colombia did a whole project similar to this earlier this year using the educational math software Cabri and Derive.</p>
<p>Memorable works include the Metallica logo, Adidas logo, Thundercats logo</p>
<p>You can view the works in:</p>
<p><a href="http://proyectosilueta.blogspot.com/p/bocetos.html" rel="nofollow">http://proyectosilueta.blogspot.com/p/bocetos.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ambiguity</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1175695</link>
		<dc:creator>Ambiguity</dc:creator>
		<pubDate>Fri, 29 Jul 2011 13:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1175695</guid>
		<description>But the function isn&#039;t analytic! I mean, look at those derivatives. Just look at &#039;em!</description>
		<content:encoded><![CDATA[<p>But the function isn&#8217;t analytic! I mean, look at those derivatives. Just look at &#8216;em!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eaddict</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1175693</link>
		<dc:creator>eaddict</dc:creator>
		<pubDate>Fri, 29 Jul 2011 13:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1175693</guid>
		<description>My daughter &#039;s math class did that last year.  In fact, she did the Batman logo, others did the St Louis Cardinals letter logo, while others did various product logos.   Nice to see other teachers going the creative route.</description>
		<content:encoded><![CDATA[<p>My daughter &#8216;s math class did that last year.  In fact, she did the Batman logo, others did the St Louis Cardinals letter logo, while others did various product logos.   Nice to see other teachers going the creative route.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anne speck</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1175687</link>
		<dc:creator>anne speck</dc:creator>
		<pubDate>Fri, 29 Jul 2011 13:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1175687</guid>
		<description>It&#039;s a step-wise polar equation. It probably doesn&#039;t do anything other than make a space in minds which have been learning in the graphs=cartesian coordinates world for other kinds of plotting systems do exist. And why is it important to put it on larger graph paper? Take the formula and plug it into Geogebra and print it out as big as you want. </description>
		<content:encoded><![CDATA[<p>It&#8217;s a step-wise polar equation. It probably doesn&#8217;t do anything other than make a space in minds which have been learning in the graphs=cartesian coordinates world for other kinds of plotting systems do exist. And why is it important to put it on larger graph paper? Take the formula and plug it into Geogebra and print it out as big as you want. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: awjt</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1175686</link>
		<dc:creator>awjt</dc:creator>
		<pubDate>Fri, 29 Jul 2011 13:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1175686</guid>
		<description>I = b(a*t)+ma^n</description>
		<content:encoded><![CDATA[<p>I = b(a*t)+ma^n</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unwesen</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1175683</link>
		<dc:creator>unwesen</dc:creator>
		<pubDate>Fri, 29 Jul 2011 13:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1175683</guid>
		<description>That must be the ultimate nerdgasm: comics and mathematics combined.</description>
		<content:encoded><![CDATA[<p>That must be the ultimate nerdgasm: comics and mathematics combined.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Singleton</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1175677</link>
		<dc:creator>Andrew Singleton</dc:creator>
		<pubDate>Fri, 29 Jul 2011 13:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1175677</guid>
		<description>Gonna have to agree. We need more teachers like this.

Query: other than drawing the bat symbol... is it good for anything?</description>
		<content:encoded><![CDATA[<p>Gonna have to agree. We need more teachers like this.</p>
<p>Query: other than drawing the bat symbol&#8230; is it good for anything?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nffcnnr</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1175673</link>
		<dc:creator>nffcnnr</dc:creator>
		<pubDate>Fri, 29 Jul 2011 13:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1175673</guid>
		<description>If this guy&#039;s so smart, why didn&#039;t he think of putting it on a larger piece of graph paper?
</description>
		<content:encoded><![CDATA[<p>If this guy&#8217;s so smart, why didn&#8217;t he think of putting it on a larger piece of graph paper?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Goldie Knight</title>
		<link>http://boingboing.net/2011/07/29/batman-logo-in-equation-form.html#comment-1175672</link>
		<dc:creator>Goldie Knight</dc:creator>
		<pubDate>Fri, 29 Jul 2011 13:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=111380#comment-1175672</guid>
		<description>Wonderful batman, is that a special formular or what?</description>
		<content:encoded><![CDATA[<p>Wonderful batman, is that a special formular or what?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
