<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	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>Social Mode &#187; mathematica</title>
	<atom:link href="http://socialmode.com/tag/mathematica/feed/" rel="self" type="application/rss+xml" />
	<link>http://socialmode.com</link>
	<description>Integrated Synthesis of Media, Society and Behavior</description>
	<lastBuildDate>Sat, 10 Mar 2012 16:22:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='socialmode.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Social Mode &#187; mathematica</title>
		<link>http://socialmode.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://socialmode.com/osd.xml" title="Social Mode" />
	<atom:link rel='hub' href='http://socialmode.com/?pushpress=hub'/>
		<item>
		<title>Fun Word Problems!</title>
		<link>http://socialmode.com/2011/10/09/fun-word-problems/</link>
		<comments>http://socialmode.com/2011/10/09/fun-word-problems/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 18:22:46 +0000</pubDate>
		<dc:creator>un1crom</dc:creator>
				<category><![CDATA[language]]></category>
		<category><![CDATA[linguistics]]></category>
		<category><![CDATA[wolfram]]></category>
		<category><![CDATA[keyboards]]></category>
		<category><![CDATA[mathematica]]></category>
		<category><![CDATA[words]]></category>

		<guid isPermaLink="false">http://socialmode.com/?p=1852</guid>
		<description><![CDATA[A friend gave me this problem a couple of weeks ago: What is the longest word you can type on the QWERTY keyboard with just your left hand using the proper position? I love problems like this. Especially because I &#8230; <a href="http://socialmode.com/2011/10/09/fun-word-problems/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&#038;blog=2310475&#038;post=1852&#038;subd=un1crom&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A friend gave me this problem a couple of weeks ago:</p>
<blockquote><p>What is the longest word you can type on the QWERTY keyboard with just your left hand using the proper position?</p></blockquote>
<p>I love problems like this.</p>
<p>Especially because I get to toy around with Mathematica and use features that day to day I may not interact with for biz problems.</p>
<p>Finding the solution required only a tiny bit of code.</p>
<p>alpha = &#8220;&#8221;;<br />
ourdictionary = &#8220;&#8221;;<br />
alphabase = {&#8220;q&#8221; | &#8220;w&#8221; | &#8220;e&#8221; | &#8220;r&#8221; | &#8220;t&#8221; | &#8220;a&#8221; | &#8220;s&#8221; | &#8220;d&#8221; | &#8220;f&#8221; | &#8220;g&#8221; | &#8220;z&#8221; | &#8221;x&#8221; | &#8220;c&#8221; | &#8220;v&#8221; | &#8220;b&#8221;};<br />
alpha = StringExpression[alpha, alphabase];</p>
<p>Code</p>
<p>n = 0;<br />
dictionarycount = 0;<br />
ourdictionary = DictionaryLookup[alpha];<br />
While[n &lt; 20 &amp;&amp; Length@ourdictionary &gt; 0,<br />
ourdictionary = DictionaryLookup[alpha];<br />
alpha = StringExpression[alpha, alphabase];<br />
n++;<br />
If[Length@ourdictionary == 0, Print[{Length@ourdictionary, n - 1}];<br />
Print[DictionaryLookup[alpha[[;; n - 1]]]]]]</p>
<p>The Answer(s):</p>
<p>{&#8220;aftereffects&#8221;, &#8220;desegregated&#8221;, &#8220;desegregates&#8221;, &#8220;reverberated&#8221;, &#8221;reverberates&#8221;,&#8221;stewardesses&#8221;}</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/un1crom.wordpress.com/1852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/un1crom.wordpress.com/1852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/un1crom.wordpress.com/1852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/un1crom.wordpress.com/1852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/un1crom.wordpress.com/1852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/un1crom.wordpress.com/1852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/un1crom.wordpress.com/1852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/un1crom.wordpress.com/1852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/un1crom.wordpress.com/1852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/un1crom.wordpress.com/1852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/un1crom.wordpress.com/1852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/un1crom.wordpress.com/1852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/un1crom.wordpress.com/1852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/un1crom.wordpress.com/1852/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&#038;blog=2310475&#038;post=1852&#038;subd=un1crom&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://socialmode.com/2011/10/09/fun-word-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a7b3a504aac10f5ee201af19ad95f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">un1crom</media:title>
		</media:content>
	</item>
		<item>
		<title>Pandemic and Epidemic Models with Mathematica</title>
		<link>http://socialmode.com/2009/05/06/pandemic-and-epidemic-models-with-mathematica/</link>
		<comments>http://socialmode.com/2009/05/06/pandemic-and-epidemic-models-with-mathematica/#comments</comments>
		<pubDate>Thu, 07 May 2009 03:21:51 +0000</pubDate>
		<dc:creator>un1crom</dc:creator>
				<category><![CDATA[anthropology]]></category>
		<category><![CDATA[biology]]></category>
		<category><![CDATA[data mining]]></category>
		<category><![CDATA[mathematica]]></category>
		<category><![CDATA[musings]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[social networks]]></category>
		<category><![CDATA[social science]]></category>
		<category><![CDATA[speculation]]></category>
		<category><![CDATA[disease]]></category>
		<category><![CDATA[epidemic]]></category>
		<category><![CDATA[flu]]></category>
		<category><![CDATA[modeling]]></category>
		<category><![CDATA[pandemic]]></category>
		<category><![CDATA[swine flu]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://socialmode.com/?p=1150</guid>
		<description><![CDATA[In case you ever wanted to see some nice theory + simulation + visuals here&#8217;s a collection of nice Mathematica based explorations: Jeff Bryant with Ed Pegg&#8217;s code on Influenza Epidemic modeling Disease spread demonstration SARs spread demonstration/animation Oh, and &#8230; <a href="http://socialmode.com/2009/05/06/pandemic-and-epidemic-models-with-mathematica/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&#038;blog=2310475&#038;post=1150&#038;subd=un1crom&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In case you ever wanted to see some nice theory + simulation + visuals here&#8217;s a collection of nice Mathematica based explorations:</p>
<div class="wp-caption alignleft" style="width: 172px"><img title="Epidemic" src="http://demonstrations.wolfram.com/PopulationSelector/HTMLImages/index.en/thumbnail_1.gif" alt="Animation for Epidemic Spread" width="162" height="123" /><p class="wp-caption-text">Animation for Epidemic Spread</p></div>
<p><a href="http://members.wri.com/jeffb/visualization/pandemic.shtml">Jeff Bryant with Ed Pegg&#8217;s code on Influenza Epidemic modeling</a></p>
<p><a href="http://demonstrations.wolfram.com/SIREpidemicDynamics/">Disease spread demonstration</a></p>
<p><a href="http://demonstrations.wolfram.com/DynamicalNetworkDesignForControllingVirusSpread/">SARs spread demonstration/animation</a></p>
<p><a href="http://www.dhh.louisiana.gov/offices/miscdocs/docs-295/PF%20Presentations/Pan%20Flu%20Exec%20Brief%204_4_08.ppt">Oh, and I thought this was interesting&#8230; a nice PPT on pandemics.</a></p>
<p>I wonder if the swine flu spread through social networks with a similar dynamic? hmmm&#8230; Perhaps one should dig through this code for <a href="http://blog.wolfram.com/2009/04/30/twittering-with-mathematica/">mining Twitter with Mathematica</a> and start connecting the dots.  How could we do this?  We need to pull down a lot of tweets.  and we need some way to codify them by location or friends/groups.  What would we consider &#8220;spreading&#8221;.  Is it posting a link? replying to someone? hmmm.  Maybe this is a big fat waste of time&#8230;.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/un1crom.wordpress.com/1150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/un1crom.wordpress.com/1150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/un1crom.wordpress.com/1150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/un1crom.wordpress.com/1150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/un1crom.wordpress.com/1150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/un1crom.wordpress.com/1150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/un1crom.wordpress.com/1150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/un1crom.wordpress.com/1150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/un1crom.wordpress.com/1150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/un1crom.wordpress.com/1150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/un1crom.wordpress.com/1150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/un1crom.wordpress.com/1150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/un1crom.wordpress.com/1150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/un1crom.wordpress.com/1150/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&#038;blog=2310475&#038;post=1150&#038;subd=un1crom&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://socialmode.com/2009/05/06/pandemic-and-epidemic-models-with-mathematica/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a7b3a504aac10f5ee201af19ad95f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">un1crom</media:title>
		</media:content>

		<media:content url="http://demonstrations.wolfram.com/PopulationSelector/HTMLImages/index.en/thumbnail_1.gif" medium="image">
			<media:title type="html">Epidemic</media:title>
		</media:content>
	</item>
		<item>
		<title>Wolfram&#124;Alpha? &#8211; Computing we were promised 50 years ago?</title>
		<link>http://socialmode.com/2009/03/05/wolfram-alph/</link>
		<comments>http://socialmode.com/2009/03/05/wolfram-alph/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 16:34:20 +0000</pubDate>
		<dc:creator>un1crom</dc:creator>
				<category><![CDATA[automata]]></category>
		<category><![CDATA[behavior]]></category>
		<category><![CDATA[data mining]]></category>
		<category><![CDATA[decision theory]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[mathematica]]></category>
		<category><![CDATA[mathematics]]></category>
		<category><![CDATA[product development]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[alpha]]></category>
		<category><![CDATA[computational knowledge engine]]></category>
		<category><![CDATA[nks]]></category>
		<category><![CDATA[stephen wolfram]]></category>
		<category><![CDATA[wolfram]]></category>
		<category><![CDATA[wolfram alpha]]></category>

		<guid isPermaLink="false">http://socialmode.com/?p=1045</guid>
		<description><![CDATA[An interesting approach to knowledge mentioned in Stephen Wolfram&#8217;s blog: But what about all the actual knowledge that we as humans have accumulated? A lot of it is now on the web—in billions of pages of text. And with search &#8230; <a href="http://socialmode.com/2009/03/05/wolfram-alph/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&#038;blog=2310475&#038;post=1045&#038;subd=un1crom&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.wolfram.com/2009/03/05/wolframalpha-is-coming/">An interesting approach to knowledge mentioned in Stephen Wolfram&#8217;s blog</a>:</p>
<blockquote><p>But what about all the actual knowledge that we as humans have accumulated?</p>
<p>A lot of it is now on the web—in billions of pages of text. And with search engines, we can very efficiently search for specific terms and phrases in that text.</p>
<p>But we can’t compute from that. And in effect, we can only answer questions that have been literally asked before. We can look things up, but we can’t figure anything new out.</p></blockquote>
<p>Let&#8217;s see where this goes!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/un1crom.wordpress.com/1045/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/un1crom.wordpress.com/1045/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/un1crom.wordpress.com/1045/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/un1crom.wordpress.com/1045/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/un1crom.wordpress.com/1045/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/un1crom.wordpress.com/1045/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/un1crom.wordpress.com/1045/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/un1crom.wordpress.com/1045/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/un1crom.wordpress.com/1045/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/un1crom.wordpress.com/1045/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/un1crom.wordpress.com/1045/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/un1crom.wordpress.com/1045/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/un1crom.wordpress.com/1045/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/un1crom.wordpress.com/1045/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&#038;blog=2310475&#038;post=1045&#038;subd=un1crom&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://socialmode.com/2009/03/05/wolfram-alph/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a7b3a504aac10f5ee201af19ad95f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">un1crom</media:title>
		</media:content>
	</item>
		<item>
		<title>webMathematica and MacOS X</title>
		<link>http://socialmode.com/2009/02/07/webmathematica-and-macos-x/</link>
		<comments>http://socialmode.com/2009/02/07/webmathematica-and-macos-x/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 06:30:20 +0000</pubDate>
		<dc:creator>un1crom</dc:creator>
				<category><![CDATA[mathematica]]></category>
		<category><![CDATA[mathematics]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[j/link]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdk]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[web services]]></category>
		<category><![CDATA[webMathematica]]></category>

		<guid isPermaLink="false">http://socialmode.com/?p=943</guid>
		<description><![CDATA[Getting webMathematica working on MacOS X was not entirely trivial, even with decent install instructions. Here&#8217;s what you&#8217;ll need to avoid wasted time in getting set up: Install Mathematica first, ideally the latest version Your java should be fine provided &#8230; <a href="http://socialmode.com/2009/02/07/webmathematica-and-macos-x/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&#038;blog=2310475&#038;post=943&#038;subd=un1crom&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Getting webMathematica working on MacOS X was not entirely trivial, even with decent install instructions.</p>
<p>Here&#8217;s what you&#8217;ll need to avoid wasted time in getting set up:</p>
<ol>
<li>Install Mathematica first, ideally the latest version</li>
<li>Your java should be fine provided you&#8217;re on OS X 10.4.11+, but double check your java -version looking for 1.5+</li>
<li>Use tomcat6.  I tried glassfish, it was kinda a pain (i.e. it wasn&#8217;t drag and drop like tomcat)</li>
<li>get the webMathematica.zip or .war file and deploy within the webapps folder in tomcat</li>
<li>create a mathpass file and put it in the /conf folder in the webmathematica web app.  Follow this <a href="http://documents.wolfram.com/mathematica/GettingStarted/SystemAdministrationGuide/Introduction/RegistrationAndPasswords.html">formating</a>.   Be sure to register you webMathematica with <a href="http://register.wolfram.com">register.wolfram.com</a> to get your mathID and all that.</li>
<li>Grab the J/Link jar from your current Mathematica.app/SystemFiles/Links/JLink/JLink.jar  and dump it into your tomcat/webapps/webmathematica/lib/JLink.jar &#8212; maybe this isn&#8217;t necessary, but i figured it would be best to match the JLink that came with the kernal to the one used in the local webMathematica (I couldn&#8217;t get it to work with the .jar on the webMathematica disk)</li>
<li>start tomcat.  try the examples.</li>
<li>COMPUTE</li>
</ol>
<p>Sadly there are very few other places to get webMathematica troubleshooting tips.  The FAQs aren&#8217;t too deep and the forums have nothing.  Generally there aren&#8217;t a whole lot of people using webMathematica (should be more!) so community support suffers.  Also, those who are using it generally aren&#8217;t on Mac OS X 10.5.6+.</p>
<p>Post a comment if you changes or suggestions or your own experience.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/un1crom.wordpress.com/943/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/un1crom.wordpress.com/943/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/un1crom.wordpress.com/943/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/un1crom.wordpress.com/943/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/un1crom.wordpress.com/943/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/un1crom.wordpress.com/943/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/un1crom.wordpress.com/943/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/un1crom.wordpress.com/943/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/un1crom.wordpress.com/943/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/un1crom.wordpress.com/943/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/un1crom.wordpress.com/943/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/un1crom.wordpress.com/943/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/un1crom.wordpress.com/943/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/un1crom.wordpress.com/943/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&#038;blog=2310475&#038;post=943&#038;subd=un1crom&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://socialmode.com/2009/02/07/webmathematica-and-macos-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a7b3a504aac10f5ee201af19ad95f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">un1crom</media:title>
		</media:content>
	</item>
		<item>
		<title>Wolfram Mathematica Home Edition</title>
		<link>http://socialmode.com/2009/02/07/wolfram-mathematica-home-edition/</link>
		<comments>http://socialmode.com/2009/02/07/wolfram-mathematica-home-edition/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 16:16:41 +0000</pubDate>
		<dc:creator>un1crom</dc:creator>
				<category><![CDATA[cellular automata]]></category>
		<category><![CDATA[computation]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[data mining]]></category>
		<category><![CDATA[mathematics]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[consumer software]]></category>
		<category><![CDATA[home edition]]></category>
		<category><![CDATA[mathematica]]></category>
		<category><![CDATA[mathematica 7]]></category>
		<category><![CDATA[scientific software]]></category>
		<category><![CDATA[wolfram]]></category>

		<guid isPermaLink="false">http://socialmode.com/?p=935</guid>
		<description><![CDATA[Wolfram Mathematica Home Edition is available.  It&#8217;s a $295 fully functional version of Mathematica 7. Everyone should consider getting a copy.  No, really, everyone.   What mathematica can help you do is as useful as word processing.  I know, that sounds &#8230; <a href="http://socialmode.com/2009/02/07/wolfram-mathematica-home-edition/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&#038;blog=2310475&#038;post=935&#038;subd=un1crom&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<a class="DiggThisButton DiggMedium" href="http://digg.com/submit?url=http%3A%2F%2Fsocialmode.com%2F2009%2F02%2F07%2Fwolfram-mathematica-home-edition%2F&amp;title=Wolfram+Mathematica+Home%26nbsp%3BEdition"></a>
<p><a href="http://www.wolfram.com/products/mathematicahomeedition/">Wolfram Mathematica Home Edition</a> is available.  It&#8217;s a $295 fully functional version of Mathematica 7.</p>
<p>Everyone should consider <a href="http://store.wolfram.com/view/app/homeedition/?Qualifier=COMM">getting a copy</a>.  No, really, everyone.  </p>
<p>What mathematica can help you do is as useful as word processing.  I know, that sounds crazy.  How could scientific computing be for everyone?</p>
<p>Consider the amount of math, data mining and research one already does just to get through the day.  Do you check the stock market? do you look up information in wikipedia? do you use the tools in your online bank site? Do you watch the weather report?</p>
<p>Much of this data is available in Mathematica and is immediately made interactive by Mathematica.  Other examples</p>
<blockquote>
<ul>
<li>Map the <a href="http://demonstrations.wolfram.com/DwarfPlanets/">planets and dwarf planets</a> of our solar system, along with stars, galaxies, and more</li>
<li>Calculate<a href="http://demonstrations.wolfram.com/ExpectedReturnsOfTheDowIndustrialsFamaFrenchModel/"> expected returns</a> for a stock or examine<a href="http://demonstrations.wolfram.com/StockMarketReturnsByParty/">the stock market&#8217;s performance</a> over time</li>
<li><a href="http://blog.wolfram.com/2008/12/01/the-incredible-convenience-of-mathematica-image-processing/">Manipulate images </a>in sophisticated ways</li>
<li>Make <a href="http://www.wolfram.com/edu/">science and math</a>, from preschool through college and beyond, come alive</li>
<li>Visualize worldwide<a href="http://blog.wolfram.com/2009/01/13/visualizing-weather-patterns-in-mathematica-7/"> weather patterns</a> or see <a href="http://demonstrations.wolfram.com/TornadoActivityInTheUS19502007/">decades of tornado data</a></li>
<li>Examine <a href="http://demonstrations.wolfram.com/ProteinAlignmentWheel/">protein alignments</a> or <a href="http://demonstrations.wolfram.com/GrowthModelForTheBlueGreenAlgaAnabaenaCatenula/">algae growth</a></li>
<li>Play with<a href="http://demonstrations.wolfram.com/WorldMapProjections/"> map projections</a> or<a href="http://blog.wolfram.com/2008/04/03/mapping-my-travels-with-mathematica/"> record your travels</a></li>
<li>Pursue your interests in <a href="http://demonstrations.wolfram.com/EquivalenceOfThreeCatalanNumberInterpretations/">number theory</a> or visualize<a href="http://demonstrations.wolfram.com/QCosineAndQSineFunctionsOverTheExtendedComplexQPlane/">complex functions</a></li>
<li><a href="http://blog.wolfram.com/2007/07/26/a-new-kind-of-building/">Design buildings</a> and <a href="http://demonstrations.wolfram.com/OpArt/">create art</a></li>
<li><a href="http://blog.wolfram.com/2008/03/19/decorating-eggs-with-mathematica/">Decorate Easter eggs</a> or <a href="http://blog.wolfram.com/2008/02/14/a-valentines-day-surprise/">draw a Valentine</a></li>
<li>And much, much more</li>
</ul>
</blockquote>
<p>OK, still not convinced?  Just do the math.  Mathematica can replace Visio, your calculator (graphing calculator), excel, batch photo editor and most common programming environments.</p>
<p>If you a developer, even just a dabbler, you must get Mathematica.  It&#8217;s easy to pick up and the more you learn the more amazing things you find.  Beyond that though, Mathematica&#8217;s symbolic programming is a progressive approach.  In a world of multi core, multi threaded apps OOP and Procedural programming is becoming increasingly complicated and bug prone.  Mathematica&#8217;s approach avoids the pitfalls of lost threads and memory leaks because the paradigm itself doesn&#8217;t allow you to make those mistakes (for the most part).  </p>
<p>I&#8217;ll let you in on another secret, that almost no literature covers.  Mathematica has the best web parsers out there.  It is insanely easy to bring data in from like 200 different file formats, including HTML.  For anyone who has ever built a web service, a scraper, spider or crawler, you know how painful it is to build these in most languages, not to mention maintaining a scraper or crawler.  Why no one promotes this feature is beyond me considering the mashup nature of the Web now.  It&#8217;s super fun to mash the various APIs out there with some cool mathematica visualizations.  (Oh, and for the search engine nutz out there, the linguistic engine in mathematica is insanely easy to use vs. raw wordnet and various spelling engines.  you can creating a really neat search suggestion tool within in an hour.)</p>
<p>(e.g. I made a visual search engine of shoes and women&#8217;s tops that crushes like.com.  it took me 1.5 hours.  I used the image manipulation tools in Mathematica to analyze shapes and colors of products via the built in similarity algorithms.  Post a comment if you want that code)</p>
<p>So, yes, web industry people/media workers, you can get way ahead with this software.</p>
<p>BI people.  Give up that lame copy of SAS and SPSS.  Seriously, those products are so expensive for somewhat limited use.  I&#8217;ll still install R, because it&#8217;s FREE and extensible, but those other two gotta go if you are a stats and BI person.  <a href="http://store.wolfram.com/view/app/homeedition/?Qualifier=COMM">Get a home copy of mathematica</a>, learn it, and then get a pro copy at work.  Don&#8217;t trust me on this, just try it.  Let me know if you really can&#8217;t kick your SPSS habit.</p>
<p>I really could go on forever.  The scope of use for this software is pretty insane.  Hell, the documentation alone is a great teaching aid.  Sometimes I just browse the documentation to learn new math or programming or to explore the data.  What few people know is that the documentation itself is interactive and computable.  You don&#8217;t just get a book of examples, you can actually &#8220;run the program&#8221; within the documentation and see it live.  For the home user, this means you can use the documentation to get going very quickly and start to modify the examples to suit your task.</p>
<p>Call me a FanBoy.  That&#8217;s fine.  You will be too if you <a href="http://store.wolfram.com/view/app/homeedition/?Qualifier=COMM">invest $295</a> and 2 hours of your time.  Methinks you&#8217;ll feel what I feel about this &#8211; how can I possibly be given this much power without paying 10x this much?  There must be a catch!  There isn&#8217;t.  This is the best deal in software. (just think of how much you paid for MS Office and Photoshop&#8230; and those only do a handful of functions)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/un1crom.wordpress.com/935/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/un1crom.wordpress.com/935/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/un1crom.wordpress.com/935/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/un1crom.wordpress.com/935/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/un1crom.wordpress.com/935/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/un1crom.wordpress.com/935/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/un1crom.wordpress.com/935/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/un1crom.wordpress.com/935/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/un1crom.wordpress.com/935/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/un1crom.wordpress.com/935/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/un1crom.wordpress.com/935/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/un1crom.wordpress.com/935/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/un1crom.wordpress.com/935/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/un1crom.wordpress.com/935/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&#038;blog=2310475&#038;post=935&#038;subd=un1crom&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://socialmode.com/2009/02/07/wolfram-mathematica-home-edition/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a7b3a504aac10f5ee201af19ad95f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">un1crom</media:title>
		</media:content>
	</item>
		<item>
		<title>What Is Functional Programming?</title>
		<link>http://socialmode.com/2008/12/21/what-is-functional-programming/</link>
		<comments>http://socialmode.com/2008/12/21/what-is-functional-programming/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 20:43:14 +0000</pubDate>
		<dc:creator>un1crom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[functional programming]]></category>
		<category><![CDATA[lambda calculus]]></category>
		<category><![CDATA[lisp]]></category>
		<category><![CDATA[mathematica]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://socialmode.com/?p=684</guid>
		<description><![CDATA[Here&#8217;s a nice intro to functional programming on Dr. Dobbs. In any functional programming language, you are likely to encounter these features: * First-class functions, or higher-order functions: Functions can serve as arguments and results of functions. * Recursion as &#8230; <a href="http://socialmode.com/2008/12/21/what-is-functional-programming/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&#038;blog=2310475&#038;post=684&#038;subd=un1crom&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ddj.com/development-tools/212201710">Here&#8217;s a nice intro to functional programming on Dr. Dobbs.</a></p>
<blockquote><p>In any functional programming language, you are likely to encounter these features:</p>
<p>* First-class functions, or higher-order functions: Functions can serve as arguments and results of functions.<br />
* Recursion as the primary tool for iteration.<br />
* Heavy use of pattern matching, although technically it is not a defining feature of FP.<br />
* Lazy evaluation, which makes possible the creation of infinite sequences and other data structures.</p></blockquote>
<p>At the end of the article on page 2 you get a nice discussion of Mathematica as a functional programming language.</p>
<p>It&#8217;s been noted a lot lately in technical publications that functional programming will continue to grow in importance due in large part to the need for parallel computing.  Functional programming is well suited for massive parrallel computation for a variety of reasons and the article does a good job highlighting some of those.  Of course, it comes at a price to developers &#8211; the learning curve.</p>
<p>It&#8217;s not a trivial exercise to switch from OO and imperative styles into functional.  And the lack of huge repositories of free code makes doing a quick commercial application fairly challenging.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/un1crom.wordpress.com/684/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/un1crom.wordpress.com/684/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/un1crom.wordpress.com/684/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/un1crom.wordpress.com/684/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/un1crom.wordpress.com/684/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/un1crom.wordpress.com/684/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/un1crom.wordpress.com/684/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/un1crom.wordpress.com/684/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/un1crom.wordpress.com/684/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/un1crom.wordpress.com/684/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/un1crom.wordpress.com/684/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/un1crom.wordpress.com/684/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/un1crom.wordpress.com/684/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/un1crom.wordpress.com/684/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&#038;blog=2310475&#038;post=684&#038;subd=un1crom&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://socialmode.com/2008/12/21/what-is-functional-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a7b3a504aac10f5ee201af19ad95f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">un1crom</media:title>
		</media:content>
	</item>
		<item>
		<title>Image Recognition in Mathematica 7 &#8211; Cheaper than a VC Backed Start Up!</title>
		<link>http://socialmode.com/2008/12/10/image-recognition-in-mathematica-7-cheaper-than-a-vc-backed-start-up/</link>
		<comments>http://socialmode.com/2008/12/10/image-recognition-in-mathematica-7-cheaper-than-a-vc-backed-start-up/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 21:21:29 +0000</pubDate>
		<dc:creator>un1crom</dc:creator>
				<category><![CDATA[mathematics]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[product development]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[voice recoginition]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[funding]]></category>
		<category><![CDATA[image processing]]></category>
		<category><![CDATA[image recognition]]></category>
		<category><![CDATA[like.com]]></category>
		<category><![CDATA[mathematica]]></category>

		<guid isPermaLink="false">http://socialmode.com/?p=619</guid>
		<description><![CDATA[Here&#8217;s a secret. You don&#8217;t need VC money to build a kickass image/video/sound recognition search engine like Like.com or that silly iphone app in the commercials. A copy of mathematica and this blog post on Mathematica 7s image manipulation features &#8230; <a href="http://socialmode.com/2008/12/10/image-recognition-in-mathematica-7-cheaper-than-a-vc-backed-start-up/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&#038;blog=2310475&#038;post=619&#038;subd=un1crom&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a secret.</p>
<p><a href="http://www.techcrunch.com/2008/10/21/likecoms-perfect-timing-32-million-series-c-round/">You don&#8217;t need VC money to build a kickass image/video/sound recognition search engine like Like.com</a> or that silly iphone app in the commercials.</p>
<p>A copy of mathematica and <a href="http://blog.wolfram.com/2008/12/01/the-incredible-convenience-of-mathematica-image-processing/">this blog post on Mathematica 7s image manipulation</a> features should get you well on your way.</p>
<p>Really folks. Mathematica has this out of the box.</p>
<p>Now, you probably should keep this a secret and go raise millions anyway.  I mean, you still need to throw a killer launch party and pay for some blogger swag.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/un1crom.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/un1crom.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/un1crom.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/un1crom.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/un1crom.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/un1crom.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/un1crom.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/un1crom.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/un1crom.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/un1crom.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/un1crom.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/un1crom.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/un1crom.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/un1crom.wordpress.com/619/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&#038;blog=2310475&#038;post=619&#038;subd=un1crom&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://socialmode.com/2008/12/10/image-recognition-in-mathematica-7-cheaper-than-a-vc-backed-start-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a7b3a504aac10f5ee201af19ad95f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">un1crom</media:title>
		</media:content>
	</item>
		<item>
		<title>Moebius Transformations and the Usefulness of Visualization</title>
		<link>http://socialmode.com/2008/11/22/mobius-transformations-and-pop-culture/</link>
		<comments>http://socialmode.com/2008/11/22/mobius-transformations-and-pop-culture/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 23:10:14 +0000</pubDate>
		<dc:creator>un1crom</dc:creator>
				<category><![CDATA[mathematics]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[data visualization]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[mathematica]]></category>
		<category><![CDATA[mobius]]></category>
		<category><![CDATA[moebius]]></category>
		<category><![CDATA[transformations]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://un1crom.wordpress.com/?p=541</guid>
		<description><![CDATA[Here&#8217;s an amazing video on YouTube (this will be old news to many people, as the video got popular last year at this time).  I got the back story on this bad boy from American Mathematical Society monthly mag, Notices.  &#8230; <a href="http://socialmode.com/2008/11/22/mobius-transformations-and-pop-culture/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&#038;blog=2310475&#038;post=541&#038;subd=un1crom&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an amazing video on YouTube (this will be old news to many people, as the video got popular last year at this time).  I got the back story on this bad boy from <a href="http://www.ams.org">American Mathematical Society</a> monthly mag, Notices.  <a href="http://www.ima.umn.edu/~arnold/moebius/">You can get more detail on the video and the creators at IMA</a>.</p>
<p>It&#8217;s a video of Moebius Transformations (produced by <a href="http://www.povray.org/">POV-ray</a> and, of course, <a href="http://www.wolfram.com">Mathematica</a>)</p>
<span style="text-align:center; display: block;"><a href="http://socialmode.com/2008/11/22/mobius-transformations-and-pop-culture/"><img src="http://img.youtube.com/vi/JX3VmDgiFnY/2.jpg" alt="" /></a></span>
<p>Now that you&#8217;ve seen the visual you can appreciate the power of visualizing data and math.  Take a <a href="http://en.wikipedia.org/wiki/M%C3%B6bius_transformation">look at the mathematics</a>.  I&#8217;d say a picture is worth AT LEAST a thousand words in this case.</p>
<p>For those wondering why we care about Moebius transformations&#8230;</p>
<blockquote><p>In <a title="Physics" href="http://en.wikipedia.org/wiki/Physics">physics</a>, the <a title="Identity component" href="http://en.wikipedia.org/wiki/Identity_component">identity component</a> of the <a title="Lorentz group" href="http://en.wikipedia.org/wiki/Lorentz_group">Lorentz group</a> acts on the <a title="Celestial sphere" href="http://en.wikipedia.org/wiki/Celestial_sphere">celestial sphere</a> the same way that the Möbius group acts on the <a title="Riemann sphere" href="http://en.wikipedia.org/wiki/Riemann_sphere">Riemann sphere</a>. In fact, these two groups are isomorphic. An observer who accelerates to relativistic velocities will see the pattern of constellations as seen near the Earth continuously transform according to infinitesimal Möbius transformations. This observation is often taken as the starting point of <a title="Twistor theory" href="http://en.wikipedia.org/wiki/Twistor_theory">twistor theory</a>.</p></blockquote>
<p>Oh, and they are COOL!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/un1crom.wordpress.com/541/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/un1crom.wordpress.com/541/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/un1crom.wordpress.com/541/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/un1crom.wordpress.com/541/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/un1crom.wordpress.com/541/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/un1crom.wordpress.com/541/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/un1crom.wordpress.com/541/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/un1crom.wordpress.com/541/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/un1crom.wordpress.com/541/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/un1crom.wordpress.com/541/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/un1crom.wordpress.com/541/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/un1crom.wordpress.com/541/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/un1crom.wordpress.com/541/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/un1crom.wordpress.com/541/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&#038;blog=2310475&#038;post=541&#038;subd=un1crom&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://socialmode.com/2008/11/22/mobius-transformations-and-pop-culture/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a7b3a504aac10f5ee201af19ad95f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">un1crom</media:title>
		</media:content>
	</item>
		<item>
		<title>Machine Learning in Mathematica</title>
		<link>http://socialmode.com/2008/07/25/machine-learning-in-mathematic/</link>
		<comments>http://socialmode.com/2008/07/25/machine-learning-in-mathematic/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 23:59:15 +0000</pubDate>
		<dc:creator>un1crom</dc:creator>
				<category><![CDATA[information theory]]></category>
		<category><![CDATA[science prizes]]></category>
		<category><![CDATA[social networks]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[mathematica]]></category>
		<category><![CDATA[nearest neighbor]]></category>

		<guid isPermaLink="false">http://un1crom.wordpress.com/?p=248</guid>
		<description><![CDATA[Mathematica is rad. Machine learning is also rad. Check out these fine demos and code files for some nice informatics and machine learning ideas.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&#038;blog=2310475&#038;post=248&#038;subd=un1crom&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Mathematica is rad.</p>
<p>Machine learning is also rad.</p>
<p><a href="http://www.bioinf.jku.at/software/ML-Math/">Check out these fine demos and code files for some nice informatics and machine learning ideas.</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/un1crom.wordpress.com/248/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/un1crom.wordpress.com/248/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/un1crom.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/un1crom.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/un1crom.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/un1crom.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/un1crom.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/un1crom.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/un1crom.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/un1crom.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/un1crom.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/un1crom.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/un1crom.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/un1crom.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/un1crom.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/un1crom.wordpress.com/248/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&#038;blog=2310475&#038;post=248&#038;subd=un1crom&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://socialmode.com/2008/07/25/machine-learning-in-mathematic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a7b3a504aac10f5ee201af19ad95f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">un1crom</media:title>
		</media:content>
	</item>
		<item>
		<title>Church Rosser Theorem</title>
		<link>http://socialmode.com/2008/07/16/church-rosser-theorem/</link>
		<comments>http://socialmode.com/2008/07/16/church-rosser-theorem/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 13:19:24 +0000</pubDate>
		<dc:creator>un1crom</dc:creator>
				<category><![CDATA[computation]]></category>
		<category><![CDATA[mathematics]]></category>
		<category><![CDATA[new kind of science]]></category>
		<category><![CDATA[alonzo church]]></category>
		<category><![CDATA[church rosser theory]]></category>
		<category><![CDATA[confluence]]></category>
		<category><![CDATA[functional programming]]></category>
		<category><![CDATA[mathematica]]></category>
		<category><![CDATA[rewriting systems]]></category>

		<guid isPermaLink="false">http://un1crom.wordpress.com/?p=195</guid>
		<description><![CDATA[This is one fun little theorem. Basically&#8230; if symbolic systems terminate (program halts/gives output), the terminating expression is independent of how the rules were applied. You get &#8220;confluence&#8221; out of this. You probably are thinking, &#8220;and so what does this &#8230; <a href="http://socialmode.com/2008/07/16/church-rosser-theorem/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&#038;blog=2310475&#038;post=195&#038;subd=un1crom&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Church-Rosser_theorem">This is one fun little theorem. </a></p>
<p>Basically&#8230; if symbolic systems terminate (program halts/gives output), the terminating expression is independent of how the rules were applied.</p>
<p><a href="http://en.wikipedia.org/wiki/Confluence_(term_rewriting)">You get &#8220;confluence&#8221; out of this.</a></p>
<p>You probably are thinking, &#8220;and so what does this have to do with my life?&#8221;</p>
<p>a) maybe nothing if arithmetic never enters your life (unlikely)</p>
<p>b) it&#8217;s extremely good to know when you use functional programming that you can get to the same answer with many different ways of writing something.  <a href="http://en.wikipedia.org/wiki/Functional_programming">For good overview of functional programming, go here.</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/un1crom.wordpress.com/195/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/un1crom.wordpress.com/195/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/un1crom.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/un1crom.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/un1crom.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/un1crom.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/un1crom.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/un1crom.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/un1crom.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/un1crom.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/un1crom.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/un1crom.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/un1crom.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/un1crom.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/un1crom.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/un1crom.wordpress.com/195/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&#038;blog=2310475&#038;post=195&#038;subd=un1crom&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://socialmode.com/2008/07/16/church-rosser-theorem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a7b3a504aac10f5ee201af19ad95f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">un1crom</media:title>
		</media:content>
	</item>
	</channel>
</rss>
