<?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 Jonathan Landrum</title> <atom:link href="http://jonlandrum.com/comments/feed/" rel="self" type="application/rss+xml" /><link>http://jonlandrum.com</link> <description>Producing fine code in Java, C++, Fortran, and others</description> <lastBuildDate>Thu, 23 Feb 2012 04:59:31 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Comment on Finding the Difference of Sums using C++ by What Sigma Notation Means to a Computer Scientist :: Jonathan Landrum</title><link>http://jonlandrum.com/2012/02/03/finding-the-difference-of-sums-using-cpp/#comment-68</link> <dc:creator>What Sigma Notation Means to a Computer Scientist :: Jonathan Landrum</dc:creator> <pubDate>Thu, 23 Feb 2012 04:59:31 +0000</pubDate> <guid
isPermaLink="false">http://jonlandrum.com/?p=178#comment-68</guid> <description>[...] &#931; is to sum all i&#8216;s from 1 to 100 (or whatever is on top), as I have shown before when finding sums in c++. An exact analog to a loop. I made a couple corrections to the image from before; I only hope [...]</description> <content:encoded><![CDATA[<p>[...] &Sigma; is to sum all i&#8216;s from 1 to 100 (or whatever is on top), as I have shown before when finding sums in c++. An exact analog to a loop. I made a couple corrections to the image from before; I only hope [...]</p> ]]></content:encoded> </item> <item><title>Comment on Fortran Prime Number Calculator by Calculating the Padovan Sequence with Fortran :: Jonathan Landrum</title><link>http://jonlandrum.com/2012/01/30/fortran-prime-number-calculator/#comment-67</link> <dc:creator>Calculating the Padovan Sequence with Fortran :: Jonathan Landrum</dc:creator> <pubDate>Thu, 23 Feb 2012 04:57:49 +0000</pubDate> <guid
isPermaLink="false">http://jonlandrum.com/?p=135#comment-67</guid> <description>[...] file and have the function start from the previous number. Or you could even do as I did with my prime number calculator and have the user define a range. As it stands, the program re-calculates every number back to 1 [...]</description> <content:encoded><![CDATA[<p>[...] file and have the function start from the previous number. Or you could even do as I did with my prime number calculator and have the user define a range. As it stands, the program re-calculates every number back to 1 [...]</p> ]]></content:encoded> </item> <item><title>Comment on Calculating Factorials with a Recursive Function by Calculating the Padovan Sequence with Fortran :: Jonathan Landrum</title><link>http://jonlandrum.com/2012/02/15/calculating-factorials-with-a-recursive-function/#comment-66</link> <dc:creator>Calculating the Padovan Sequence with Fortran :: Jonathan Landrum</dc:creator> <pubDate>Thu, 23 Feb 2012 04:56:49 +0000</pubDate> <guid
isPermaLink="false">http://jonlandrum.com/?p=248#comment-66</guid> <description>[...] Because this program uses recursion, caution should be observed when asking for more than 50 or 60 numbers. By putting the general case [...]</description> <content:encoded><![CDATA[<p>[...] Because this program uses recursion, caution should be observed when asking for more than 50 or 60 numbers. By putting the general case [...]</p> ]]></content:encoded> </item> <item><title>Comment on Adding the Even Numbers of the Fibonacci Sequence by Calculating the Padovan Sequence with Fortran :: Jonathan Landrum</title><link>http://jonlandrum.com/2012/02/01/adding-the-even-numbers-of-the-fibonacci-sequence/#comment-65</link> <dc:creator>Calculating the Padovan Sequence with Fortran :: Jonathan Landrum</dc:creator> <pubDate>Thu, 23 Feb 2012 04:55:00 +0000</pubDate> <guid
isPermaLink="false">http://jonlandrum.com/?p=165#comment-65</guid> <description>[...] Landrum The Padovan Sequence is a recursive series I discovered recently, and it is similar to the Fibonacci Sequence I&#8217;ve written about before. The difference is the patterns the two recursive sequences [...]</description> <content:encoded><![CDATA[<p>[...] Landrum The Padovan Sequence is a recursive series I discovered recently, and it is similar to the Fibonacci Sequence I&#8217;ve written about before. The difference is the patterns the two recursive sequences [...]</p> ]]></content:encoded> </item> <item><title>Comment on Finding the Difference of Sums using C++ by Calculating Factorials with an Iterative Method :: Jonathan Landrum</title><link>http://jonlandrum.com/2012/02/03/finding-the-difference-of-sums-using-cpp/#comment-45</link> <dc:creator>Calculating Factorials with an Iterative Method :: Jonathan Landrum</dc:creator> <pubDate>Thu, 16 Feb 2012 14:38:07 +0000</pubDate> <guid
isPermaLink="false">http://jonlandrum.com/?p=178#comment-45</guid> <description>[...] if you have an algorithm that gets straight to the answer, choose that one! When I wrote about finding the difference of sums the other day, I skipped all the looping and got straight to the point with Euler&#039;s summation [...]</description> <content:encoded><![CDATA[<p>[...] if you have an algorithm that gets straight to the answer, choose that one! When I wrote about finding the difference of sums the other day, I skipped all the looping and got straight to the point with Euler&#8217;s summation [...]</p> ]]></content:encoded> </item> <item><title>Comment on Calculating Factorials with a Recursive Function by Calculating Factorials with an Iterative Method :: Jonathan Landrum</title><link>http://jonlandrum.com/2012/02/15/calculating-factorials-with-a-recursive-function/#comment-44</link> <dc:creator>Calculating Factorials with an Iterative Method :: Jonathan Landrum</dc:creator> <pubDate>Thu, 16 Feb 2012 14:31:35 +0000</pubDate> <guid
isPermaLink="false">http://jonlandrum.com/?p=248#comment-44</guid> <description>[...] I wrote yesterday about calculating factorials with a recursive function, and I mentioned that there was another method you could use to find the answer [...]</description> <content:encoded><![CDATA[<p>[...] I wrote yesterday about calculating factorials with a recursive function, and I mentioned that there was another method you could use to find the answer [...]</p> ]]></content:encoded> </item> <item><title>Comment on Adding the Prime Numbers Less Than 2,000,000 by Using Fortran to Calculate the Sum of the Digits of a Very Large Number :: Jonathan Landrum</title><link>http://jonlandrum.com/2012/02/10/adding-the-prime-numbers-less-than-2000000/#comment-34</link> <dc:creator>Using Fortran to Calculate the Sum of the Digits of a Very Large Number :: Jonathan Landrum</dc:creator> <pubDate>Sat, 11 Feb 2012 17:43:42 +0000</pubDate> <guid
isPermaLink="false">http://jonlandrum.com/?p=230#comment-34</guid> <description>[...] This number is well outside the limit of integer space, so using a language such as Fortran and returning &lt;code&gt;2**1000&lt;/code&gt; won&#039;t work. [...]</description> <content:encoded><![CDATA[<p>[...] This number is well outside the limit of integer space, so using a language such as Fortran and returning <code>2**1000</code> won&#8217;t work. [...]</p> ]]></content:encoded> </item> <item><title>Comment on Fortran Prime Number Calculator by Computing the nth Prime :: Jonathan Landrum</title><link>http://jonlandrum.com/2012/01/30/fortran-prime-number-calculator/#comment-28</link> <dc:creator>Computing the nth Prime :: Jonathan Landrum</dc:creator> <pubDate>Mon, 06 Feb 2012 20:49:27 +0000</pubDate> <guid
isPermaLink="false">http://jonlandrum.com/?p=135#comment-28</guid> <description>[...] wrote a program a while back that found all the primes in a list, and it used Fortran to do it. At the time I first wrote this program, one of my instructors [...]</description> <content:encoded><![CDATA[<p>[...] wrote a program a while back that found all the primes in a list, and it used Fortran to do it. At the time I first wrote this program, one of my instructors [...]</p> ]]></content:encoded> </item> <item><title>Comment on Collatz Conjecture by paul stadfeld</title><link>http://jonlandrum.com/2012/01/24/collatz-conjecture/#comment-24</link> <dc:creator>paul stadfeld</dc:creator> <pubDate>Thu, 02 Feb 2012 04:14:09 +0000</pubDate> <guid
isPermaLink="false">http://jonlandrum.com/?p=42#comment-24</guid> <description>Obviously, no one knows WHY it&#039;s unproven. But take my Mersenne Number example: by the successor rules for forming Mersenne Numbers, one  sees that the successor of 1mod3 is 0mod3 and that the sucessor of 0mod3 is 1m0d3 all the way to infinity. Since the first Mersenne Number is 1mod3 with an odd number of bits, that means that all even bit Mersenne Numbers are 0mod3 (and therefore, divisible by 3). What&#039;s important is I don&#039;t HAVE to test every Mersenne Number. This is a simple example. The problem is that no such process has been worked out for Collatz that can decide the issue for the infinite set. So people keep testing it, not because they will ever reach infinity. but on the chance they might stumble on a counterexample. You wouldn&#039;t need to explain why, just demonstrate it.
Also, in Collatz there is something called The Crossover Point. If it&#039;s an interger, then there is a loop cycle. Now before you say &quot;it must never be an integer&quot; consider that when in the negative domain, the rossover Point IS an integer, that&#039;s how we get the loop cycle at -17. As far as  I know, there is no positive domain interger Crossover Point, but I can&#039;t prove it. The point is that a mechanism exists that COULD make the conjecture false (although it would be a very large number).</description> <content:encoded><![CDATA[<p>Obviously, no one knows WHY it&#8217;s unproven. But take my Mersenne Number example: by the successor rules for forming Mersenne Numbers, one  sees that the successor of 1mod3 is 0mod3 and that the sucessor of 0mod3 is 1m0d3 all the way to infinity. Since the first Mersenne Number is 1mod3 with an odd number of bits, that means that all even bit Mersenne Numbers are 0mod3 (and therefore, divisible by 3). What&#8217;s important is I don&#8217;t HAVE to test every Mersenne Number. This is a simple example. The problem is that no such process has been worked out for Collatz that can decide the issue for the infinite set. So people keep testing it, not because they will ever reach infinity. but on the chance they might stumble on a counterexample. You wouldn&#8217;t need to explain why, just demonstrate it.<br
/> Also, in Collatz there is something called The Crossover Point. If it&#8217;s an interger, then there is a loop cycle. Now before you say &#8220;it must never be an integer&#8221; consider that when in the negative domain, the rossover Point IS an integer, that&#8217;s how we get the loop cycle at -17. As far as  I know, there is no positive domain interger Crossover Point, but I can&#8217;t prove it. The point is that a mechanism exists that COULD make the conjecture false (although it would be a very large number).</p> ]]></content:encoded> </item> <item><title>Comment on FizzBuzz by Sum of Threes and Fives :: Jonathan Landrum</title><link>http://jonlandrum.com/2012/01/23/fizzbuzz/#comment-23</link> <dc:creator>Sum of Threes and Fives :: Jonathan Landrum</dc:creator> <pubDate>Wed, 01 Feb 2012 00:07:28 +0000</pubDate> <guid
isPermaLink="false">http://jonlandrum.com/?p=1#comment-23</guid> <description>[...] all integers between 1 and 1,000 that are divisible by either 3 or 5. I immediately thought of the FizzBuzz program I wrote a while back, and realized the algorithm is actually quite similar. It&#8217;s just [...]</description> <content:encoded><![CDATA[<p>[...] all integers between 1 and 1,000 that are divisible by either 3 or 5. I immediately thought of the FizzBuzz program I wrote a while back, and realized the algorithm is actually quite similar. It&#8217;s just [...]</p> ]]></content:encoded> </item> </channel> </rss>
