<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Math-Blog</title>
	
	<link>http://math-blog.com</link>
	<description>Mathematics is wonderful!</description>
	<lastBuildDate>Fri, 23 Jul 2010 17:30:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/math-blog" /><feedburner:info uri="math-blog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>
In-Depth Book Review: The Computer as Crucible</title>
		<link>http://feedproxy.google.com/~r/math-blog/~3/VxUFc_eSlYE/</link>
		<comments>http://math-blog.com/2010/07/23/in-depth-book-review-the-computer-as-crucible/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 17:30:30 +0000</pubDate>
		<dc:creator>Antonio Cangiano</dc:creator>
				<category><![CDATA[Applied Math]]></category>
		<category><![CDATA[Suggested Reading]]></category>
		<category><![CDATA[Unsolved Problems]]></category>

		<guid isPermaLink="false">http://math-blog.com/?p=422</guid>
		<description><![CDATA[Title: The Computer as CrucibleAuthors: Jonathan Borwein and Keith DevlinTrue pp.: 154Publisher: A K Peters LtdPublished on: November 2008ISBN-13: 978-1568813431Rating: 8/10 Jonathan Borwein and Keith Devlin are well-known mathematicians who have a strong appreciation of, and expertise in, experimental mathematics. In this book they provide us with a concise, inviting introduction to the field. The [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://math-blog.com/go/?1568813430"><img src="http://math-blog.com/wp-content/uploads/2010/07/51D-7zyN1kL._SL160_.jpg" style="float: right; border:none;" alt="The Computer as Crucible" title="The Computer as Crucible" /></a><br/>Title: <a href="http://math-blog.com/go/?1568813430"><strong>The Computer as Crucible</strong></a><br/>Authors: <strong>Jonathan Borwein and Keith Devlin</strong><br/>True pp.: <strong>154</strong><br/>Publisher: <strong>A K Peters Ltd</strong><br/>Published on: <strong>November 2008</strong><br/>ISBN-13: <a href="http://math-blog.com/go/?1568813430"><strong>978-1568813431</strong></a><br/>Rating: <strong>8/10</strong></p>
<p><br/></p>
<p>Jonathan Borwein and Keith Devlin are well-known mathematicians who have a strong appreciation of, and expertise in, experimental mathematics. In this book they provide us with a concise, inviting introduction to the field.</p>
<p>The first chapter tries to succinctly explain what experimental mathematics is and why it&#8217;s a fundamental tool for the modern mathematician. The following is their definition: </p>
<blockquote><p>Experimental mathematics is the use of a computer to run computations&mdash;sometimes no more than trial-and-error tests&mdash;to look for patterns, to identify particular numbers and sequences, to gather evidence in support of specific mathematical assertions that may themselves arise by computational means, including search. Like contemporary chemists&mdash;and before them the alchemists of old&mdash;who mix various substances together in a crucible and heat them to a high temperature to see what happens, today&#8217;s experimental mathematician puts a hopefully potent mix of numbers, formulas, and algorithms into a computer in the hope that something of interest emerges.</p></blockquote>
<p>They immediately address some of the possible objections and illustrate how an approach that doesn&#8217;t focus on formal proof, but rather on exploration and experimentation, ultimately leads to hypotheses which can then be, in many cases, proved analytically. The authors argue that in this sense, thanks to the aid of advanced computers, mathematics is becoming more and more similar to other natural sciences.</p>
<p>They also make a case for how great mathematicians like Euler, Gauss, and  Reimann were doing experimental mathematics well before calculators where available. Their calculations on paper were far more limited than what computers afford us these days, yet they served them well when it came to sharpening and verifying their intuitions.</p>
<p>The rest of the book is a continuous series of examples that show the advantages of this approach in practice. The examples are highly interesting (some of them stunning) and tend to focus on calculus, analysis and analytical number theory.</p>
<p>Each chapter is accompanied by a section called &#8220;Explorations&#8221;. I found this section to be particularly valuable. Within it you&#8217;ll find exercises, and further examples and considerations. The answers/solutions to the actual problems are provided in the second to last chapter, just before the brief epilogue.</p>
<p>Chapter 2 discusses how to calculate an arbitrary digit for irrational numbers like <img src='http://math-blog.com/wp-content/latex/pictures/4f08e3dba63dc6d40b22952c7a9dac6d.png' title='\pi' alt='\pi' align=absmiddle>, in certain bases. They illustrate how the so called BBP Formula (Bailey-Borwein-Plouffe formula, co-discovered by Jonathan Borwein’s brother) came to be.</p>
<p align="center"><img src='http://math-blog.com/wp-content/latex/pictures/c3215938e656e6632c4a423edbe62067.png' title='\displaystyle \pi = \sum_{k=0}^\infty\frac{1}{16^k}\left (\frac{4}{8k+1}-\frac{2}{8k+4}-\frac{1}{8k+5}-\frac{1}{8k+6}\right )' alt='\displaystyle \pi = \sum_{k=0}^\infty\frac{1}{16^k}\left (\frac{4}{8k+1}-\frac{2}{8k+4}-\frac{1}{8k+5}-\frac{1}{8k+6}\right )' align=absmiddle></p>
<p>The use of a program which implements the PSQL integer relation algorithm in high-precision, floating-point arithmetic was key to its discovery. The BBP Formula in turn allowed the calculation of the quadrillionth binary digit of <img src='http://math-blog.com/wp-content/latex/pictures/4f08e3dba63dc6d40b22952c7a9dac6d.png' title='\pi' alt='\pi' align=absmiddle> back in 2000.</p>
<p>Chapter 3 focuses on identifying numbers, digits patterns, and sequences once you obtain a numeric result through your calculations and experimentation. They introduce the subject with relatively obvious values like the approximations of <img src='http://math-blog.com/wp-content/latex/pictures/68c93af2e35601165b9bd16182915d6d.png' title='e-2' alt='e-2' align=absmiddle> or <img src='http://math-blog.com/wp-content/latex/pictures/c724586fc4ef6bd0cc825c78c142b592.png' title='\pi +e /2' alt='\pi +e /2' align=absmiddle>, but the chapter quickly escalates to an example where a closed form for a seemingly random sequence needs to be found.</p>
<p>Chapter 4 analyzes the Reimann Zeta function from the eyes of an experimental mathematician, and shows us what kind of insight we can gain from this unique perspective.</p>
<p>In chapter 5 we learn how by numerically evaluating definite integrals, it is sometimes possible to identify the resulting value which will help us to analytically resolve those particular integrals. The examples presented in this chapter originate for the most part from physics and are very challenging if attempted without the aid of experimental methods. To better grasp the kind of integrals discussed in this chapter, here is an example:</p>
<p align="center"><img src='http://math-blog.com/wp-content/latex/pictures/996319d422ae9a4523cf33fed829058b.png' title='\displaystyle C = \int_{0}^{\infty} \int_{y}^{\infty}\frac{(x-2)^2\log{((x+y)/(x-y))}}{x y sinh(x+y)} {\mathrm{d} x}{\mathrm{d} y}' alt='\displaystyle C = \int_{0}^{\infty} \int_{y}^{\infty}\frac{(x-2)^2\log{((x+y)/(x-y))}}{x y sinh(x+y)} {\mathrm{d} x}{\mathrm{d} y}' align=absmiddle></p>
<p>The explorations section provides a few more interesting integrals, including some for which a closed form is not known. The authors even include an integral that intentionally stumps Mathematica 6 and Maple 11.</p>
<p>Chapter 6 is dedicated to serendipitous discoveries (&#8220;proof by serendipity&#8221;) with a few interesting examples of how &#8220;luck&#8221; met preparation, ultimately enriching the body of mathematical knowledge almost by chance.</p>
<p>In chapter 7 the authors go back to talk about <img src='http://math-blog.com/wp-content/latex/pictures/4f08e3dba63dc6d40b22952c7a9dac6d.png' title='\pi' alt='\pi' align=absmiddle>, this time in base 10, to calculate its digits with efficient, fast converging formulas and methods. The chapter wraps up with a discussion about the normality of <img src='http://math-blog.com/wp-content/latex/pictures/4f08e3dba63dc6d40b22952c7a9dac6d.png' title='\pi' alt='\pi' align=absmiddle>, which hasn&#8217;t been proved of course, but appears to be empirically supported by the statistical analysis of the first trillion digits. In the explorations section there is a nice discussion about the implementation of fast arithmetic through the Karatsuba multiplication, and the subject of Montecarlo simulations (a very inefficient method of calculating <img src='http://math-blog.com/wp-content/latex/pictures/4f08e3dba63dc6d40b22952c7a9dac6d.png' title='\pi' alt='\pi' align=absmiddle>, but a great way to show the idea behind Montecarlo simulations).</p>
<p>Chapter 8 has a bold title, &#8220;The computer knows more math than you do&#8221;. This provocative title is quickly diminished to put it in context though. The authors start by approaching a tough problem posed by Donald Knuth (of TeX and <a href="http://math-blog.com/go/?0201485419">The Art of Computer Programming</a> fame) to the readers of the American Mathematical Monthly:</p>
<p align="center"><img src='http://math-blog.com/wp-content/latex/pictures/386b738d308d0589ec1ce4873aeb32e8.png' title='\displaystyle S = \sum_{k=1}^{\infty} \left ( \frac{k^k}{k!e^k}-\frac{1}{\sqrt{2\pi k}} \right )' alt='\displaystyle S = \sum_{k=1}^{\infty} \left ( \frac{k^k}{k!e^k}-\frac{1}{\sqrt{2\pi k}} \right )' align=absmiddle></p>
<p>In an attempt to solve this the authors invite us to go on a journey involving the Lambert W function, the Pochhammer function, and Abel&#8217;s limit theorem. The rest of the chapter illustrates another difficult problem whose solution obtained through the aid of Maple has important implications not only for mathematics, but also for quantum field theory and statistical mechanics.</p>
<p>In chapter 9 a few infinite series are calculated in order to show how CAS systems and experimental methodology can still be useful when dealing with problems that involve infinite sequences, series, and products.</p>
<p>Chapter 10 is dedicated to the limits and the dangers of this approach. Several examples showcase how one can be misled into making assumptions, and how to avoid this from happening. The ad hoc example below is correct to over half a billion digits:</p>
<p align="center"><img src='http://math-blog.com/wp-content/latex/pictures/b8f771c8f5f2234b5f195b3d6ce37911.png' title='\displaystyle \sum_{n=1}^{\infty} \frac{\left \lfloor ne^{\pi\sqrt{163}/3} \right \rfloor}{2^n} = 1280640' alt='\displaystyle \sum_{n=1}^{\infty} \frac{\left \lfloor ne^{\pi\sqrt{163}/3} \right \rfloor}{2^n} = 1280640' align=absmiddle></p>
<p>After having calculated a few hundred digits, it would be natural to assume that the series converges to a natural number, when in reality it&#8217;s an irrational and transcendental number.</p>
<p>In chapter 11, conscious of the selective focus on analysis and analytical number theory throughout the book, Borwein and Devlin introduce other examples such as a topology problem whose proof was reached thanks to a deeper insight gained through computer visualization of a surface, a knot theory problem, the Four Color Theorem, the Robbins Conjecture, the computation of <img src='http://math-blog.com/wp-content/latex/pictures/7407ab734767f138cb335153db720052.png' title='E_{8}' alt='E_{8}' align=absmiddle>, and so on.</p>
<p>In truth, I feel that such a thin book could have used more examples like the ones in chapter 11, in order to make a stronger case for the applicability of experimental mathematics to areas outside of analysis.</p>
<p>The book is well written and the tone is never heavy, despite the advanced mathematical examples within it. The authors include historical background and anecdotes which makes for a more interesting read and provides a human perspective behind the formulas presented. The (at times) funny illustrations and occasional jokes are definitely a pleasant addition.</p>
<p>This book is relatively tool agnostic; Maple and Mathematica are referenced throughout, and so are a few online tools to identify number sequences and known numeric values. Overall though, the emphasis in on the methodology rather than a particular CAS (Computer Algebra System) or programming language. In fact, with the exception of a snippet of Maple code in one of the explorations in the first chapter, the book describe the examples from a mathematical and algorithmic standpoint. You won&#8217;t find source code for the examples illustrated.</p>
<p>The ideal target audience for The Computer as Crucible is graduate students and researchers. A bright, motivated high-school student will get the gist of this book, but a more mature mathematical audience will actually be able to follow the steps within the examples and fully appreciate the insight on how an experimental approach can aid their research.</p>
<p>Despite the numerous examples employed to make their case, the authors start the book by explaining that it is not intended to be comprehensive. It&#8217;s meant to be thought provoking and to whet your appetite as to what is now possible in mathematical research thanks to computers.</p>
<p>As a computer programmer who’s passionate about mathematics, experimental mathematics fascinates me greatly. As such, I hope to work my way through the actual textbooks that are generally suggested as a follow up to this book. Namely, I’ve already started reading <a href="http://math-blog.com/go/?1568814429">Mathematics by Experiment: Plausible Reasoning in the 21st Century (Second Edition)</a>, which is co-authored by Jonathan Borwein himself. Other textbooks referenced in this introduction are <a href="http://math-blog.com/go/?156881271X">Experimental Mathematics in Action</a> and <a href="http://math-blog.com/go/?1568811365">Experimentation in Mathematics: Computational Paths to Discovery</a>.</p>
<p>In conclusion, <a href="http://math-blog.com/go/?1568813430">The Computer as Crucible</a> is a lovely little book which builds a strong case for experimental mathematics. Any practicing mathematician or serious amateur should consider checking out this introduction to a topic that will no doubt transform mathematics.</p>
<p><em>Full disclosure: We received this book for free from the publisher, but we&#8217;re under no obligation to review or endorse it. We routinely receive a fair number of books from several publishers that never make the cut for an actual review. The links have our Amazon referral id which gives us a tiny percentage if you buy a book. In turn this helps support this site.</em></p>
<img src="http://feeds.feedburner.com/~r/math-blog/~4/VxUFc_eSlYE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://math-blog.com/2010/07/23/in-depth-book-review-the-computer-as-crucible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://math-blog.com/2010/07/23/in-depth-book-review-the-computer-as-crucible/</feedburner:origLink></item>
		<item>
		<title>Forget Pi, here comes Tau</title>
		<link>http://feedproxy.google.com/~r/math-blog/~3/qBGXosVgUzM/</link>
		<comments>http://math-blog.com/2010/06/28/forget-pi-here-comes-tau/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 16:30:39 +0000</pubDate>
		<dc:creator>Antonio Cangiano</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Math News]]></category>
		<category><![CDATA[Math Websites]]></category>

		<guid isPermaLink="false">http://math-blog.com/?p=410</guid>
		<description><![CDATA[Some readers may be familiar with Bob Palais&#8217; article &#8220;&#960; Is Wrong&#8221;. Within it Palais argues that &#960; is the wrong choice of circle constant. This quote, from the author&#8217;s website, summarizes his main argument: As noted in the last page of the pdf, I suggest calling the alternate constant 2 &#960;=6.283&#8230; `1 turn&#8217;, so [...]]]></description>
			<content:encoded><![CDATA[<p>Some readers may be familiar with Bob Palais&#8217; article &#8220;&pi; Is Wrong&#8221;. Within it Palais argues that &pi; is the wrong choice of circle constant. This quote, from the <a href="http://www.math.utah.edu/~palais/pi.html">author&#8217;s website</a>, summarizes his main argument:</p>
<blockquote><p>As noted in the last page of the pdf, I suggest calling the alternate constant 2 &pi;=6.283&#8230; `1 turn&#8217;, so that 90 degrees is `a quarter turn&#8217;, just as we would say in natural language. The main point is that the historical choice of the value of &pi; obscures the benefit of radian measure. It is easy to see that 1/4 turn is more natural than 90° , but &pi;/2 seems almost as arbitrary. It is apparent that we can&#8217;t eliminate &pi; but it is to be aware of its pitfalls, and introduce an alternative for those who might wish to use one.
<p align="right">&mdash; Bob Palais</p>
</blockquote>
<p>Palais then goes on to define a &#8220;newpi&#8221; symbol through a TeX macro, which resembles the fusion of two &pi;:</p>
<p align="center"><img src="http://math-blog.com/wp-content/uploads/2010/06/newpi.jpg" alt="Newpi" /></p>
<p>The aforementioned article has been in print since 2001, and very little has changed on this front since then. The ideas it put forth are an amusing opinion that many of us tend to agree with, but 2&pi; has not been adopted by the mathematical community.</p>
<p>Today Michael Hartl announced &#8220;<a href="http://tauday.com/">The Tau Manifesto</a>&#8221; on what he calls Tau Day (6/28 for 6.28&#8230;). In this document, Hartl echoes the good points that Palais made and builds upon them to construct a strong case in favor of adopting a circle constant which is the ratio of a circle&#8217;s circumference to its radius, not its diameter. Inspired by Palais&#8217; use of the word &#8220;turn&#8221;, he proposes calling this constant &tau; (tau).</p>
<p>As Hartl argues, this symbol already exists (unlike the odd symbol that Palais introduced), it&#8217;s still generally available in mathematics, and it resembles &pi;.</p>
<p align="center"><img src="http://math-blog.com/wp-content/uploads/2010/06/tauism.png" alt="Tau's logo" /></p>
<p>This new constant would not only be an improvement from a pedagogical standpoint (as shown in the diagram above), but would also &#8220;improve&#8221; several formulas. For example, Euler&#8217;s identity:</p>
<p align="center"><img src='http://math-blog.com/wp-content/latex/pictures/294758274f5e4d657a594d948530cb67.png' title='\displaystyle e^{i\pi} + 1 = 0' alt='\displaystyle e^{i\pi} + 1 = 0' align=absmiddle></p>
<p>Or:</p>
<p align="center"><img src='http://math-blog.com/wp-content/latex/pictures/744ed5efa956442f07d96657120ad5fa.png' title='\displaystyle e^{i\pi} = -1' alt='\displaystyle e^{i\pi} = -1' align=absmiddle></p>
<p>Which would become neater as:</p>
<p align="center"><img src='http://math-blog.com/wp-content/latex/pictures/04e197705f1341b80048456cac731288.png' title='\displaystyle e^{i\tau} = 1' alt='\displaystyle e^{i\tau} = 1' align=absmiddle></p>
<p>This makes sense intuitively (a rotation in the complex plane by one turn is 1).</p>
<p>(The Tau Manifesto addresses the issue of how this too can relate to the &#8220;five most important numbers in mathematics&#8221; with a slight rearrangement.)</p>
<p>What are your thoughts on this? As mathematics evolves, is it time to start using &#8220;Let &tau; = 2&pi;&#8221; as a means of adopting a better circle constant?</p>
<img src="http://feeds.feedburner.com/~r/math-blog/~4/qBGXosVgUzM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://math-blog.com/2010/06/28/forget-pi-here-comes-tau/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		<feedburner:origLink>http://math-blog.com/2010/06/28/forget-pi-here-comes-tau/</feedburner:origLink></item>
		<item>
		<title>Interview with Professor Marcus du Sautoy</title>
		<link>http://feedproxy.google.com/~r/math-blog/~3/q-UlwHkb_XM/</link>
		<comments>http://math-blog.com/2010/04/12/interview-with-professor-marcus-du-sautoy/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 16:35:54 +0000</pubDate>
		<dc:creator>Antonio Cangiano</dc:creator>
				<category><![CDATA[Math Education]]></category>

		<guid isPermaLink="false">http://math-blog.com/?p=403</guid>
		<description><![CDATA[In this interview we chat with with Marcus du Sautoy, Professor of Mathematics at the University of Oxford, Simonyi Professor for the public understanding of science, Fellow of New College, ESPRC Senior Media Fellow, Berwick Prize winner, Officer of the Order of the British Empire, TED speaker, and a published author. We are sincerely honored [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://math-blog.com/wp-content/uploads/2010/04/dusautoyauthor.jpg" alt="Prof. du Sautoy" align="right" hspace="5" />In this interview we chat with with <a href="http://en.wikipedia.org/wiki/Marcus_du_Sautoy">Marcus du Sautoy</a>, Professor of Mathematics at the University of Oxford, Simonyi Professor for the public understanding of science, Fellow of New College, <span class="caps">ESPRC</span> Senior Media Fellow, Berwick Prize winner, Officer of the Order of the British Empire, <span class="caps">TED</span> speaker, and a published author. We are sincerely honored to have him here.</p>
<p><strong>1.</strong> I&#8217;m certain many of our readers would be interested in knowing how you got started. What led to your interest and love of the discipline?</p>
<p><strong>Prof. du Sautoy</strong>: It was being exposed to real mathematics when I was at school. My teacher showed me some of the big stories of maths. We tend to focus too much on the vocabulary and grammar and forget to show kids the Shakespeare of maths. I was also lucky to attend the Royal Institution Christmas Lectures when they were first done on maths by <a href="http://en.wikipedia.org/wiki/Christopher_Zeeman">Christopher Zeeman</a>. I was very lucky to be given the chance to give the lectures myself in 2006 and this summer I am publishing a new book based on the lectures called <a href="http://www.amazon.co.uk/Number-Mysteries-Odyssey-Everyday-Mathematical/dp/0007278624/ref=sr_1_1?ie=UTF8&#038;s=books&#038;tag=mathblog-21&#038;qid=1271085959&#038;sr=8-1">The Num8er My5teries</a>. The book is my manifesto for what we could be teaching kids.</p>
<p><strong>2.</strong> Let&#8217;s talk about the perception of mathematics and science in today&#8217;s society. At a time where scientific awareness and reason are greatly needed to further progress the state of society and democracy, it appears to me that anti-intellectual, and in particular anti-scientific, stances are on the rise. It often seems that the majority of people believe they are not really expected to know much about mathematics and science, despite the far-reaching impact these disciplines have on our complex society and world.</p>
<p>Being &#8220;bad&#8221; at mathematics or failing to possess a fundamental grasp of other scientific areas is not only considered tolerable, but often flaunted without so much as a hint of shame. One would rightfully be considered ignorant for not knowing anything about Shakespeare, yet this is much less the case when dealing with the magnificent works of Euclid or Euler). At one extreme of the spectrum, there are also religious, political and economical pressures to invalidate evolution, global warming, and science as a whole. A recent reminder of the so-called war on science came through the high profile libel case against Dr. Singh. Thankfully that situation ended on a positive note when the judge concluded that, &#8220;Scientific controversies must be settled by the methods of science rather than by the methods of litigation [&#8230;]&#8221;.</p>
<p>In your opinion, what is the best approach when it comes to fighting this trend and helping society to embrace reason and science? How do we increase trust in the scientific method and interest in the art of problem solving? How should we prepare the next generation to be more interested in mathematics and science?</p>
<p><strong>Prof. du Sautoy</strong>: Increasingly our lives are being influenced by scientific developments which means that science impacts on everyone in society. By not engaging in the ideas of science you are effectively disenfranchising yourself from that debate. But it&#8217;s also the responsibility of scientists to be open to dialogue and share their science with society. That is why positions like the Simonyi chair for the public understanding of science are crucial in creating bridges.</p>
<p>I actually think there is an appetite for science among the public. TV, radio, newspapers and the bookshelves are full of interesting stories of science. I think we need to tap in more to the wonder and magic of science. Most scientists do science because they enjoy discovering how our universe works. I think most of us enjoy that feeling.</p>
<p><strong>3.</strong> As a Simonyi Professor for the public understanding of science, you hold an important position that previously belonged to Richard Dawkins. As many know, his approach is very confrontational and direct. It places a great deal of emphasis on atheism and the damage that religion can &#8211; and often does &#8211; cause society. Despite being an atheist yourself (if we exclude your passion for Arsenal), it could be argued that you are a much less controversial figure and a diametrically opposite type of scientist. Could you describe how your strategy to promote the value of science and rational thought is different (from Dawkins) and how being a mathematician factors into this area for you?</p>
<p><strong>Prof. du Sautoy</strong>: I think mathematics is a great choice for the chair. Mathematics is the language of science and bubbles underneath everything scientists do. It is probably at the other end of the scientific spectrum from evolutionary biology so it makes a good contrast. I see the role as an ambassadorial one, trying to create connections between society and the often foreign feeling land of science.</p>
<p><strong>4.</strong> Your name is synonymous with the concept of symmetry. Can you briefly explain to our readers why symmetry is such an important topic?</p>
<p><strong>Prof. du Sautoy</strong>: Symmetry is Nature&#8217;s language. Symmetry is present whenever there is structure or meaning. Our brains are evolutionarily programmed to be sensitive to symmetry. It is the key to our survival. It is also at the heart of many of the other sciences. Crystal structure and viruses depend on symmetry. Even the predictions we are making about what we might see in the <span class="caps">LHC</span> are thanks to a strange symmetrical object that exists in multidimensional space.</p>
<p><strong>5.</strong> Can you tell our readers about your fund-raising project <a href="http://www.globalgiving.co.uk/dy/fundraiser/prevfund/uk.html?regid=3647">Symmetry4Charity</a>, which helps provide kids from Guatemala with educational support? For those who haven&#8217;t read <a href="http://www.amazon.co.uk/gp/product/0007214626?ie=UTF8&#038;tag=mathblog-21&#038;linkCode=as2&#038;camp=1634&#038;creative=6738&#038;creativeASIN=0007214626">Finding Moonshine</a> (published as <a href="http://math-blog.com/go/?0060789417">Symmetry</a> in the States), what led you to support a cause centered around Guatemala?</p>
<p><strong>Prof. du Sautoy</strong>: I have two identical twin girls adopted from Guatemala (nothing to do with my obsession for symmetry). While living in Guatemala I encountered the charity Common Hope that gets kids in Guatemala off the streets and into education. Provided they stay in school their families receive health care and housing. It seemed a very empowering charity rather than one which made kids dependant. To help the charity I am naming new symmetrical objects that I have discovered in my research after people who donate to the charity. Just one more way that maths can help the world.</p>
<p><strong>6.</strong> I personally find the idea of drawing out people&#8217;s philanthropic side by naming a symmetric group after them to be both fun and brilliant, so I donated to the initiative myself. Some may argue though that you are selling (albeit for a very worthwhile and noble cause) your discoveries. How would you respond to that sort of criticism?</p>
<p><strong>Prof. du Sautoy</strong>: I think if I was personally making money out of the project there may be some justification to criticise the project. But I think it is a great way to engage people with cutting edge mathematics while at the same time helping one of the poorest countries in the world.</p>
<p><strong>7.</strong> As not all of our readers are familiar with group theory, could you please describe, in layman&#8217;s terms, the process of finding new symmetric groups? Do you use any mathematical software in your workflow?</p>
<p><strong>Prof. du Sautoy</strong>: My brain, a pencil and yellow legal notepads! That&#8217;s the best equipment for exploring the mathematical landscape. Because the symmetrical objects live in multidimensional space you can&#8217;t draw pictures or build them. Instead the language of group theory provides an algebraic way to show how the symmetries of this object interact with each other. These objects are very special because they are connected with another important subject in mathematics: elliptic curves.</p>
<p><strong>8.</strong> What mathematical literature would you recommend to those members of the general public who are interested in exploring symmetry further? As well, what titles would you promote to the budding undergraduate student?</p>
<p><strong>Prof. du Sautoy</strong>: My book <a href="http://www.amazon.co.uk/gp/product/0007214626?ie=UTF8&#038;tag=mathblog-21&#038;linkCode=as2&#038;camp=1634&#038;creative=6738&#038;creativeASIN=0007214626">Finding Moonshine</a> tells the story of our journey to understand and classify what symmetries are out there. It is also a very personal book talking about my own work as a mathematician. I tried to give readers a back stage pass to the mathematician&#8217;s lab. For a deeper introduction I would recommend Conway et al&#8217;s <a href="http://math-blog.com/go/?1568812205">The Symmetry of Things</a>.</p>
<p>We wish to thank Professor du Sautoy for his time. We also highly encourage you to <a href="http://www.globalgiving.co.uk/dy/fundraiser/prevfund/uk.html?regid=3647">donate to his very worthwhile cause</a>. Common Hope needs to raise £1000 from 50 unique donors by the end of April. Let&#8217;s make this happen. If they&#8217;re able to do so, they&#8217;ll receive a permanent listing on the UK Global Giving website that would allow UK donors to benefit from Gift Aid where tax is added to the donation. Common Hope is an educational charity supporting and empowering children and their families in Guatemala. Donate £10 or more and you&#8217;ll be entitled to request a symmetric group to be named after you (you can even name it after someone you care about, as a gift).</p>
<p align="center"><a href="http://www.globalgiving.co.uk/dy/fundraiser/prevfund/uk.html?regid=3647"><img src="http://math-blog.com/wp-content/uploads/2010/04/commonhope.gif" alt="Donate" /></a></p>
<p>If you haven&#8217;t seen it yet, you can watch Professor du Sautoy&#8217;s TED speech below:</p>
<p align="center"><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/415VX3QX4cU&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x234900&#038;color2=0x4e9e00"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/415VX3QX4cU&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x234900&#038;color2=0x4e9e00" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<img src="http://feeds.feedburner.com/~r/math-blog/~4/q-UlwHkb_XM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://math-blog.com/2010/04/12/interview-with-professor-marcus-du-sautoy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://math-blog.com/2010/04/12/interview-with-professor-marcus-du-sautoy/</feedburner:origLink></item>
		<item>
		<title>Switching from Feedburner Email to AWeber for my newsletter</title>
		<link>http://feedproxy.google.com/~r/math-blog/~3/JMBI_H_--Wc/</link>
		<comments>http://math-blog.com/2010/03/22/switching-from-feedburner-email-to-aweber-for-my-newsletter/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 07:35:33 +0000</pubDate>
		<dc:creator>Antonio Cangiano</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://math-blog.com/?p=401</guid>
		<description><![CDATA[This is just a brief post to let my readers know that I’m switching from Feedburner Email’s service to AWeber to handle sending out my posts via email. Why am I switching from a free service to a commercial one? Because AWeber offers countless features that I plan to use, plus it’s a lot more [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a brief post to let my readers know that I’m switching from Feedburner Email’s service to <a href="http://math-blog.com/goaweber">AWeber</a> to handle sending out my posts via email. Why am I switching from a free service to a commercial one? Because AWeber offers countless features that I plan to use, plus it’s a lot more flexible than Feedburner. This change will only affect email subscribers. <a href="http://feeds.feedburner.com/math-blog">My Atom feed</a> will still be handled by Feedburner, of course.</p>
<p>With Feedburner’s email service for example, I have no control over the emails that are sent out. With AWeber I’ll be able to create a newsletter service that not only sends out the posts I publish on this blog, but it will also allow me to send out custom written emails. I want to cultivate my newsletter and doing so starts with a service that allows me to do just that.</p>
<p>If you currently subscribe to my email newsletter via Feedburner you’re subscription will automatically be imported to AWeber and you will receive an email asking you to confirm the subscription. Unless you click on the activation link in that email, you will not be added to the new newsletter service. This is because the new newsletter has a double opt-in confirmation feature enabled. Starting tomorrow Feedburner’s email service will be disabled, as AWeber steps in to take over.</p>
<p>I invite you to join Math Blog&#8217;s newsletter by providing your first name and email address in the email sign-up on the homepage, or by <a href="http://forms.aweber.com/form/15/1851170215.htm">clicking here</a>.</p>
<p>Thank you to all those who sign up; I look forward to bringing my posts to your inbox via <a href="http://math-blog.com/goaweber">AWeber</a>.</p>
<img src="http://feeds.feedburner.com/~r/math-blog/~4/JMBI_H_--Wc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://math-blog.com/2010/03/22/switching-from-feedburner-email-to-aweber-for-my-newsletter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://math-blog.com/2010/03/22/switching-from-feedburner-email-to-aweber-for-my-newsletter/</feedburner:origLink></item>
		<item>
		<title>Math Books reviewed and classified by area of mathematics</title>
		<link>http://feedproxy.google.com/~r/math-blog/~3/jCLEeXtuXJ0/</link>
		<comments>http://math-blog.com/2010/03/15/math-books-reviewed-and-classified-by-area-of-mathematics/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 14:00:56 +0000</pubDate>
		<dc:creator>Antonio Cangiano</dc:creator>
				<category><![CDATA[Suggested Reading]]></category>

		<guid isPermaLink="false">http://math-blog.com/?p=397</guid>
		<description><![CDATA[It is with great pleasure that I announce something that we have been working on for a while. We just published a Math Books page, containing what we consider to be some of the best books on various areas of mathematics. The list is not exhaustive by any stretch, capping at a total of 52 [...]]]></description>
			<content:encoded><![CDATA[<p>It is with great pleasure that I announce something that we have been working on for a while. We just published a <a href="/mathematics-books/">Math Books</a> page, containing what we consider to be some of the best books on various areas of mathematics.</p>
<p>The list is not exhaustive by any stretch, capping at a total of 52 books so far, but it covers recommendations for 20ish different areas of mathematics. The focus is on outstanding introductory texts, with a few must-have math references thrown in here and there. We&#8217;ve briefly reviewed each of these math books in order to provide you with a general idea of its style and content.</p>
<p>Of course, not everyone will agree with the way we opted to divide the field of mathematics, nor will they necessarily agree with every selection we made. But it&#8217;s impossible to please everyone or be exhaustive in every way. We are confident that most readers will agree with us and recognize at least a few classic and well regarded books.</p>
<p>A lot of work went into the making of <a href="/mathematics-books/">this page</a>, as such we hope that it will serve you well, help you discover new and interesting titles, as well as act as a wish list of sorts.</p>
<p>Finally, this list of book reviews has been published with my name of it, but it was a collaborative effort. A special thanks goes to my friends Jonathan, Mary, Marco, Paolo, Alex and David for their research and review contributions.</p>
<p>May this list inspire and further guide you in the pursuit of mathematics.</p>
<img src="http://feeds.feedburner.com/~r/math-blog/~4/jCLEeXtuXJ0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://math-blog.com/2010/03/15/math-books-reviewed-and-classified-by-area-of-mathematics/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://math-blog.com/2010/03/15/math-books-reviewed-and-classified-by-area-of-mathematics/</feedburner:origLink></item>
		<item>
		<title>Happy Pi Day!</title>
		<link>http://feedproxy.google.com/~r/math-blog/~3/kZLB6ui1lUg/</link>
		<comments>http://math-blog.com/2010/03/14/happy-pi-day/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 13:37:58 +0000</pubDate>
		<dc:creator>Antonio Cangiano</dc:creator>
				<category><![CDATA[Math News]]></category>

		<guid isPermaLink="false">http://math-blog.com/?p=341</guid>
		<description><![CDATA[Pi is a remarkable number and represents, in the collective mind, the field of mathematics better than any other number. Today is March 14 (or 3/14 when written in the generally used American date format), a day that is celebrated by many as Pi Day. This date is important not so much because we are [...]]]></description>
			<content:encoded><![CDATA[<p>Pi is a remarkable number and represents, in the collective mind, the field of mathematics better than any other number. Today is March 14 (or 3/14 when written in the generally used American date format), a day that is celebrated by many as <a href="http://en.wikipedia.org/wiki/Pi_Day">Pi Day</a>. This date is important not so much because we are obsessed with a number, however irrational that may be, but rather because it brings mathematics and science into the spotlight &#8211; a place where these areas of human understanding should truly be more often.</p>
<p>I wrote about this event <a href="http://math-blog.com/2009/03/14/happy-national-pi-day/">last year</a> when a House Resolution was passed in favor of recognizing National Pi Day. The world is changing, and I feel that we&#8217;re slowly starting to see greater mainstream acceptance of how mathematics plays a vital role in some many of major fields.</p>
<p>Deep down, even students who claim to hate mathematics are aware of its importance and relevance in today&#8217;s world. With the attention recent Pi Days have generated, it&#8217;s clear that this &#8220;holiday&#8221; is becoming more and more mainstream, and not something that&#8217;s limited to a bunch of math geeks like us.</p>
<p>A quick look at Twitter, reveals that <a href="http://search.twitter.com/search?q=%22Happy+Pi+Day%22">&#8220;Happy Pi Day&#8221;</a> is a trendy topic, with literally thousands of tweets mentioning it. Even Google decided to honor this day by dedicating one of their logos to the occasion.</p>
<div align="center">
<img src="http://math-blog.com/wp-content/uploads/2010/03/piday.gif" alt="Google's logo for pi day" />
</div>
<p>Year after year, awareness about this day continues to rise, which I feel is absolutely great for mathematics in general. But let&#8217;s transcend politics for a moment and enjoy our geeky day. Happy Pi Day to all of you! Tomorrow I&#8217;ll post about the new page I&#8217;ve been preparing for a while. It took scores of research, brainstorming and writing, but it&#8217;s almost ready. See you soon.</p>
<p align="center">Pi paraphernalia<br /><a href="http://www.amazon.com/exec/obidos/ASIN/078401213X/antoniocangia-20/ref=nosim/">Pi movie</a> | <a href="http://www.amazon.com/exec/obidos/ASIN/1591022002/antoniocangia-20/ref=nosim/">Pi biography</a> | <a href="http://www.amazon.com/exec/obidos/ASIN/B000QHGDN0/antoniocangia-20/ref=nosim/">Pi T-shirt</a> | <a href="http://www.amazon.com/exec/obidos/ASIN/B001BZ2OVQ/antoniocangia-20/ref=nosim/">Spiral Pi T-shirt</a> | <a href="http://www.amazon.com/exec/obidos/ASIN/B000WO1VXY/antoniocangia-20/ref=nosim/">PI To The 50th Decimal Tie</a></p>
<img src="http://feeds.feedburner.com/~r/math-blog/~4/kZLB6ui1lUg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://math-blog.com/2010/03/14/happy-pi-day/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://math-blog.com/2010/03/14/happy-pi-day/</feedburner:origLink></item>
		<item>
		<title>Discussing Research Level Mathematics Online</title>
		<link>http://feedproxy.google.com/~r/math-blog/~3/RTjLhJGqct8/</link>
		<comments>http://math-blog.com/2010/03/12/discussing-research-level-mathematics-online/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 15:59:30 +0000</pubDate>
		<dc:creator>Antonio Cangiano</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Math Websites]]></category>

		<guid isPermaLink="false">http://math-blog.com/?p=336</guid>
		<description><![CDATA[StackOverflow is a popular community that was launched by two famous programmers: Joel Spolsky (of Joel on Software fame) and Jeff Atwood (of Coding Horror fame). The aim of this site is to provide a fun environment in which to discuss programming subjects and ask coding and software engineering questions. With endorsements from star programmers [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://stackoverflow.com/">StackOverflow</a> is a popular community that was launched by two famous programmers: Joel Spolsky (of <a href="http://www.joelonsoftware.com/">Joel on Software</a> fame) and Jeff Atwood (of <a href="http://www.codinghorror.com/blog/">Coding Horror fame</a>). The aim of this site is to provide a fun environment in which to discuss programming subjects and ask coding and software engineering questions.</p>
<p>With endorsements from star programmers and its unique user interface (UI), this site is very community oriented and aimed at highlighting the best answers and questions through a voting system. As such it has quickly become the number one programming forum, overshadowing the dreaded &#8211; and much shadier &#8211; Experts-Exchange.</p>
<p>However, what not everyone may know is that Joel and Jeff have made the platform available to others for a non-negligible monthly fee, at <a href="http://stackexchange.com/">StackExchange</a>. Over the course of the last few months several communities have grown out of this service, some more successfully than others.</p>
<p>The most successful of these sites is called <a href="http://mathoverflow.net">MathOverflow</a>. It currently has the largest number of active participants and voters on its posts. The site offers the same UI as StackOverflow, but adds in support for LaTeX formulas. Here at <a href="http://math-blog.com">Math-Blog.com</a> we feel it&#8217;s important to promote such nice initiatives.</p>
<p align="center">
<a href="http://mathoverflow.net"><img src="http://math-blog.com/wp-content/uploads/2010/03/mathoverflow1.gif" alt="MathOverflow" title="MathOverflow" border="0" /></a>
</p>
<p>From the look of things (such as the existing questions and answers), it&#8217;s clear that there is some serious mathematics going on at the site. If you&#8217;re looking for interesting discussions on topics at a graduate/research level, head over to MathOverflow &#8211; you won&#8217;t be disappointed. However, please keep in mind that the aim of the site is to target those with an interest in advanced math. If you&#8217;re seeking a more basic (read undergraduate) level of math assistance, you should probably look elsewhere.</p>
<p>That said, what are some the other graduate level forums and mailing lists that you find useful when it comes to your mathematical research? One of my favorites is the <a href="http://listserv.nodak.edu/archives/nmbrthry.html">Number Theory List</a>.</p>
<p>PS: I hope you like our new look. Be sure to drop by Math Blog this coming Monday, as we&#8217;ll be publishing a really interesting post that I&#8217;m sure you&#8217;ll love. In order not to miss it, you can also grab <a href="http://feeds.feedburner.com/math-blog">our feed</a>.</p>
<img src="http://feeds.feedburner.com/~r/math-blog/~4/RTjLhJGqct8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://math-blog.com/2010/03/12/discussing-research-level-mathematics-online/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://math-blog.com/2010/03/12/discussing-research-level-mathematics-online/</feedburner:origLink></item>
		<item>
		<title>An Unreasonable Man</title>
		<link>http://feedproxy.google.com/~r/math-blog/~3/JpZXEIwnivs/</link>
		<comments>http://math-blog.com/2010/01/31/an-unreasonable-man/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 21:06:15 +0000</pubDate>
		<dc:creator>John F. McGowan, Ph.D.</dc:creator>
				<category><![CDATA[History]]></category>
		<category><![CDATA[Suggested Reading]]></category>
		<category><![CDATA[Unsolved Problems]]></category>

		<guid isPermaLink="false">http://math-blog.com/?p=327</guid>
		<description><![CDATA[The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man. &#8212; George Bernard Shaw (attributed) Perfect Rigor: A Genius and the Mathematical Breakthrough of the Century Masha Gessen Houghton Mifflin Boston/New York, 2009 242 pages The Poincare [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man. &mdash; George Bernard Shaw (attributed)</p></blockquote>
<div style="margin-bottom: 100px;">
<p><a href="http://www.amazon.com/gp/product/015101406X?ie=UTF8&#038;tag=antoniocangia-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=015101406X"><img border="0" src="http://math-blog.com/images/51STRgw8zFL._SL160_.jpg" align="left" style="margin: 0 5px 30px 0;">Perfect Rigor: A Genius and the Mathematical Breakthrough of the Century</a><br />
Masha Gessen<br />
Houghton Mifflin<br />
Boston/New York, 2009<br />
242 pages</p>
</div>
<div style="margin-bottom: 100px;">
<p><a href="http://www.amazon.com/gp/product/0802716547?ie=UTF8&#038;tag=antoniocangia-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0802716547"><img border="0" src="http://math-blog.com/images/514uYh1kF-L._SL160_.jpg" align="left" style="margin : 5px;">The Poincare Conjecture: In Search of the Shape of the Universe</a><br />
Donal O&#8217;Shea<br />
Walker and Company<br />
New York, 2007<br />
293 pages</p>
</div>
<p>On November 11, 2002, Grigory Perelman, a Russian mathematician known to his friends as &#8220;Grisha&#8221;, posted a research paper to the www.arXiv.org preprint server containing, amongst other things, the outline of a <a href="http://aps.arxiv.org/find/grp_math/1/au:+Perelman_Grisha/0/1/0/all/0/1">proof of the Poincaré Conjecture</a>, a famous conjecture in topology first articulated in 1904 by the great mathematician Henri Poincaré. Dr. Perelman also e-mailed a few selected mathematicians directly, drawing attention to his somewhat curious paper. This rapidly created a stir as the mathematicians realized that he might well have proven the Poincaré Conjecture, an extremely difficult problem that had eluded the talents of many top mathematicians including Poincaré. Perelman went on to post two more papers to arXiv.org elaborating his proof. The Clay Institute, which had offered <a href="http://www.claymath.org/millennium/Poincare_Conjecture/">a prize of $1 million for the proof</a> (or disproof) of the Poincaré Conjecture, funded two teams of mathematicians to verify Perelman&#8217;s proof. The National Science Foundation also funded efforts to verify and expand upon the proof. By 2006, the &#8220;consensus&#8221; in the mathematical community was that Dr. Perelman had proved the Poincaré Conjecture. Dr. Perelman was offered the prestigious Fields Medal, close to the Nobel Prize of mathematics. He became the first mathematician to decline the Fields for reasons that remain somewhat unclear.</p>
<p>Two recent books attempt to tell the story of Grigory Perelman and the Poincaré Conjecture. Masha Gessen&#8217;s <a href="http://www.amazon.com/gp/product/015101406X?ie=UTF8&#038;tag=antoniocangia-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=015101406X">Perfect Rigor</a> is the first biography of the elusive and enigmatic Perelman. It gives a great deal of information about the world of Soviet mathematics in which Perelman grew up and Perelman&#8217;s life to date. The author was unable to interview Perelman who has declined nearly all interviews; he has given an interview to Sylvia Nasar and David Gruber for their New Yorker article &#8220;<a href="http://en.wikipedia.org/wiki/Manifold_Destiny">Manifold Destiny</a>&#8220;, about which more later. The book suffers from an unremittingly hostile, perhaps jealous, view of the unusual Dr. Perelman, who is variously portrayed as extremely naive, weird, and possibly mentally ill.</p>
<p>Dr. Perelman&#8217;s father was an electrical engineer and his mother a mathematics teacher at a Soviet trade school. His mother apparently had a strong interest in mathematics and almost pursued a doctorate before marrying his father. Perelman appears to have been involved in mathematics at an early age and joined a competitive math club. He competed and won a gold medal at the International Math Olympiad in Budapest, Hungary in 1982 at the age of 16. He attended a special math and physics school, Leningrad Secondary School #239, usually identified as &#8220;School 239&#8243; in Perfect Rigor. He then became a student at Leningrad State University. In 1987, he became a graduate student at the Leningrad (subsequently the St. Petersburg) branch of the Steklov Mathematical Institute, the mathematics division of the Soviet (now Russian) Academy of Sciences. The mathematician Yuri Burago was his adviser. Perelman defended his dissertation in 1990. He continued to work at the Steklov Institute until 1992, publishing a number of papers in Russian and American mathematical journals. </p>
<p>In the fall of 1992, Perelman came to the United States for a semester at the Courant Institute at New York University and then another semester at the State University of New York Stony Brook in early 1993. At New York University, he met and may have become friends with the mathematician Gang Tian. Perelman and Gang Tian traveled together from NYU to the Institute for Advanced Study at Princeton to listen to mathematics lectures. Then, Perelman became a prestigious Miller Fellow at Berkeley. During this time he proved the Soul Conjecture, a difficult problem in topology. His Miller Fellowship ended in 1995. He received several job offers from a number of top universities. However, he wanted a tenured position. His job offers appear to have been untenured, tenure-track positions. He returned to Russia and the Steklov Institute in 1995 where he was part of the Mathematical Physics group, dropping almost entirely out of sight, publishing nothing. He appears to have spent the next seven years working on the Poincaré conjecture. In 2002, he stunned the mathematical world by posting his proof to the Internet, flouting tradition by declining to submit the proof to a peer reviewed mathematics journal. The Clay Institute would fund mathematicians John Morgan and Gang Tian (Perelman&#8217;s friend or acquaintance at NYU) as well as a separate team at the University of Michigan to verify Perelman&#8217;s work in the form of a peer reviewed academic book.</p>
<p>In 2006, the prominent mathematician Shing-Tung Yau and two of his former students argued that Perelman had published an incomplete proof which they &#8220;fixed&#8221; in a lengthy paper published in the Asian Journal of Mathematics. At this point the elusive Dr. Perelman appears to have struck back with a vengeance, possibly exhibiting something other than the naivete imputed in Pefect Rigor. Perelman granted a rare interview to Sylvia Nasar, best known as author of A Beautiful Mind about the mathematician John Forbes Nash, and David Gruber for an article in the New Yorker magazine, &#8220;Manifold Destiny,&#8221; which all but openly accused Yau and his former students of blatant plagiarism. </p>
<p>The article quotes Perelman attributing his decision to decline the Fields medal and withdraw from the mathematics profession to the low ethical standards of the profession (in his opinion). The article also discusses the alleged rivalry between Yau and his former student Gang Tian, Perelman&#8217;s acquaintance from NYU and co-author with John Morgan of the book on Perelman&#8217;s proof. Yau threatened legal action against the New Yorker which stood by its story. Yau soon appears to have retreated under a storm of negative publicity and criticism within the mathematics &#8220;community&#8221;.</p>
<p>By most accounts, Perelman is an unusual person. He left his job at the Steklov Institute and apparently resides with his aging mother in her apartment in St. Petersburg. He has reportedly indicated that he is no longer interested in mathematics and generally refuses interviews, prizes, and so forth. It is not unlikely that many prominent research universities and institutions would fall over themselves to offer him a tenured professorship or something similar if he expressed any interest. It remains to be seen whether he will decline the Clay Institute&#8217;s $1 million prize if offered. Without knowing more about Perelman and his adventures in mathematics than can be found in Perfect Rigor or other accounts to date, it is difficult to draw firm conclusions about the man or even his discovery.</p>
<p>Notwithstanding, a few thoughts come to mind. Perfect Rigor and some other accounts implicitly criticize Perelman for his decision to turn down the job offers in 1995 and return to the Steklov Institute, imputing arrogance or just plain nuttiness. Some mathematicians and scientists would kill for some of the offers that Perelman turned down. Most major breakthroughs take a long time, usually five years or more. Perelman spent at least seven years on the Poincaré conjecture and he probably was working on it while in the United States. Most tenure track positions involve a seven year period. The assistant professor is up for review typically in six years; he or she usually must produce allegedly ground breaking work within six years. If he or she is denied tenure, he or she has one year, the seventh year, to find another job. Most assistant professors have acquired a spouse and small children by this time. There is considerable pressure to produce research papers, write grant proposals and raise money. Perelman apparently published nothing from 1995 until 2002. He most likely would not have gotten tenure had he tried to do this at any of the jobs that he turned down in 1995.</p>
<p>There appears to be a long history of mathematicians developing serious psychological problems. The aforementioned John Forbes Nash succumbed to mental illness, diagnosed as paranoid schizophrenia, and was well known to Princeton students for wandering around campus scribbling incomprehensible formulas on blackboards. Kurt Gödel developed psychological problems and allegedly starved himself to death. Georg Cantor became increasingly erratic as he got older. There are many anecdotal accounts of high levels of concentration and mental efforts sustained over months or years resulting in a kind of mental exhaustion and other problems. Both the western and eastern literature of meditation, which often involves prolonged concentration, contain warnings about various adverse psychological effects including anxiety attacks and hallucinations. Disillusioned former adherents of various meditation movements or &#8220;cults&#8221; have alleged serious adverse effects of heavy meditation, meaning many hours per day every day, similar to those recounted in ancient traditional sources on meditation. Although computer programming can be exhilarating, many programmers appear to experience mental exhaustion and &#8220;burnout&#8221; after lengthy programming projects involving high levels of sustained concentration.</p>
<p>In engineering there is an adage: &#8220;if you are one step ahead, you are a genius; if you are two steps ahead, you are an idiot!&#8221; Perfect Rigor portrays Perelman as astonishingly naive, protected from the &#8220;real world&#8221; by the bizarre Soviet mathematical system. While this may have some truth, a number of Perelman&#8217;s actions may exhibit much foresight, like a champion chess player sacrificing a piece for subsequent gain. Is pretending not to notice the alleged anti-Semitism (Perelman is a Russian Jew) in the Soviet mathematical system naive or politically astute? Declining the Fields medal, as some have noted, attracted enormous attention to Perelman. He is now one of the best known recipients (or non-recipients in this case) of the Fields Medal. It also gave him a great deal of moral authority which he seems to have used effectively to fend off Shing-Tung Yau&#8217;s alleged attempt to steal credit for proving the Poincaré Conjecture. Refusing to grant interviews also means that Perelman probably has a great deal of leverage with journalists in the rare cases when he grants an interview, as he did with such great effect in The New Yorker in 2006.</p>
<p>Perelman was a math prodigy, returning home with a gold medal and a perfect score from the 1982 International Math Olympiad. Prodigies are often not as successful as one might expect. Math and physics prodigies often flame out, sometimes catastrophically. While prodigies are more common among people who make major inventions and scientific discoveries than in the general population, they are not nearly as common as most people probably think. Perfect Rigor portrays Perelman&#8217;s success in proving the Poincaré Conjecture as a logical consequence of his youthful training and competition in the sometimes bizarre Soviet mathematical system. Since Perelman has revealed little about the process of his discovery, this is difficult to evaluate.</p>
<p>Prodigies often run into problems and don&#8217;t realize their seeming potential later in life. This has been observed in math, physics, and other fields for many generations. There are probably several causes. Some prodigies are probably frauds, manufactured by ambitious parents; that such people fail to make major breakthroughs is not surprising. Some prodigies are probably the product of a hothouse environment, driven or manipulated by parents or others to practice heavily and perform at an unusually high level that is difficult to sustain. As they get older and establish their own lives, other interests or needs intervene. Some prodigies undoubtedly fall afoul of politics that they are ill-prepared to deal with. </p>
<p>Academic homework, exams, competitions like the International Math Olympiad, admissions exams such as the SAT or GRE exams in the United States, specialized exams and competitions such as the famous Putnam math examinations, and so forth do not necessarily either teach or measure some of the skills required in actual invention or discovery. Exams and homework in math and physics tend to test the ability to accurately and quickly perform certain calculations or apply certain known mathematical methods to a problem. Some people either through heavy practice or rare natural ability can learn to perform these calculations rapidly with negligible error. This does not translate directly into the ability to handle unsolved research problems which often seem to require large amounts of frustrating trial and error and often deeper understanding of concepts, mental visualization, and so forth.</p>
<p>Many topics taught at a high school, college, and even beginning graduate school level are quite mature. Logical and technical flaws that abound in original research papers have been cleaned up and eliminated. Teachers and textbook writers have learned how to present the material clearly so that a bright or highly motivated student may be able to easily master the material quickly. Prodigies can sometimes read a textbook and immediately start performing the methods described in the textbook very accurately. This becomes more difficult as one reaches the &#8220;bleeding edge&#8221; where the available learning materials are original research papers or badly written textbooks that may contain errors, impenetrable jargon, opaque language, and even deliberate obfuscation of logical or technical flaws. Prodigies may encounter a sudden drop off of their remarkable abilities which they may inaccurately attribute to a lack of the magic &#8220;ability&#8221; required for the field rather than the immature state of the bleeding edge knowledge. Perelman presumably navigated these difficulties as he progressed in mathematical research.</p>
<p>One is reminded of the old sayings &#8220;actions speak louder than words&#8221; and &#8220;talk is cheap&#8221;. If Perelman&#8217;s proof stands the test of time, he has done much. If he is sincere in declining prizes, honors, and adulation, he sets an example by his actions. In reading Perelman&#8217;s story, one also cannot shake the impression that he may have had some unhappy experiences during his stay in the United States and went home silently vowing &#8220;I&#8217;ll show them,&#8221; which he apparently has.</p>
<p><strong>The Poincare Conjecture</strong></p>
<p>Donal O&#8217;Shea&#8217;s <a href="http://www.amazon.com/gp/product/0802716547?ie=UTF8&#038;tag=antoniocangia-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0802716547">The Poincare Conjecture</a> is a more pleasant book to read than Perfect Rigor, lacking the hostile tone of Perfect Rigor and sugar coating a number of topics. Perelman is &#8220;eccentric&#8221;. Little is said about &#8220;Manifold Destiny&#8221; or the ugly priority dispute. O&#8217;Shea focuses on the history of geometry, the Poincaré Conjecture, mostly inspiring stories about great mathematicians, and tries to explain the mathematics of the Poincaré Conjecture to a general audience. </p>
<p>On the whole, The Poincare Conjecture is an enjoyable and informative book to read. O&#8217;Shea carefully debunks the myth that scholars in the Middle Ages and the ancient world believed the Earth was flat. He gives an interesting account of Columbus, the slow discovery of the exact shape and geography of the Earth, confirming the ancient theory of the spherical Earth. He slowly and deftly leads the reader through the history of mathematics and geometry to the Poincaré Conjecture, the many failed attempts to prove it, and the seeming final solution by Perelman.</p>
<p>Some of the illustrations leave a bit to be desired. In discussing mathematics in the ancient world, O&#8217;Shea uses modern CIA maps of the modern world to show the ancient Greek kingdom of Ionia where Pythagoras was born and to show the Middle East. One map, for example, shows modern Bulgaria which did not exist in the time of Pythagoras. Similarly, O&#8217;Shea is discussing ancient Babylonia and Persia but the associated map shows modern Iraq and Iran. Hopefully, this will be fixed in a future edition.</p>
<p>Some of the discussion of hyperbolic geometry and most of the chapter on Poincaré&#8217;s topology papers, which presents the actual Poincaré conjecture, could be improved. The diagrams and explanation on page 27 in the chapter &#8220;Possible Worlds&#8221; showing how the surface of a two-holed torus can be mapped to an octagon is hard to follow. O&#8217;Shea returns to the two-holed torus and the octagon in Chapter 10, &#8220;Poincaré&#8217;s Topological Papers&#8221;. Probably many readers will have forgotten the discussion on page 27 by then. The term &#8220;natural geometry&#8221; is used in this chapter but not defined clearly. A number of diagrams in this chapter are small and difficult to follow. Interested readers can find a better explanation of some of the relevant aspects of hyperbolic geometry in the second chapter of Roger Penrose&#8217;s<a href="http://www.amazon.com/gp/product/0679776311?ie=UTF8&#038;tag=antoniocangia-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0679776311">The Road to Reality</a> which features some entertaining Escher prints showing the so-called “Poincaré disc model” of hyperbolic geometry (first discovered not by Poincaré, but by Eugenio Beltrami, Penrose carefully points out).</p>
<p>One can only go so far with analogies to rubber sheets or cloth fabric in describing topology and especially differential geometry. This is a problem many popular mathematics and science books encounter. If we had a better way of explaining and introducing differential calculus to a general audience, this would improve the general public&#8217;s ability to follow issues in mathematics and science and also improve our educational system.</p>
<p>Pure mathematics today suffers from a particularly opaque and confusing language. It now typically takes several months for a skilled person to master the arcane language of modern pure mathematics. Abstraction has been taken to an extreme. Words and phrases such as &#8220;algebra&#8221;, &#8220;ring&#8221;, &#8220;module&#8221;, &#8220;field&#8221;, and so forth have meanings in pure mathematics that differ both from common usage and the language of applied mathematics used in most engineering and also much physics. The Poincare Conjecture suffers in places from terms like &#8220;natural geometry&#8221; that have a special meaning in pure mathematics.</p>
<p><strong>Conclusion</strong></p>
<p>Both books focus on the genius of Perelman and famous mathematicians such as Gauss, Riemann, Poincaré, and others. Indeed, the subtitle of Perfect Rigor is &#8220;A Genius and the Mathematical Breakthrough of the Century&#8221;. This superman theory of scientific progress and a strong focus on extreme intelligence is common in popular science and math books and articles. </p>
<p>The story of the Poincaré Conjecture, at least until Perelman, is a story of large amounts of trial and error (lots of error) as both books allude to. Henri Poincaré formulated the conjecture in 1904 and published an incorrect proof. Almost every year has seen publication or presentation of attempts to prove the Poincaré Conjecture. Numerous mathematicians, including very top mathematicians, have published incorrect proofs. Many different approaches to the problem have been developed. Most failed. Richard Hamilton developed the basic approach that Perelman built upon but apparently stopped making progress in the 1980&#8242;s or early 1990&#8242;s. It is common to find large amounts of trial and error in the detailed history of inventions and discoveries, including discoveries in pure and applied mathematics.</p>
<p>It is clear that Perelman spent at least seven years on the Poincaré conjecture. We have no idea how much trial and error and how much failure took place during those seven years. Perelman reportedly fixed two minor errors in his first paper in the subsequent two papers posted to www.arXiv.org in 2002 and 2003. Other inventors and discovers have frequently gone through long periods of trial and error and repeated failure before their &#8220;breakthrough&#8221;. While respecting Perelman&#8217;s accomplishments, we should also be interested in the precise process used to reach the answer and avoid attributing it to magical genius alone.</p>
<p>Both Perfect Rigor and The Poincare Conjecture are interesting and informative books for general audiences. Even practicing mathematicians may gain some insights and new information from Perfect Rigor. Yet, Grigory Perelman remains an enigma. A definitive biography remains to be written. The world might learn a lot from more details on how he discovered his proof of the Poincaré Conjecture. </p>
<p>(C) Copyright 2010, John F. McGowan, Ph.D.</p>
<p><strong>About the Author</strong></p>
<p>John F. McGowan, Ph.D. is a software developer, research scientist, and consultant. He works primarily in the area of complex algorithms that embody advanced mathematical and logical concepts, including speech recognition and video compression technologies. He has extensive experience developing software in C, C++, Visual Basic, Mathematica, and many other programming languages. He is probably best known for his AVI Overview, an Internet FAQ (Frequently Asked Questions) on the Microsoft AVI (Audio Video Interleave) file format. He has worked as a contractor at NASA Ames Research Center involved in the research and development of image and video processing algorithms and technology. He has published articles on the origin and evolution of life, the exploration of Mars (anticipating the discovery of methane on Mars), and cheap access to space. He has a Ph.D. in physics from the University of Illinois at Urbana-Champaign and a B.S. in physics from the California Institute of Technology (Caltech). He can be reached at jmcgowan11@earthink.net</p>
<img src="http://feeds.feedburner.com/~r/math-blog/~4/JpZXEIwnivs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://math-blog.com/2010/01/31/an-unreasonable-man/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://math-blog.com/2010/01/31/an-unreasonable-man/</feedburner:origLink></item>
		<item>
		<title>Kepler’s New Astronomy</title>
		<link>http://feedproxy.google.com/~r/math-blog/~3/Rwxs-jxMBnw/</link>
		<comments>http://math-blog.com/2009/12/17/keplers-new-astronomy/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 19:36:44 +0000</pubDate>
		<dc:creator>John F. McGowan, Ph.D.</dc:creator>
				<category><![CDATA[Applied Math]]></category>
		<category><![CDATA[History]]></category>

		<guid isPermaLink="false">http://math-blog.com/?p=325</guid>
		<description><![CDATA[This year (2009) is the 400th anniversary of the publication of Johannes Kepler&#8217;s book New Astronomy (Astronomia Nova) announcing the discovery of the elliptical orbit of Mars to the world. The discovery of the elliptical orbit of Mars and the mathematical rule of motion for Mars on its elliptical orbit by Johannes Kepler in 1605 [...]]]></description>
			<content:encoded><![CDATA[<p>This year (2009) is the 400th anniversary of the publication of Johannes Kepler&#8217;s book New Astronomy (Astronomia Nova) announcing the discovery of the elliptical orbit of Mars to the world.  The discovery of the elliptical orbit of Mars and the mathematical rule of motion for Mars on its elliptical orbit by Johannes Kepler in 1605 is one of the most important advances in astronomy, physics, and science.  This discovery transformed the unproven heliocentric theory of Copernicus into a rigorous predictive theory that outperformed the traditional geocentric theory of Claudius Ptolemy and his successors.  The discovery paved the way for Newton&#8217;s theory of gravitation.  It remains one of a small number of cases where a simple mathematical rule for seemingly complex and confusing data has been found.  In many respects, the discovery of the elliptical orbit of Mars and other planets is more important than the better known work of Kepler&#8217;s contemporary Galileo.  In honor of Kepler, NASA has named its recent mission to look for extra-solar planets, especially possible other Earths that might support life or even intelligence, the Kepler mission.</p>
<p>In Kepler&#8217;s time the reigning Ptolemaic theory could predict the position of Mars to within a few degrees, usually less than a one percent error.  How important is such a small error?  Space missions routinely depend on modern orbital dynamics, a lineal descendant of Kepler&#8217;s work, to make far more accurate calculations to succeed.  The Mars Climate Orbiter mission in 1999 failed due to a tiny error.  After traveling about 300 million miles, the Mars Climate Orbiter came in about 90 miles, a tiny fraction of 300 million miles, too low, burning up in the Martian atmosphere rather than aerobreaking successfully into orbit.  Successful space missions, the Global Positioning System (GPS), and other modern applications depend on precision mathematical models similar to and sometimes directly descended from Kepler&#8217;s model of the orbit of Mars.  </p>
<p>Kepler&#8217;s story is very different from the story of Galileo and it offers different lessons for today.  Diverse fields ranging from astronomy and space physics to artificial intelligence are confronted with similarly complex and confusing data.  A mathematical solution to an outstanding problem comparable to Kepler&#8217;s discovery could reveal long suspected connections between gravity and other forces, perhaps enabling new power or propulsion systems, enable computers to recognize objects and spoken words, or solve other problems.  This article will discuss the discovery of the elliptical orbit of Mars in the context of Kepler&#8217;s time.  It will also draw some lessons from Kepler and compare and contrast Kepler&#8217;s process of discovery to modern astronomy, physics, space science and engineering, including a detailed discussion of dark matter and dark energy.</p>
<p>Read the rest of <a href="http://www.scribd.com/doc/24237641/Kepler-s-New-Astronomy">Kepler&#8217;s New Astronomy</a> on Scribd, where you’ll be able to download it in several formats including PDF, or click Fullscreen in the embedded document below.</p>
<p><strong>PDF</strong>: <a href="http://math-blog.com/wp-content/uploads/2009/12/Keplers-New-Astronomy.pdf">Kepler&#8217;s New Astronomy.pdf</a></p>
<p align="center"><object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" id="doc_481481057687922" name="doc_481481057687922" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" align="middle"	height="650" width="500" ><param name="movie"	value="http://d1.scribdassets.com/ScribdViewer.swf?document_id=24237641&#038;access_key=key-2es88j3k4cbavrsdmqp2&#038;page=1&#038;version=1&#038;viewMode=list"><param name="quality" value="high"><param name="play" value="true"><param name="loop" value="true"><param name="scale" value="showall"><param name="wmode" value="opaque"><param name="devicefont" value="false"><param name="bgcolor" value="#ffffff"><param name="menu" value="true"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><param name="salign" value=""><param name="mode" value="list"><embed src="http://d1.scribdassets.com/ScribdViewer.swf?document_id=24237641&#038;access_key=key-2es88j3k4cbavrsdmqp2&#038;page=1&#038;version=1&#038;viewMode=list" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" scale="showall" wmode="opaque" devicefont="false" bgcolor="#ffffff" name="doc_481481057687922_object" menu="true" allowfullscreen="true" allowscriptaccess="always" salign="" type="application/x-shockwave-flash" align="middle" mode="list" height="650" width="500"></embed></object></p>
<img src="http://feeds.feedburner.com/~r/math-blog/~4/Rwxs-jxMBnw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://math-blog.com/2009/12/17/keplers-new-astronomy/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://math-blog.com/2009/12/17/keplers-new-astronomy/</feedburner:origLink></item>
		<item>
		<title>Faster, Better, Cheaper Search Engines</title>
		<link>http://feedproxy.google.com/~r/math-blog/~3/dw31gyvUGCM/</link>
		<comments>http://math-blog.com/2009/10/25/faster-better-cheaper-search-engines/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 19:29:52 +0000</pubDate>
		<dc:creator>John F. McGowan, Ph.D.</dc:creator>
				<category><![CDATA[Applied Math]]></category>

		<guid isPermaLink="false">http://math-blog.com/?p=321</guid>
		<description><![CDATA[Searching for documents and other items on the Web or computers is often tedious and time consuming. Time is money. Highly paid professionals spend hours, days, and even longer searching for information on the Web or computers. Most search today is done using key word and phrase matching, often combined with various ranking schemes for [...]]]></description>
			<content:encoded><![CDATA[<p>Searching for documents and other items on the Web or computers is often tedious and time consuming.  Time is money.  Highly paid professionals spend hours, days, and even longer searching for information on the Web or computers.  Most search today is done using key word and phrase matching, often combined with various ranking schemes for the search results.  Occasionally more advanced methods such as logical queries, e.g. search for &#8220;rocket scientist&#8221; and NOT &#8220;space&#8221;, and regular expressions are used. All of these methods have significant limitations and often require lengthy human review and further manual searching of the search results.</p>
<p>The dream search engine would search by topic, by the detailed content of the items searched, ideally finding the desired information immediately.  Actual understanding of text remains a unfulfilled promise of artificial intelligence.  Statistical language processing can achieve a degree of searching by topic.  This article introduces the basic concepts and mathematics of statistical language processing and its applications to search.  It gives a brief introduction and overview of more advanced techniques in statistical language processing as applied to search.  It also includes sample Ruby code illustrating some simple statistical language processing methods.</p>
<p>Read the rest of <a title="View Faster, Better, Cheaper Search Engines on Scribd" href="http://www.scribd.com/doc/21611060/Faster-Better-Cheaper-Search-Engines">Faster, Better, Cheaper Search Engines</a> on Scribd, where you&#8217;ll be able to download it in several formats including PDF, or click Fullscreen in the embedded document below.</p>
<p><strong>Source code</strong>: <a href="http://math-blog.com/wp-content/uploads/2009/10/trigram.zip">trigram.zip</a></p>
<p><strong>PDF</strong>: <a href='http://math-blog.com/wp-content/uploads/2009/10/Faster-Better-Cheaper-Search-Engines.pdf'>Faster-Better-Cheaper-Search-Engines.pdf</a></p>
<p align="center"><object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" id="doc_883741955071951" name="doc_883741955071951" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" align="middle"	height="500" width="450" ><param name="movie"	value="http://d1.scribdassets.com/ScribdViewer.swf?document_id=21611060&#038;access_key=key-22tm1zu0lmmfqdr02gpm&#038;page=1&#038;version=1&#038;viewMode=list"><param name="quality" value="high"><param name="play" value="true"><param name="loop" value="true"><param name="scale" value="showall"><param name="wmode" value="opaque"><param name="devicefont" value="false"><param name="bgcolor" value="#ffffff"><param name="menu" value="true"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><param name="salign" value=""><param name="mode" value="list"><embed src="http://d1.scribdassets.com/ScribdViewer.swf?document_id=21611060&#038;access_key=key-22tm1zu0lmmfqdr02gpm&#038;page=1&#038;version=1&#038;viewMode=list" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" scale="showall" wmode="opaque" devicefont="false" bgcolor="#ffffff" name="doc_883741955071951_object" menu="true" allowfullscreen="true" allowscriptaccess="always" salign="" type="application/x-shockwave-flash" align="middle" mode="list" height="500" width="450"></embed></object></p>
<img src="http://feeds.feedburner.com/~r/math-blog/~4/dw31gyvUGCM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://math-blog.com/2009/10/25/faster-better-cheaper-search-engines/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://math-blog.com/2009/10/25/faster-better-cheaper-search-engines/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.246 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-07-23 08:33:47 --><!-- Compression = gzip -->
