<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>Judebert.com (Entries tagged as math)</title>
    <link>http://judebert.com/progress/</link>
    <description>Progress Report</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:judebert@judebert.com" />
    <generator>Serendipity 1.6.2 - http://www.s9y.org/</generator>
    <managingEditor>judebert@judebert.com</managingEditor>

    <image>
        <url>http://www.judebert.com/progress/judebert.gif</url>
        <title>RSS: Judebert.com - Progress Report</title>
        <link>http://judebert.com/progress/</link>
        <width>100</width>
        <height>100</height>
    </image>

<item>
    <title>The Alpha Geek Programs Math</title>
    <link>http://judebert.com/progress/archives/351-The-Alpha-Geek-Programs-Math.html</link>
            <category>Programming</category>
    
    <comments>http://judebert.com/progress/archives/351-The-Alpha-Geek-Programs-Math.html#comments</comments>
    <wfw:comment>http://judebert.com/progress/wfwcomment.php?cid=351</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://judebert.com/progress/rss.php?version=2.0&amp;type=comments&amp;cid=351</wfw:commentRss>
    

    <author>judebert@judebert.com (Judebert)</author>
    <content:encoded>
    &lt;p&gt;
I know I&#039;ve been neglecting my blogs lately.  And my online forums.  And FaceBook.  I apologize.
&lt;/p&gt;&lt;p&gt;
I&#039;ve been working on a neat little puzzle game.  Not a &quot;puzzle game&quot; like Bejeweled or those other match-up toys.  Something that actually requires a little bit of thought, like Sudoku or Griddlers, but more logic.  I&#039;ve got a prototype, but I&#039;m not ready to release it just yet; I promise to let you know when it&#039;s ready.
&lt;/p&gt;&lt;p&gt;
What&#039;s taken me so long is the mathematical whirlwind I&#039;ve immersed myself in.  It&#039;s been delightful.  (Yes, the Alpha Geek enjoys math.)  For a rather minor aspect of the coding, I needed a way to sum any pair of 36 possible numbers and guarantee that the result was unique for that pair.  (In mathematical terms, I needed a set such that a&lt;sub&gt;i&lt;/sub&gt; + a&lt;sub&gt;j&lt;/sub&gt; is distinct for all i &amp;lt; j.)  I searched online for days before finding what I need: weak Sidon sets, also known as &quot;well-spread sets&quot; or S&lt;sub&gt;2&lt;/sub&gt; sets.
&lt;/p&gt;&lt;p&gt;
It turns out that nobody has published any weak Sidon sequences of any appreciable length, though.  I needed to write a program to generate them.  
&lt;/p&gt;&lt;p&gt;
My first try turned up a 36-member set and a 100-member set in short order.  But I wanted smaller numbers, so I programmed more exhaustive search methods.  One of them ran for 36 hours before Kayla decided to log me out, destroying all my progress.
&lt;/p&gt;&lt;p&gt;
So I modified the program.  It now finds all well-spread sequences of a particular length chosen from the set of integers smaller than a specified maximum.  And it saves its progress, so if I&#039;m ever interrupted again, I can simply resume.  I can even run on multiple computers by generating new start states (although of course I&#039;ll have to quit one of the programs manually).
&lt;/p&gt;&lt;p&gt;
When I&#039;ve got my first set of sequences, I&#039;ll publish my results and my program.  I just thought you should know why you haven&#039;t heard much from me.  
&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 11 Jun 2009 15:41:46 -0400</pubDate>
    <guid isPermaLink="false">http://judebert.com/progress/archives/351-guid.html</guid>
    <category>alpha geek</category>
<category>math</category>
<category>programming</category>

</item>
<item>
    <title>Math Injury</title>
    <link>http://judebert.com/progress/archives/317-Math-Injury.html</link>
            <category>Tatiana</category>
    
    <comments>http://judebert.com/progress/archives/317-Math-Injury.html#comments</comments>
    <wfw:comment>http://judebert.com/progress/wfwcomment.php?cid=317</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://judebert.com/progress/rss.php?version=2.0&amp;type=comments&amp;cid=317</wfw:commentRss>
    

    <author>judebert@judebert.com (Judebert)</author>
    <content:encoded>
    &lt;p&gt;
Tatiana went to another Mu Alpha Theta competition this weekend.  She took 9th place in the individual geometry competition!  &lt;a href=&quot;http://judebert.com/progress/archives/317-Math-Injury.html#extended&quot;&gt;(Read on for one of the interesting problems she couldn&#039;t get.)&lt;/a&gt;
&lt;/p&gt;&lt;p&gt;
Unfortunately, she suffered an injury.  You don&#039;t normally associate injuries with math; it&#039;s not a rough sport or anything.  But it turns out Tatiana inherited her mother&#039;s brittle feet.  She severely sprained her ankle on the way to the stage.
&lt;/p&gt;&lt;p&gt;
She&#039;s on crutches and ibuprofen.  
&lt;/p&gt;&lt;p&gt;
&lt;strong&gt;Update 2009-02-04:&lt;/strong&gt; I will no longer take my family to the CentraCare on University Blvd.  After 48 hours without a reduction in swelling, we took her to our pediatrician, who discovered that the leg is actually fractured.  Tatiana is now in a walking cast for 4 weeks. &lt;br /&gt;&lt;a href=&quot;http://judebert.com/progress/archives/317-Math-Injury.html#extended&quot;&gt;Continue reading &quot;Math Injury&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 02 Feb 2009 14:35:20 -0500</pubDate>
    <guid isPermaLink="false">http://judebert.com/progress/archives/317-guid.html</guid>
    <category>injuries</category>
<category>math</category>
<category>school</category>

</item>

</channel>
</rss>