<?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#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Rod Carvalho</title>
	<atom:link href="http://stochastix.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://stochastix.wordpress.com</link>
	<description></description>
	<lastBuildDate>Sun, 07 Apr 2013 23:13:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Representing complex numbers as 2&#215;2 matrices by Tyu</title>
		<link>http://stochastix.wordpress.com/2008/11/09/representing-complex-numbers-as-2x2-matrices/#comment-74691</link>
		<dc:creator><![CDATA[Tyu]]></dc:creator>
		<pubDate>Sun, 07 Apr 2013 23:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://stochastix.wordpress.com/?p=2632#comment-74691</guid>
		<description><![CDATA[M(z1/z2) =M(z1)M(1/z2)?]]></description>
		<content:encoded><![CDATA[<p>M(z1/z2) =M(z1)M(1/z2)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is a photon? by nick</title>
		<link>http://stochastix.wordpress.com/2006/07/11/the-nature-of-light-what-is-a-photon/#comment-74686</link>
		<dc:creator><![CDATA[nick]]></dc:creator>
		<pubDate>Fri, 05 Apr 2013 15:20:29 +0000</pubDate>
		<guid isPermaLink="false">https://stochastix.wordpress.com/2006/07/11/the-nature-of-light-what-is-a-photon/#comment-74686</guid>
		<description><![CDATA[I will read this in the evening, but my impression was always that it&#039;s a problem of metaphor. We cannot relate to the experience of a photon and its interactions, thus we cannot feel comfortable calling it what it is.]]></description>
		<content:encoded><![CDATA[<p>I will read this in the evening, but my impression was always that it&#8217;s a problem of metaphor. We cannot relate to the experience of a photon and its interactions, thus we cannot feel comfortable calling it what it is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ODE notation considered harmful by Akater</title>
		<link>http://stochastix.wordpress.com/2012/06/05/ode-notation-considered-harmful/#comment-74617</link>
		<dc:creator><![CDATA[Akater]]></dc:creator>
		<pubDate>Sun, 17 Mar 2013 06:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://stochastix.wordpress.com/?p=8096#comment-74617</guid>
		<description><![CDATA[Type-checking is really important. It could be very difficult to understand the author&#039;s reasoning if there&#039;s an unannounced notation abuse, and the material is new to the reader.

Alas, I&#039;ve seen a lot of experienced people who don&#039;t really see the difference between “function $f$” and “function $f(x)$”. I would even say it&#039;s a bit frightening. 

“$\dot{x} = f(x)$” seems weird whatever meaning one puts into $x$. This $x$ could be a function, but traditional math notation then implies that $f(x)$ is a single vector from a vector field $f$, picked in point $x$. But if $x$ is point, then type-checking for the LHS fails: derivative of a point is meaningless (zero at best).

The notation “$\dot{x} = f \circ x$” (or “$D(x) = f \circ x$”) looks more consistent from the geometrical point of view, becuse it emphasises that $x\colon \mathbb{R} \to \mathbb{R}^n$ is a curve in the space $\mathbb{R}^n$, and both $f \circ x$ and $\dot{x}$ are curves in the corresponding tangent space $T \mathbb{R}^n$.]]></description>
		<content:encoded><![CDATA[<p>Type-checking is really important. It could be very difficult to understand the author&#8217;s reasoning if there&#8217;s an unannounced notation abuse, and the material is new to the reader.</p>
<p>Alas, I&#8217;ve seen a lot of experienced people who don&#8217;t really see the difference between “function $f$” and “function $f(x)$”. I would even say it&#8217;s a bit frightening. </p>
<p>“$\dot{x} = f(x)$” seems weird whatever meaning one puts into $x$. This $x$ could be a function, but traditional math notation then implies that $f(x)$ is a single vector from a vector field $f$, picked in point $x$. But if $x$ is point, then type-checking for the LHS fails: derivative of a point is meaningless (zero at best).</p>
<p>The notation “$\dot{x} = f \circ x$” (or “$D(x) = f \circ x$”) looks more consistent from the geometrical point of view, becuse it emphasises that $x\colon \mathbb{R} \to \mathbb{R}^n$ is a curve in the space $\mathbb{R}^n$, and both $f \circ x$ and $\dot{x}$ are curves in the corresponding tangent space $T \mathbb{R}^n$.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ODE notation considered harmful by Rod Carvalho</title>
		<link>http://stochastix.wordpress.com/2012/06/05/ode-notation-considered-harmful/#comment-74616</link>
		<dc:creator><![CDATA[Rod Carvalho]]></dc:creator>
		<pubDate>Sun, 17 Mar 2013 00:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://stochastix.wordpress.com/?p=8096#comment-74616</guid>
		<description><![CDATA[Thanks for your constructive comment. I must say that I agree with your criticism. In retrospect, I believe I focused too much on the &lt;i&gt;existence&lt;/i&gt; of solutions. Deciding the existence of solutions is merely &lt;i&gt;one&lt;/i&gt; interesting problem that arises in the study of ODEs, but it&#039;s not the only one.

Hence, I could just rewrite the ODE $latex \dot{x} = f (x)$ in the form $latex D(x) = f \circ x$. No quantifiers required. It is not a big change, but at least it type-checks.]]></description>
		<content:encoded><![CDATA[<p>Thanks for your constructive comment. I must say that I agree with your criticism. In retrospect, I believe I focused too much on the <i>existence</i> of solutions. Deciding the existence of solutions is merely <i>one</i> interesting problem that arises in the study of ODEs, but it&#8217;s not the only one.</p>
<p>Hence, I could just rewrite the ODE <img src='http://s0.wp.com/latex.php?latex=%5Cdot%7Bx%7D+%3D+f+%28x%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;dot{x} = f (x)' title='&#92;dot{x} = f (x)' class='latex' /> in the form <img src='http://s0.wp.com/latex.php?latex=D%28x%29+%3D+f+%5Ccirc+x&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='D(x) = f &#92;circ x' title='D(x) = f &#92;circ x' class='latex' />. No quantifiers required. It is not a big change, but at least it type-checks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ODE notation considered harmful by Akater</title>
		<link>http://stochastix.wordpress.com/2012/06/05/ode-notation-considered-harmful/#comment-74615</link>
		<dc:creator><![CDATA[Akater]]></dc:creator>
		<pubDate>Sat, 16 Mar 2013 15:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://stochastix.wordpress.com/?p=8096#comment-74615</guid>
		<description><![CDATA[Thanks for the post. Math grammar is a very interesting topic. (Mathematicians, AFAIK, generally don&#039;t think so.)

However I have some criticism. I think that even the “moderate” use of quantifiers could be almost as harmful as the lousy notation.

You could (and did) get rid of $latex \forall t$ by introducing the abstract $latex x$ in place of $latex x(t)$. When you have a statement about functions you don&#039;t have to care about their parameters at all. And that is good, because this is one of those abstractions that make math powerful.

And I think that the $latex \exists$ quantifier is unnecessary too. Without it, you&#039;d got &lt;em&gt;the equation&lt;/em&gt;. It is not a definition, and it is not an assignment. It is just another mathematical object, like a function, or a vector, or a vector field, and it is valuable by itself.

ODE is not a statement that “something exists”. There could be only a trivial solution to ODE, or no solution at all. The absence of solutions doesn&#039;t necessarily make this particular ODE uninteresting.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the post. Math grammar is a very interesting topic. (Mathematicians, AFAIK, generally don&#8217;t think so.)</p>
<p>However I have some criticism. I think that even the “moderate” use of quantifiers could be almost as harmful as the lousy notation.</p>
<p>You could (and did) get rid of <img src='http://s0.wp.com/latex.php?latex=%5Cforall+t&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;forall t' title='&#92;forall t' class='latex' /> by introducing the abstract <img src='http://s0.wp.com/latex.php?latex=x&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='x' title='x' class='latex' /> in place of <img src='http://s0.wp.com/latex.php?latex=x%28t%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='x(t)' title='x(t)' class='latex' />. When you have a statement about functions you don&#8217;t have to care about their parameters at all. And that is good, because this is one of those abstractions that make math powerful.</p>
<p>And I think that the <img src='http://s0.wp.com/latex.php?latex=%5Cexists&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;exists' title='&#92;exists' class='latex' /> quantifier is unnecessary too. Without it, you&#8217;d got <em>the equation</em>. It is not a definition, and it is not an assignment. It is just another mathematical object, like a function, or a vector, or a vector field, and it is valuable by itself.</p>
<p>ODE is not a statement that “something exists”. There could be only a trivial solution to ODE, or no solution at all. The absence of solutions doesn&#8217;t necessarily make this particular ODE uninteresting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Trials of J. Robert Oppenheimer by Michael</title>
		<link>http://stochastix.wordpress.com/2009/02/27/the-trials-of-j-robert-oppenheimer/#comment-74609</link>
		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Wed, 13 Mar 2013 19:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://stochastix.wordpress.com/?p=4036#comment-74609</guid>
		<description><![CDATA[He was a true genius.  He taught himself to read &amp; write ancient sanskrit in order to better appreciate some old poems.  The MET had an opera about him, &quot;Dr. Atomic.&quot;  It was brilliant.]]></description>
		<content:encoded><![CDATA[<p>He was a true genius.  He taught himself to read &amp; write ancient sanskrit in order to better appreciate some old poems.  The MET had an opera about him, &#8220;Dr. Atomic.&#8221;  It was brilliant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Runge–Kutta in Haskell by Sahisnu</title>
		<link>http://stochastix.wordpress.com/2012/06/29/runge-kutta-in-haskell/#comment-74588</link>
		<dc:creator><![CDATA[Sahisnu]]></dc:creator>
		<pubDate>Sun, 03 Mar 2013 00:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://stochastix.wordpress.com/?p=8298#comment-74588</guid>
		<description><![CDATA[This is enlightenment!]]></description>
		<content:encoded><![CDATA[<p>This is enlightenment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Freeman Dyson on academic snobbery by Shubhendu Trivedi</title>
		<link>http://stochastix.wordpress.com/2012/06/04/freeman-dyson-on-academic-snobbery/#comment-74554</link>
		<dc:creator><![CDATA[Shubhendu Trivedi]]></dc:creator>
		<pubDate>Tue, 12 Feb 2013 18:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://stochastix.wordpress.com/?p=8085#comment-74554</guid>
		<description><![CDATA[It&#039;s not my blog, but feel compelled to write. 90-95% of just about any set is trash (academics? engineers? writers? movies? &quot;science&quot;?), thus you are just betraying your bitterness by targeting a specific set. If you only see the 95% and the attitude they carry, fail to see the top percentile and attribute one set of judgements on the other you perhaps need to reconsider your assumptions, otherwise good luck handling it.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s not my blog, but feel compelled to write. 90-95% of just about any set is trash (academics? engineers? writers? movies? &#8220;science&#8221;?), thus you are just betraying your bitterness by targeting a specific set. If you only see the 95% and the attitude they carry, fail to see the top percentile and attribute one set of judgements on the other you perhaps need to reconsider your assumptions, otherwise good luck handling it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Freeman Dyson on academic snobbery by Jean</title>
		<link>http://stochastix.wordpress.com/2012/06/04/freeman-dyson-on-academic-snobbery/#comment-74552</link>
		<dc:creator><![CDATA[Jean]]></dc:creator>
		<pubDate>Mon, 11 Feb 2013 23:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://stochastix.wordpress.com/?p=8085#comment-74552</guid>
		<description><![CDATA[Academics are thugs, thieves, and cons.  They harvest ideas they learn from others and compile them.  They memorize.  They research.  The regurgitate.  They do not create.  The real experts are the ones living it.  Whatever &quot;it&quot; is.  From inventing high tech toys to surviving poverty.  Whatever academics study, is stolen through observing others.  They steal the essence and play &quot;it&quot; off as their own ideation.]]></description>
		<content:encoded><![CDATA[<p>Academics are thugs, thieves, and cons.  They harvest ideas they learn from others and compile them.  They memorize.  They research.  The regurgitate.  They do not create.  The real experts are the ones living it.  Whatever &#8220;it&#8221; is.  From inventing high tech toys to surviving poverty.  Whatever academics study, is stolen through observing others.  They steal the essence and play &#8220;it&#8221; off as their own ideation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Circular convolution in Haskell by eng.lamitta</title>
		<link>http://stochastix.wordpress.com/2011/09/05/circular-convolution-in-haskell/#comment-74463</link>
		<dc:creator><![CDATA[eng.lamitta]]></dc:creator>
		<pubDate>Sat, 19 Jan 2013 19:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://stochastix.wordpress.com/?p=6947#comment-74463</guid>
		<description><![CDATA[really THANK YOU so much :D
I have an exam tomorrow and you&#039;ve saved me :)]]></description>
		<content:encoded><![CDATA[<p>really THANK YOU so much :D<br />
I have an exam tomorrow and you&#8217;ve saved me :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>