<?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 for Mathematica Cookbook</title>
	<atom:link href="http://mathematicacookbook.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://mathematicacookbook.com</link>
	<description>Building Blocks for Science, Engineering, Finance, Music and More</description>
	<lastBuildDate>Sat, 14 Apr 2012 02:31:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Challenge Answer by Sal Mangano</title>
		<link>http://mathematicacookbook.com/?p=270#comment-146</link>
		<dc:creator>Sal Mangano</dc:creator>
		<pubDate>Sat, 14 Apr 2012 02:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://mathematicacookbook.com/?p=270#comment-146</guid>
		<description>Fixed the formatting. Thanks for pointing that out.

If the Sort is a stable sort then this would be the case because this was the order prior to sorting. In any case the length of the words themselves would not have any bearing on the order because SortBy is only considering the size of each family.</description>
		<content:encoded><![CDATA[<p>Fixed the formatting. Thanks for pointing that out.</p>
<p>If the Sort is a stable sort then this would be the case because this was the order prior to sorting. In any case the length of the words themselves would not have any bearing on the order because SortBy is only considering the size of each family.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Challenge Answer by Dan</title>
		<link>http://mathematicacookbook.com/?p=270#comment-145</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sat, 14 Apr 2012 02:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://mathematicacookbook.com/?p=270#comment-145</guid>
		<description>Elegant solution! (It would be visually neater if the &quot;DictionaryLookup&quot; were on a new line so the whole code example could be viewed at the same time.)

The next-to-last anagram set also had eight elements. But in your sorting and Simon&#039;s, the 5-letter words was deemed longest. What specifically accounts for that?

Thanks for a nice challenge with a neat solution!
Dan</description>
		<content:encoded><![CDATA[<p>Elegant solution! (It would be visually neater if the &#8220;DictionaryLookup&#8221; were on a new line so the whole code example could be viewed at the same time.)</p>
<p>The next-to-last anagram set also had eight elements. But in your sorting and Simon&#8217;s, the 5-letter words was deemed longest. What specifically accounts for that?</p>
<p>Thanks for a nice challenge with a neat solution!<br />
Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Challenge by Challenge Answer &#124; Mathematica Cookbook</title>
		<link>http://mathematicacookbook.com/?p=265#comment-144</link>
		<dc:creator>Challenge Answer &#124; Mathematica Cookbook</dc:creator>
		<pubDate>Sat, 14 Apr 2012 01:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://mathematicacookbook.com/?p=265#comment-144</guid>
		<description>[...] Post navigation &#8592; Previous [...]</description>
		<content:encoded><![CDATA[<p>[...] Post navigation &larr; Previous [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Challenge by Sal Mangano</title>
		<link>http://mathematicacookbook.com/?p=265#comment-140</link>
		<dc:creator>Sal Mangano</dc:creator>
		<pubDate>Fri, 13 Apr 2012 14:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://mathematicacookbook.com/?p=265#comment-140</guid>
		<description>My motivation is that I was doing research for a iOS project where I have to write an anagram generator in Objective C.</description>
		<content:encoded><![CDATA[<p>My motivation is that I was doing research for a iOS project where I have to write an anagram generator in Objective C.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Challenge by Simon Tyler</title>
		<link>http://mathematicacookbook.com/?p=265#comment-139</link>
		<dc:creator>Simon Tyler</dc:creator>
		<pubDate>Fri, 13 Apr 2012 14:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://mathematicacookbook.com/?p=265#comment-139</guid>
		<description>@Sal, the last line of my comment said the same thing worked starting with the whole dictionary... I just liked the Repeated[_, {5}] pattern, it&#039;s something I don&#039;t get to use often.

What was the motivation for you writing the post? Was there some reason you were playing around with the dictionary data? Or was it just for fun?</description>
		<content:encoded><![CDATA[<p>@Sal, the last line of my comment said the same thing worked starting with the whole dictionary&#8230; I just liked the Repeated[_, {5}] pattern, it&#8217;s something I don&#8217;t get to use often.</p>
<p>What was the motivation for you writing the post? Was there some reason you were playing around with the dictionary data? Or was it just for fun?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Challenge by Dan</title>
		<link>http://mathematicacookbook.com/?p=265#comment-138</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 13 Apr 2012 12:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://mathematicacookbook.com/?p=265#comment-138</guid>
		<description>By &quot;Yes,&quot; of course, I meant &quot;no&quot; to my question. But it was interesting that WordData and DictionaryLookup give different answers:
DL: {&quot;least&quot;, &quot;slate&quot;, &quot;Stael&quot;, &quot;stale&quot;, &quot;steal&quot;, &quot;tales&quot;, &quot;teals&quot;, &quot;Tesla&quot;}

WD: {&quot;Lates&quot;, &quot;least&quot;, &quot;slate&quot;, &quot;Stael&quot;, &quot;stale&quot;, &quot;steal&quot;, &quot;stela&quot;, &quot;tesla&quot;, &quot;Tesla&quot;}</description>
		<content:encoded><![CDATA[<p>By &#8220;Yes,&#8221; of course, I meant &#8220;no&#8221; to my question. But it was interesting that WordData and DictionaryLookup give different answers:<br />
DL: {&#8220;least&#8221;, &#8220;slate&#8221;, &#8220;Stael&#8221;, &#8220;stale&#8221;, &#8220;steal&#8221;, &#8220;tales&#8221;, &#8220;teals&#8221;, &#8220;Tesla&#8221;}</p>
<p>WD: {&#8220;Lates&#8221;, &#8220;least&#8221;, &#8220;slate&#8221;, &#8220;Stael&#8221;, &#8220;stale&#8221;, &#8220;steal&#8221;, &#8220;stela&#8221;, &#8220;tesla&#8221;, &#8220;Tesla&#8221;}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Challenge by Dan</title>
		<link>http://mathematicacookbook.com/?p=265#comment-137</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 13 Apr 2012 12:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://mathematicacookbook.com/?p=265#comment-137</guid>
		<description>Yes, run Simon&#039;s code on DictionaryLookup[] instead.</description>
		<content:encoded><![CDATA[<p>Yes, run Simon&#8217;s code on DictionaryLookup[] instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Challenge by Dan</title>
		<link>http://mathematicacookbook.com/?p=265#comment-136</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 13 Apr 2012 12:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://mathematicacookbook.com/?p=265#comment-136</guid>
		<description>It&#039;s necessary to use _some_ information about the output set. Is it that it&#039;s a set of 8 anagrams? That is, for each word in the dictionary generate the list of its anagrams,  and choose the entry with the longest length.</description>
		<content:encoded><![CDATA[<p>It&#8217;s necessary to use _some_ information about the output set. Is it that it&#8217;s a set of 8 anagrams? That is, for each word in the dictionary generate the list of its anagrams,  and choose the entry with the longest length.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Challenge by Sal Mangano</title>
		<link>http://mathematicacookbook.com/?p=265#comment-135</link>
		<dc:creator>Sal Mangano</dc:creator>
		<pubDate>Fri, 13 Apr 2012 12:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://mathematicacookbook.com/?p=265#comment-135</guid>
		<description>@Simon That is close but your solution starts out knowing the answer has words of length 5 and mine does not.</description>
		<content:encoded><![CDATA[<p>@Simon That is close but your solution starts out knowing the answer has words of length 5 and mine does not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Challenge by Sal Mangano</title>
		<link>http://mathematicacookbook.com/?p=265#comment-134</link>
		<dc:creator>Sal Mangano</dc:creator>
		<pubDate>Fri, 13 Apr 2012 11:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://mathematicacookbook.com/?p=265#comment-134</guid>
		<description>@Dan You can suggest an answer and then maybe some one will code it!</description>
		<content:encoded><![CDATA[<p>@Dan You can suggest an answer and then maybe some one will code it!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

