<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Modulo Errors &#187; Pop.Maths</title>
	<atom:link href="http://maths.straylight.co.uk/archives/category/popmaths/feed" rel="self" type="application/rss+xml" />
	<link>http://maths.straylight.co.uk</link>
	<description>for when the margin is too small</description>
	<lastBuildDate>Thu, 12 Jan 2012 16:36:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Christmas Trees</title>
		<link>http://maths.straylight.co.uk/archives/584</link>
		<comments>http://maths.straylight.co.uk/archives/584#comments</comments>
		<pubDate>Sun, 18 Dec 2011 18:00:10 +0000</pubDate>
		<dc:creator>Graeme</dc:creator>
				<category><![CDATA[Physics]]></category>
		<category><![CDATA[Pop.Maths]]></category>
		<category><![CDATA[processing]]></category>

		<guid isPermaLink="false">http://maths.straylight.co.uk/?p=584</guid>
		<description><![CDATA[A while ago I became interested in `captured lightning&#8216; Lichtenberg figures, but without access to megavolt-scale physics gear, I wondered if I could simulate them in software instead. I was reminded of this when I had my JMM art exhibition entry printed on glass, as this would give me something a bit closer to the [...]]]></description>
			<content:encoded><![CDATA[<p><center><img src="http://maths.straylight.co.uk/images/DLA4web.png"/></center></p>
<p>A while ago I became interested in `<a href="http://capturedlightning.com/frames/lichtenbergs.html">captured lightning</a>&#8216; Lichtenberg figures, but without access to megavolt-scale physics gear, I wondered if I could simulate them in software instead. I was reminded of this when I had my JMM art exhibition entry <a href="http://www.fractureme.com/">printed on glass</a>, as this would give me something a bit closer to the acrylic blocks. Some initially vague google searches eventually lead me to <a href="http://en.wikipedia.org/wiki/Diffusion-limited_aggregation">Diffusion-limited aggregation</a>, a process that generates trees somewhere between ferns and lightning bolts. I set about implementing this in processing, and you can play around with a small version of it here:</p>
<p><center><div class="processing_embed" id="DLA_container"><p><a href="#" onclick="deployJava.addAppletTo('DLA', 'http://maths.straylight.co.uk/processing/DLA.jar', 800, 800, 'http://maths.straylight.co.uk/wp-content/plugins/wordpress-processing-embed', 'DLA_container'); return false;">Load the applet</a></p></div></center></p>
<p><b>Controls</b>: To set things in motion (or pause them), press SPACE. To restart, press R. You can cycle through various colour options with G, and toggle rendering of the random walks with W. The screen is redrawn after a fixed number of points have been tested, which can be decreased with Z or increased with X: if your computer is powerful enough, it can cope with updating the screen more often; even if it can&#8217;t, you can decrease this to 1 to watch a step-by-step construction.</p>
<p>How does it work? There is an initial core disc of points which are included in the structure, and its horizon &#8211; the distance of the furthest point from the centre &#8211; is tracked. New points are launched from a &#8216;birth&#8217; circle with radius a fixed multiple (until the edge of the screen gets in the way) of the horizon; further out, there is a &#8216;killing&#8217; circle. Once launched, points take steps in random directions of size large enough to move them within the horizon- although of course they may go the wrong way! If they ever cross the killing circle they are abandoned, and a new point launched; if they move within the horizon, they switch to taking steps of unit distance instead. If at any stage they bump into a point already in the structure, they stick to it: they stop moving, become part of the structure (possibly increasing its horizon, and thus pushing out the birth/killing circles) and a new point is launched. There&#8217;s a fixed maximum radius for the horizon, and once this is reached, no more points are launched.</p>
]]></content:encoded>
			<wfw:commentRss>http://maths.straylight.co.uk/archives/584/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Smoothness Spiral</title>
		<link>http://maths.straylight.co.uk/archives/453</link>
		<comments>http://maths.straylight.co.uk/archives/453#comments</comments>
		<pubDate>Sun, 17 Jul 2011 16:20:27 +0000</pubDate>
		<dc:creator>Graeme</dc:creator>
				<category><![CDATA[Number Theory]]></category>
		<category><![CDATA[Pop.Maths]]></category>
		<category><![CDATA[processing]]></category>

		<guid isPermaLink="false">http://maths.straylight.co.uk/?p=453</guid>
		<description><![CDATA[I&#8217;d recently ordered Ben Fry&#8216;s Visualizing Data and started reading it this weekend; just a few pages in I learnt how to import data to processing and a project was born&#8230; Since New Orleans I&#8217;ve been increasingly interested in mathematical art, and whether in particular I could create something interactive. Here&#8217;s what I&#8217;ve come up [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption aligncenter" style="width: 510px"><a href="http://www.flickr.com/photos/28359572@N06/5946941544/sizes/l/"><img alt="" src="http://farm7.static.flickr.com/6014/5946941544_595757659b.jpg" title="101-smooth numbers" width="500" height="500" /></a><p class="wp-caption-text"><small><center><i>101-smooth numbers up to 10,000</i></center></small></p></div>
<p>I&#8217;d recently ordered <a href="http://benfry.com/">Ben Fry</a>&#8216;s <i>Visualizing Data</i> and started reading it this weekend; just a few pages in I learnt how to import data to processing and a project was born&#8230; Since New Orleans I&#8217;ve been increasingly interested in mathematical art, and whether in particular I could create something interactive. Here&#8217;s what I&#8217;ve come up with after a couple of rainy afternoons:</p>
<div class="processing_embed" id="smooth_spiral_container"><p><a href="#" onclick="deployJava.addAppletTo('smooth_spiral', 'http://maths.straylight.co.uk/processing/smooth_spiral.jar', 720, 760, 'http://maths.straylight.co.uk/wp-content/plugins/wordpress-processing-embed', 'smooth_spiral_container'); return false;">Load the applet</a></p></div>
<p>So what <em>is</em> it? Each point represents a number up to 10,000, arranged on an <a href="http://en.wikipedia.org/wiki/Archimedean_spiral">Archimedean spiral</a>, and coloured depending on its <em>smoothness</em>: a <a href="http://en.wikipedia.org/wiki/Smooth_number">smooth number</a> is one with only small prime factors. More precisely, N is B-smooth if the largest prime dividing N is at most B (so 2-smooth numbers are powers of 2; 3-smooth numbers are multiples of 2 and/or 3 only; any number shown will obviously be at worst 10,000-smooth). You can adjust the smoothness bound with the slider: in &#8216;gradient&#8217; mode the brighter a point, the smoother it is; whereas in &#8216;threshold&#8217; mode a point is simply plotted or not depending on whether it passes the smoothness test (the mode can be toggled by pressing space).</p>
<p>The least smooth numbers are the primes, and it was thinking about prime spirals that lead me in this direction: the <a href="http://en.wikipedia.org/wiki/Ulam_spiral">Ulam spiral</a> is one of the first examples of computer-aided mathematics visualisation, and I&#8217;ve taken the circular layout from its close relative, the <a href="http://en.wikipedia.org/wiki/Sacks_spiral#Sacks_spiral">Sacks spiral</a>. In fact, my original plan was to use the number of prime divisors, rather than smoothness, for deciding when to plot points, with the Sacks spiral as a special case. But the pictures for larger bounds weren&#8217;t particularly interesting- 10,000 just isn&#8217;t big enough to allow much of a range of behaviour. So I switched to smoothness, and whilst that means you can&#8217;t identify the primes directly, sometimes they&#8217;re conspicuous by their absence: in the Sacks spiral there are curves with an unusually high concentration of primes, and in the smoothness spiral there are similarly &#8216;missing&#8217; curves. There seem to be lots of other features too- if you&#8217;d like a closer look, here&#8217;s <a href="http://www.flickr.com/photos/28359572@N06/5946941544/sizes/o/">an enormous render</a> of the 101-smooth numbers shown above, created using processing&#8217;s PDF mode. </p>
]]></content:encoded>
			<wfw:commentRss>http://maths.straylight.co.uk/archives/453/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Changing Perspectives</title>
		<link>http://maths.straylight.co.uk/archives/426</link>
		<comments>http://maths.straylight.co.uk/archives/426#comments</comments>
		<pubDate>Mon, 04 Apr 2011 22:10:49 +0000</pubDate>
		<dc:creator>Graeme</dc:creator>
				<category><![CDATA[Pop.Maths]]></category>

		<guid isPermaLink="false">http://maths.straylight.co.uk/?p=426</guid>
		<description><![CDATA[A crochet Lorenz Manifold, as spotted in the Changing Perspectives exhibition in Bristol.]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 343px"><a href="http://www.flickr.com/photos/28359572@N06/5585270894/"><img alt="" src="http://farm6.static.flickr.com/5295/5585270894_4e9a7ae9aa.jpg" title="Lorenz Manifold" width="333" height="500" /></a><p class="wp-caption-text"><small><center>Lorenz Manifold at the <i>Changing Perspectives</i> Exhibition</center></small></p></div>
<p><a href="http://haggisthesheep.wordpress.com/2011/04/04/a-week-in-the-life-tuesday/">Today&#8217;s post</a> by Haggis the Sheep demonstrates how crochet can help understand some topologically-interesting surfaces, so I felt I should mention a similar piece of fibre art I encountered this weekend. The object on the left is a <em>Lorenz Manifold</em> made out of over 25,000 stitches (plus three wires), and took Bristol mathematician <a href="http://www.enm.bris.ac.uk/staff/hinke/">Hinke Osinga</a> 85 hours to assemble. Osinga (along with Bernd Krauskopf) had been experimenting with computer visualisation of the manifold, and developed an algorithm which &#8216;grew&#8217; the image from a small disc, adding layers with additional or fewer points at each step to specify the local features of the surface. This approach conveniently works just as well for wool as pixels &#8211; each row of a crochet pattern differs from the last by increasing or decreasing the number of stitches to alter the shape. </p>
<p>But what does it actually represent? Lorenz was one of the founders of <em>chaos theory</em>, discovering the &#8216;butterfly effect&#8217;, the way in which seemingly small changes to a system such as the weather could escalate into major differences in behaviour. The <em><a href="http://en.wikipedia.org/wiki/Lorenz_equations">Lorenz oscillator</a></em> is a set of rules for evolving the position of a point in 3-dimensional space which exhibits this chaotic nature: starting points generally find their way to the <em>Lorentz attractor</em>, a complex pattern that never repeats itself. However, points on the Lorenz manifold manage to avoid this trap, and instead settle at the origin, the &#8216;central&#8217; point of space. </p>
<p>Some of Hinke and Krauskopf&#8217;s computer visualisations, their crochet of the manifold, and a <a href="http://www.flickr.com/photos/28359572@N06/5585291772/">rendition in steel</a> by <a href="http://www.benjaminstorch.co.uk/">Benjamin Storch</a> can be viewed for the rest of the month at <a href="http://www.thebristolgallery.com/">The Bristol gallery</a>, which can found down by the harbourside. They&#8217;re there as part of one of the <a href="http://www.bris.ac.uk/changingperspectives">Changing Perspectives</a> exhibitions, which also includes work from my department&#8217;s invaluable Chrystal Cherniwchan: the photographic project <a href="http://www.chrystalcherniwchan.com/pages.php?content=gallery.php&#038;navGallID=2">Exploring the Valley</a>, and the <a href="http://www.maths.bris.ac.uk/research/videos/">Mathematical Ethnographies</a> films. As well as maths, there are exhibits inspired by scientific topics from shifting glaciers to high voltage electricity, so if you&#8217;re local, why not take a look in person? If not, well, you can get a taste from the links above, or if you&#8217;re feeling brave, <a href="http://www.enm.bris.ac.uk/staff/hinke/crochet/">grab the instructions</a> to crochet your own Lorenz manifold!</p>
]]></content:encoded>
			<wfw:commentRss>http://maths.straylight.co.uk/archives/426/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joint Mathematics Meetings 2011</title>
		<link>http://maths.straylight.co.uk/archives/352</link>
		<comments>http://maths.straylight.co.uk/archives/352#comments</comments>
		<pubDate>Sun, 16 Jan 2011 20:37:27 +0000</pubDate>
		<dc:creator>Graeme</dc:creator>
				<category><![CDATA[Algebra]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Cryptology]]></category>
		<category><![CDATA[Graph Theory]]></category>
		<category><![CDATA[Number Theory]]></category>
		<category><![CDATA[Pop.Maths]]></category>
		<category><![CDATA[Postdoc]]></category>

		<guid isPermaLink="false">http://maths.straylight.co.uk/?p=352</guid>
		<description><![CDATA[I spent last week in New Orleans for the Joint Mathematics Meetings 2011. I&#8217;d made a rather last minute booking after noticing a couple of sessions could be useful, and hadn&#8217;t quite grasped the scale of the event. I&#8217;d normally think of 200 mathematicians as a large gathering, but the JMM had over six thousand [...]]]></description>
			<content:encoded><![CDATA[<p>I spent last week in New Orleans for the <a href="http://www.ams.org/meetings/national/jmm/2125_intro.html">Joint Mathematics Meetings 2011</a>. I&#8217;d made a rather last minute booking after noticing a couple of sessions could be useful, and hadn&#8217;t quite grasped the scale of the event. I&#8217;d normally think of 200 mathematicians as a large gathering, but the JMM had over six thousand participants and at peak more than thirty parallel sessions to choose between&#8230; the densely typed book of abstracts runs to 450 pages! Hence, as well as the content that justifies dipping into my travel budget, I was able to see a wide range of talks purely out of curiosity. So, partly for my own future convenience, and partly to give some indication of the range available, I thought I&#8217;d note down everything I attended. As that was 42 talks &#8211; plus an art exhibition and a film &#8211; this post got rather long, so the rest is beneath the cut.</p>
<p><span id="more-352"></span></p>
<p><strong>AMS Contributed Paper Sessions: Combinatorics and Graph Theory, I</strong><br />
<small><a href="http://www.math.uiuc.edu/~ykim36/">Y. Kim</a>, <em>Cycle-saturated graphs with minimum number of edges</em>.<br />
<a href="http://www.uafortsmith.edu/Math/DanielPragel">D. Pragel</a>, <em>Algebraic and Graph-Theoretic Properties of the Box Product of Two Paths</em>.<br />
<a href="http://www.math.dartmouth.edu/~barghi/">A. Barghi</a>, <em>Firefighting on Random Geometric Graphs</em>.<br />
<a href="http://academics.smcvt.edu/jellis-monaghan/">J. Ellis-Monaghan</a>, <em>Ribbon Graphs and Twisted Duality</em>.<br />
<a href="http://www.dean.usma.edu/departments/math/people/Braunstein/">J. Fierson</a>, <em>Some graph theoretical results for the task mapping problem for parallel computers</em>.<br />
S. Raval, <em>Complex Contagions on Graph Dynamical Systems</em>.<br />
</small></p>
<p>Although I&#8217;m officially a number theorist (honest, it says so right there in the sidebar!) much of my thesis topic and subsequent work has been more concerned with graphs, and there was plenty of interest on offer here. </p>
<p>From a research perspective the box product construction particularly caught my attention: in the presented work, products of paths were considered, which yield grids that can be sliced vertically into copies of one factor, and horizontally into the other. This carries over into some nice structural properties of the adjacency matrix, and they were able to come up with a particularly neat characterisation of its determinant based on the length of the paths. The obvious next step would be to try something more complicated than paths, and I wonder if some candidates from my own studies of cyclotomic graphs might be suitable. </p>
<p>On the other hand, the firefighting problem is something I&#8217;d have no idea how to solve, but it seems like I could make an undergrad project out of it &#8211; or a web game! Given a graph, some vertices are specified as being on fire. Each round, firefighters may be placed at any vertices that aren&#8217;t on fire, then the fire spreads to any neighbouring vertices that haven&#8217;t been protected in this way. On an infinite graph, the question is whether such a fire can be contained or could burn indefinitely.</p>
<p><strong>AMS Colloquium Lectures</strong><br />
<small><a href="http://www.ma.huji.ac.il/~alexlub/">A. Lubotzky</a>, <em>Expander graphs in pure and applied mathematics, I</em>.</small></p>
<p>More in the graph-theory line: unfortunately I was only able to attend this, the first of a series of three talks by Alex Lubotzky on the subject, but at least I now know what expander graphs are and why I might care! The original motivation was practical: in designing a communications network (be it mobile phones or multicore processors) you want short routes between nodes for speed and reliability, but as few connections between nodes as possible to minimise cost. Expander graphs are those which (remarkably) manage to balance these opposing properties, but they also find application in a surprising range of abstract mathematical topics. </p>
<p><strong>MAA Contributed Paper Sessions: Cryptology for Undergraduates</strong><br />
<small><a href="http://homepages.uc.edu/~cabarcd/">D. Cabarcas</a>, <em>Algebraic Cryptanalysis as a tool for teaching Cryptology</em>.<br />
<a href="http://facultyfp.salisbury.edu/despickler/personal/index.asp">D. Spickler</a>, <em>Cryptography Tools: A Teaching Tool for the Investigation of Classical Cryptography and Cryptanalysis</em>. (<a href="http://facultyfp.salisbury.edu/despickler/personal/CryptTools.asp">Cryptography Tools</a>)<br />
<a href="http://www.wou.edu/~beaverc/">C. Beaver</a>, <em>Group Signature Schemes: How to share a secret without telling it</em>.<br />
<a href="http://mathinfo.montclair.edu/people/people.php3?id=113&#038;type=&#038;sig=">A. Li</a>, <em>Cryptography, a Great Topic for Undergraduate Mathematics Courses</em>.<br />
<a href="http://personal.denison.edu/~feil/">T. Feil</a>, <em>A Cryptology Course for the Non-Mathematician</em>.<br />
<a href="http://www.roberttalbert.net/index.html">R. Talbert</a>, <em>A Brief Fly-Through of Cryptology for First-Semester Students using Active Learning and Common Technology</em>.<br />
<a href="http://buzzard.ups.edu/">R. Beezer</a>, <em>A first-year seminar in cryptology</em>. (<a href="http://buzzard.ups.edu/talks/beezer-2011-jmmno-crypto-course.pdf">slides</a>).<br />
<a href="http://www.cwu.edu/~boersmas/index.html">S. Boersma</a>, <em>Student Codebooks: An in-depth writing assignment</em>.<br />
K. Smith, <em>Codes in History, the Arts, and Literature</em>.<br />
<a href="http://www.wlc.edu/academics/mat/index.aspx?id=3221">K. Meyer</a>, <em>Making Cryptography Come Alive</em>.<br />
<a href="http://euler.slu.edu/~may/">M. May</a>, <em>Using Cryptography to Show Students that Math is Everywhere</em>.<br />
</small></p>
<p>This session was one of my reasons for making the long trip, and was definitely worth it. Based on the enthuiasm of the speakers, the feedback they&#8217;ve received from their students, and the sheer number of people who turned up for this session, I think it&#8217;s safe to say that cryptography is definitely worth offering in the undergraduate syllabus. The American undergraduate experience is rather different to the English one I had, or the Scottish one I tutored for, and in particular there&#8217;s a need for mathematics courses for non-mathematics students. Several speakers were able to provide a cryptology course for such an audience, as the mathematical prerequisites can be made fairly modest and supplemented by the history of the subject, or its relevance today to topics like privacy and security online. One even managed to assess it through written projects, despite the protests of the more mathematically inclined students! The consensus seems to be that if you&#8217;re going to teach such a course, your starting point should be <em>Cryptography</em> by Trappe and Washington, and -despite my love of the discrete log problem &#8211; it&#8217;s probably best to stick to symmetric crypto and a bit of RSA. Various speakers had developed software to remove some of the computational grind (such as crypto tools, linked above), but the coolest contribution was probably <a href="http://personal.denison.edu/~feil/gifs/pringle.pdf">instructions</a> (PDF) on how to make an Enigma machine out of a pringles can!</p>
<p><strong>AMS-SIAM Special Session on Mathematics of Computation: Algebra and Number Theory, I &#038; II</strong><br />
<small><a href="http://www-rohan.sdsu.edu/~mosulliv/">M. O&#8217;Sullivan</a>, <em>The sum-product algorithm for binary codes having check nodes of degree two</em>.<br />
<a href="http://www.math.lsa.umich.edu/~hderksen/">D. Harm</a>, <em>Complexity of the Graph Isomorphism Problem</em>.<br />
<a href="http://www.math.wisc.edu/~boston/">N. Boston</a>, <em>Combining Group Theory and Number Theory Computations</em>.<br />
<a href="http://pages.cpsc.ucalgary.ca/~jacobs/">M. Jacobson</a>, <em>Class Group and Regulator Computation in Quadratic Fields</em>.<br />
<a href="http://www-math.mit.edu/~drew/">A. Sutherland</a>, <em>Genus 1 point counting in quadratic space and essentially quartic time</em>.<br />
<a href="http://www.math.uci.edu/~asilverb/">A. Silverberg</a>, <em>Finding the rational points on a certain genus 12 curve</em>.<br />
<a href="http://math.ucalgary.ca/~rscheidl/">R. Scheidler</a>, <em>Efficient Divisor Reduction on Hyperelliptic Curves</em>.<br />
D. Moulton, <em>Finding small sets whose subset sums include a given set</em>.<br />
<a href="http://www.math.brown.edu/~jhs/">J. Silverman</a>, <em>Lehmer&#8217;s Conjecture and points on elliptic curves that are congruent to torsion points</em>.<br />
<a href="http://www.maths.ed.ac.uk/~chris/">C. Smyth</a>, <em>Minimal polynomials of algebraic numbers with rational parameters</em>.<br />
<a href="http://www.math.uwaterloo.ca/~kghare/">K. Hare</a>, <em>Pisot and Salem polynomials dividing Newman polynomials</em>.</small></p>
<p>This session was the other reason for my attendance &#8211; Mahler measure is quite a niche topic, so with two talks on the agenda here I felt I should turn up, but they weren&#8217;t the only draw. If you dig deep enough in this blog, you&#8217;ll find that I spent the start of my PhD thinking about point counting problems and hyperelliptic curve arithmetic, which both featured here. A particular highlight was Andrew Sutherland&#8217;s talk, which presented improvements to SEA which have led to a substantially larger record for point counting on elliptic curves. </p>
<p><strong>MAA Session on New and Continuing Connections between Math and the Arts, I</strong><br />
<div class="wp-caption alignright" style="width: 298px"><a href="http://members.cox.net/fathauerart/FractalTreesArt.html"><img alt="" src="http://members.cox.net/fathauerart/RFractalTreeNo3.jpg" title="Fractal Tree No. 3" width="288" height="291" /></a><p class="wp-caption-text">Fractal Tree No. 3 by R. Fathauer</p></div><br />
<small><a href="http://ksuweb.kennesaw.edu/~mgarner/">M. Garner</a>, <em>Sequences, Series, Combinatorics, and Probability in the Early Plate Work of Jennifer Bartlett</em>.<br />
<a href="http://vihart.com">V. hart</a>, <em>Hyperbolic Planes Take Off!</em> (<a href="http://www.youtube.com/watch?v=qsE2UKkIKXU">video</a>)<br />
<a href="http://bulatov.org/">V. Bulatov</a>, <em>Tilings of hyperbolic space and their visualisation</em>.<br />
<a href="http://www.beloit.edu/computerscience/faculty/chavey/">D. Chavey</a>, <em>Glide Reflections as a Cultural and Artistic Value</em>.<br />
<a href="http://pages.towson.edu/gsarhang/">R. Sarhangi</a>, <em>A Workshop in Geometric Constructions of Mosaic Designs</em>.<br />
F. Ronning, <em>Islamic decorations and wallpaper groups</em>.<br />
<a href="http://www.georgehart.com/">G. Hart</a>, <em>Art at the Museum of Mathematics</em>.<br />
<a href="http://members.cox.net/fathauerart/index.html">R. Fathauer</a>, <em>Photographic Fractal Trees</em>.<br />
</small></p>
<p>`Mathematical Art&#8217; usually conjures up images of fractals, but there&#8217;s a lot more to it than that and several themes emerged from this session and the attached <a href="http://jmm.submit.bridgesmathart.org/">exhibition</a>.</p>
<p>The <a href="http://en.wikipedia.org/wiki/Alhambra">Alhambra</a> in Spain gets another bump up my list of potential mathematical tourism sites: although it seems that debate continues over whether all seventeen wallpaper tilings can be found there, it seems to have the best (and best known) collection. But other talks mentioned their appearance in everything from Tibetan <a href="http://en.wikipedia.org/wiki/Sand_mandala">sand mandalas</a> to Norwegian <a href="http://en.wikipedia.org/wiki/Rosemaling">rosemaling</a>. I discovered that there&#8217;s such a thing as ethnomathematics, which aims to go beyond cataloguing such connections between mathematics and culture and attempt to explain them.</p>
<p>Also finding its way to the travel list is the <a href="http://momath.org/">Museum of Mathematics</a>, although I&#8217;ll have to wait a bit as it doesn&#8217;t exist yet&#8230; hopefully it&#8217;ll open in 2012. Rather than focus on dry historical exhibits, their vision is for installation pieces like a race circuit for square-wheel tricycles, large geometric sculptures, and interactive digital art. The target audience might be schoolkids, but I suspect I&#8217;d walk around with a big smile on my face too!</p>
<p>Another exciting project I was oblivious to is the <a href="http://www.bridgesmathart.org/"><em>Bridges</em></a> series of conferences on connections between maths and art: these combine invited talks and papers (with peer-reviewed proceedings) with hands-on activities, an art exhibition, film screenings, all in a location chosen to inspire! <a href="http://bridgesmathart.org/bridges-2011/">The next one</a> is at the University of Coimbra, Portugal, in July. </p>
<p><strong>AMS Special Session on Self-Organization in Human, Biological, and Artificial Systems, II</strong><br />
<small><a href="http://sociology.ucr.edu/people/grad_students/niemeyer.html">R. Niemeyer</a>, <em>Graphs, Dynamical Systems, Fractals: A Heuristic Framework for Modeling the Structure and Dynamics of Complex Interactions Across Multiple levels of Analysis</em>.<br />
<a href="http://www.math.ucla.edu/~lsmith/">L. Smith</a>, <em>An Agent-Based Approach to Modeling Gang Rivalries</em>.</small></p>
<p>Although it&#8217;s a long way from my research activities, emergent systems is one of the topics that first steered me towards mathematics and computer science. So with a spare hour to fill, I decided to indulge an old interest by sampling a couple of talks from this session. Laura Smith&#8217;s was particularly intriguing: based partly on geographic constraints, her team of mathematicians and criminologists was able to build a model of the (violent) interactions of LA&#8217;s numerous gangs. The hope is that such a model would be accurate enough to predict where best to focus police efforts to reduce conflict, although because I&#8217;ve been watching too much <em>Castle</em> lately I found myself dreaming up scenarios of mathematically-savvy gang bosses using optimization theory to maximise their territory instead&#8230; </p>
<p><strong>MAA Invited Addresses</strong><br />
<small><a href="http://math.stanford.edu/~mwood/">M. Matchett Wood</a>, <em>Binary quadratic forms: From Gauss to algebraic geometry</em></small><br />
R. Bell, <em>Lessons from the Netflix Prize</em></p>
<p>Melanie Matchett Wood&#8217;s talk was in the rare category of those from which I felt I&#8217;d gained some insight into abstract algebra. Whilst modern terminology is probably the best working language, I think there&#8217;s a lot to be said for tracing the historical roots of a topic, rather than simply overwriting it with what can be opaque notation. Gauss may have essentially being doing group theory, but he didn&#8217;t know that, and the motivation and inspiration is perhaps easier to understand without that abstraction. </p>
<p><a href="http://www.netflixprize.com/">The Netflix prize</a> offered US$1million for a 10% improvement to their film recommendation algorithm. That might seem a lot easier than other million dollar prize problems, compared to the ferociously difficult millenium problems, for instance. But it also meant a lot more viable competition, especially as when Robert Bell&#8217;s team hit the required 10%, they didn&#8217;t simply win but triggered a 30 day endgame which saw alliances form and the leadership change hands repeatedly: in the end, &#8220;BellKor&#8217;s Pragmatic Chaos&#8221; triumphed by just a fraction of a percent and a twenty minute earlier submission time than their closest rivals. His talk captured this drama, entertained with some of the sub-problems encountered (<a href="http://www.nytimes.com/2008/11/23/magazine/23Netflix-t.html?_r=1&#038;pagewanted=all">Why is it so hard to tell who&#8217;ll like Napoleon Dynamite?</a> What happens if a user gets a girlfriend? and just who has the time to rate 99% of the netflix database?), and also described plenty of the mathematics behind their algorithm. There&#8217;s a documentary film in there somewhere&#8230;</p>
<p><strong>AMS-MAA-SIAM Gerald and Judith Porter Public Lecture and Special Film Presentation</strong><br />
<small><a href="http://www.langorigami.com/">R. Lang</a>, <em>From flapping birds to space telescopes: The mathematics of origami</em>.<br />
Film: <em><a href="http://www.greenfusefilms.com/">Between the Folds</a></em>.<br />
</small></p>
<p>&#8230;which leads me neatly to the final events. Robert Lang seems to have been central to the revolution in Origami caused by the mathematisation of the discipline. The ability to algorithmically create folding patterns of stick-figure skeletons has pushed forward the level of detail that can be achieved with a single sheet; but as with other media, the possibility of greater realism has led also to a reaction in the form of abstract works, from mathematically-inspired patterns to &#8216;single crease&#8217; sculptures. But it&#8217;s not just about art: origami folding lends itself to the design of airbags and heart stents, or to the problem of getting large structures into space. </p>
<p>All of which appears in the film <em>Between the Folds</em>, that I&#8217;m going to recommend regardless of the contents of your netflix queue. Here&#8217;s the trailer:</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/tE4lqYzS2m0?fs=1&amp;hl=en_GB&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/tE4lqYzS2m0?fs=1&amp;hl=en_GB&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<hr />
<p>So all in all I had an excellent time at the JMM; I&#8217;m certainly planning to attend the next one, which it seems will be held in Boston even earlier in January. Hopefully I&#8217;ll be able to give a talk too- the question is, in which session?</p>
]]></content:encoded>
			<wfw:commentRss>http://maths.straylight.co.uk/archives/352/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Christmas Doodling</title>
		<link>http://maths.straylight.co.uk/archives/334</link>
		<comments>http://maths.straylight.co.uk/archives/334#comments</comments>
		<pubDate>Wed, 29 Dec 2010 17:25:04 +0000</pubDate>
		<dc:creator>Graeme</dc:creator>
				<category><![CDATA[Group Theory]]></category>
		<category><![CDATA[Pop.Maths]]></category>
		<category><![CDATA[processing]]></category>

		<guid isPermaLink="false">http://maths.straylight.co.uk/?p=334</guid>
		<description><![CDATA[After watching Vi Hart&#8216;s latest video I found myself thinking about patterns, because I&#8217;m the weird sort of number theorist who&#8217;s more interested in general structures than specific instances like actual numbers. Because I&#8217;m doubly weird, I tend to doodle with computer code rather than pen and paper, so over the christmas break I cobbled [...]]]></description>
			<content:encoded><![CDATA[<p>After watching <a href="http://vihart.com/">Vi Hart</a>&#8216;s <a href="http://www.youtube.com/watch?v=Yhlv5Aeuo_k">latest video</a> I found myself thinking about patterns, because I&#8217;m the weird sort of number theorist who&#8217;s more interested in general structures than specific instances like actual numbers. Because I&#8217;m doubly weird, I tend to doodle with computer code rather than pen and paper, so over the christmas break I cobbled together a toy to explore some colourings of Pascal&#8217;s Triangle:</p>
<div class="processing_embed" id="doodle_groups2_container"><p><a href="#" onclick="deployJava.addAppletTo('doodle_groups2', 'http://maths.straylight.co.uk/processing/doodle_groups2.jar', 640, 480, 'http://maths.straylight.co.uk/wp-content/plugins/wordpress-processing-embed', 'doodle_groups2_container'); return false;">Load the applet</a></p></div>
<p>The default is as Vi illustrated, where each dot has one of three colours. At no point do I bother to calculate values in Pascal&#8217;s triangle to work out a colour: instead, I implemented the  &#8216;group law&#8217; &#8211; the rule that combines pairs of dots into a new dot &#8211; and used that to find each new dot based on its parents above it. This underlying group structure is the same as Vi&#8217;s drawing, except the colours are different: you could write down a rule for changing my colours into hers and applying it consistently would recover her sketch. That probably doesn&#8217;t seem too surprising: what&#8217;s more remarkable is that <em>any</em> group of three elements is, in the most abstract sense, the same as these: which is why the original approach, of taking remainders modulo 3, also corresponds perfectly to manipulating coloured dots directly instead of numbers. </p>
<p>There&#8217;s nothing special about having three colours, so I&#8217;ve included the option to have anything from two to eight: no reason to stop there, except I was struggling to come up with non-garish palettes! These are all examples of cyclic groups: if you keep applying the group law you cycle through each colour before coming back to the first one and repeating. But not all groups are cyclic, so I wondered what would happen if I picked a group that wasn&#8217;t. For instance, with four colours you can write down two equally valid yet inequivalent group laws: the cycle on four colours, or the <em>Klein four-group</em><sup>1</sup> which combines two copies of the cycle on two elements. But when I tried to plot that, I just got a two-coloured diagram, not four: I was trapped in the smaller <em>subgroup</em>. Similarly, you can make a group of six elements by considering symmetries of an equilateral triangle: from that I could recover either the two or three colour plots. </p>
<p>In fact, this limitation will always apply when the triangle is grown from a single seed, and all the surrounding dots are assumed to be the &#8216;zero&#8217; or <em>identity</em> colour. Each seed will generate a <em>cycle</em> of some length, and the picture you get will only include colours from that cycle, not the entire palette: except for the happy cases where you picked a cyclic group and a <em>generator</em> as the seed<sup>2</sup>. I tried lopping off the top dot, so that the &#8216;triangle&#8217; could be grown from the interaction of two elements, but the results tended to be ugly: you lose symmetry, which is always a disappointment when playing with groups! </p>
<p><sup>1</sup> <small>Which uncoincidentally happens to be the name of <a href="http://www.youtube.com/user/kleinfour">this</a> group of mathemusicians!</small><br />
<sup>2</sup> <small> Exercise for undergrads: prove this <img src='http://maths.straylight.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </small></p>
]]></content:encoded>
			<wfw:commentRss>http://maths.straylight.co.uk/archives/334/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Bristol Chaotic Pendulum</title>
		<link>http://maths.straylight.co.uk/archives/301</link>
		<comments>http://maths.straylight.co.uk/archives/301#comments</comments>
		<pubDate>Wed, 25 Aug 2010 11:02:17 +0000</pubDate>
		<dc:creator>Graeme</dc:creator>
				<category><![CDATA[Mathematical Tourism]]></category>
		<category><![CDATA[Pop.Maths]]></category>

		<guid isPermaLink="false">http://maths.straylight.co.uk/?p=301</guid>
		<description><![CDATA[Mathematical tourism in Bristol: the chaotic pendulum.]]></description>
			<content:encoded><![CDATA[<p>The church of St Mary Redcliffe is a stone&#8217;s throw from my new home in Bristol, and with its soaring gothic architecture is well worth including on any visit to the city. But for a mathematical tourist there&#8217;s an extra treat: the &#8216;chaotic pendulum&#8217; in the north transept.</p>
<p><center><object width="853" height="505"><param name="movie" value="http://www.youtube.com/v/kpIIun0Sz8U?fs=1&amp;hl=en_GB&amp;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/kpIIun0Sz8U?fs=1&amp;hl=en_GB&amp;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="853" height="505"></embed></object></center></p>
<p>The pendulum could be considered the symbol of predictability and regularity, serving as the essential component of timekeeping devices for hundreds of years. Yet simple modifications yield devices that instead exhibit chaotic behaviour, the typical example being the <a href="http://www.chaoticpendulums.com/">double pendulum</a>, where one pendulum is attached to the end of another. The chaotic pendulum at St Mary&#8217;s is believed to be unique in design: water is continually pumped into the crossbeam, causing it to tip one way or the other to let it flow out again; but it&#8217;s not generally possible to predict which way it&#8217;ll go next! </p>
<p>It&#8217;s important to note that this isn&#8217;t because the motion is random: there <em>are</em> rules governing its behaviour, and if you could return the chaotic pendulum to exactly the same state as it was at the start of the video, then it&#8217;d do exactly the same again. However, in chaotic systems tiny changes can be amplified into disproportionate effects, whilst large changes might have no impact. This leads to what is known as <em>sensitive dependence on initial conditions</em>. Think of catching a train, where if you&#8217;re a second early then you arrive at your destination on time, but if you&#8217;re a second late you&#8217;ll have to wait for the next one, so your two second delay grows into half an hour. On the other hand, whether you arrive at the station ten minutes or ten seconds early makes no difference to when you arrive at the other end. Thus your arrival time at the destination depends on your arrival time at the station in a highly <em>non-linear</em> way.</p>
<p>So if your attempt to reset the chaotic pendulum were even slightly flawed, then the video would be useless for making predictions. Similarly, even if you could build a completely accurate mathematical model, any readings taken from the real pendulum would contain errors, and so after a while the predictions of the model would diverge from the real behaviour. Fortunately for a pure mathematician like myself it&#8217;s more interesting to build that model, capturing the essence of all chaotic pendulums, than to be able to predict the activities of a single example! </p>
<p>The Clifton scientific trust has <a href="http://www.clifton-scientific.org/journey_chaos.htm">this</a> to say about the lessons that can be drawn from the chaotic pendulum:</p>
<blockquote><p><em>Some people look to science for certainties on which to base their lives. Increasingly we realise our knowledge can never provide certainty, even for this simple machine. The world is a more wonderful and a more surprising place than we could have imagined.</em></p></blockquote>
<p>I&#8217;d agree with their conclusion, but not for their reasons&#8230; A truly random world, for example, would be constantly surprising. What&#8217;s wonderful about ours is that seemingly complicated phenomena can be described by simple rules &#8211; complexity can emerge from the interaction of otherwise easy-to-understand parts, rather than requiring some irreducibly complex explanation (such as a creator). Whilst the existence of chaos might restrict our ability to <em>predict</em>, it shouldn&#8217;t discourage us from trying to <em>explain</em>. </p>
]]></content:encoded>
			<wfw:commentRss>http://maths.straylight.co.uk/archives/301/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Exploring Cambridge</title>
		<link>http://maths.straylight.co.uk/archives/290</link>
		<comments>http://maths.straylight.co.uk/archives/290#comments</comments>
		<pubDate>Thu, 22 Apr 2010 13:37:49 +0000</pubDate>
		<dc:creator>Graeme</dc:creator>
				<category><![CDATA[Mathematical Tourism]]></category>
		<category><![CDATA[Pop.Maths]]></category>

		<guid isPermaLink="false">http://maths.straylight.co.uk/?p=290</guid>
		<description><![CDATA[I’ve recently returned from my second ‘Young Researchers in Mathematics’ event in Cambridge, a city I never tire of visiting. At over eight hundred years old, Cambridge University has more history than some countries, so there are plenty of mathematical connections to be found as a result- I thought I’d share just a few of [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve recently returned from my second ‘Young Researchers in Mathematics’ event in Cambridge, a city I never tire of visiting. At over eight hundred years old, Cambridge University has more history than some countries, so there are plenty of mathematical connections to be found as a result- I thought I’d share just a few of them today.</p>
<p><center><a href="http://www.flickr.com/photos/28359572@N06/4910720987/" title="The Mathematical Bridge, on Flickr"><img src="http://farm5.static.flickr.com/4079/4910720987_148034435e_z.jpg" width="640" height="480" alt="The Mathematical Bridge" /><br /></a>The Mathematical Bridge</center></p>
<p>As I wrote <a href="http://maths.straylight.co.uk/archives/256">last time</a> about a Mathematical River, it seems sensible to start with this ‘Mathematical Bridge’! Popular myth asserts that the original design was so clever that it was held together simply by gravity, a feat attributed to anyone from undergraduate students to Isaac Newton, depending on who’s telling the tale. But (the story goes) when perplexed Fellows dismantled the bridge in an attempt to understand its construction, they were unable to put it back together again without resorting to using the nuts and bolts which can be seen today. Sadly, the bolts have always been needed, although as first built (in 1749) they were invisible to those crossing the bridge – and it is at least true that it didn’t require any nails!</p>
<p><center><a href="http://www.flickr.com/photos/28359572@N06/4911324176/" title="Trinity College, Cambridge, on Flickr"><img src="http://farm5.static.flickr.com/4099/4911324176_f29b69e6ef_z.jpg" width="640" height="480" alt="Trinity College, Cambridge" /><br /></a>Trinity College, Cambridge</center></p>
<p>It’s unlikely, then, that Newton had a hand in the mathematical bridge, since he died twenty years before it’s construction, but that won’t dent his mathematical legacy too much. Trinity College has always had a strong mathematical reputation, admitting almost a fifth of undergraduates in the subject (of 31 colleges in total), with Newton easily their most famous predecessor. He measured the speed of sound in one of the courtyards; the library holds his annotated first edition of <em>Principia Mathematica</em> (and a lock of his hair!); and the tree outside the main gate is claimed to be a descendant of his famous apple tree.</p>
<p><center><a href="http://www.flickr.com/photos/28359572@N06/4911324574/" title="CMS, on Flickr"><img src="http://farm5.static.flickr.com/4078/4911324574_3478dc9da8_z.jpg" width="640" height="480" alt="CMS" /></a><br />Centre for Mathematical Sciences</center></p>
<p>Until the mid-20th century, there was no central mathematics department, and instead work was done in the colleges. Today, however, research activity is concentrated at the Centre for Mathematical Sciences. It’s often joked that to find the mathematics department at a university you should look for the ugliest building, but the CMS, which opened in 2003, is a world away from 60s brutalist concrete. The ‘low energy’ design exploits natural ventilation to control the internal environment, and it’s green in a more literal sense too, with the main core having a grass roof. But it’s clearly a building meant for mathematicians, as the first things the architects were asked to design were the coffee rooms. Like the city it resides in, it’s a wonderful place to contemplate mathematics, and I hope I’ll be back again next year.</p>
<p><em>(First published on <a href="http://www.sosauce.com/blog/travel/mathematical-tourism-exploring-cambridge-uk/">the SoSauce travel blog</a>.)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://maths.straylight.co.uk/archives/290/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maths at the Science Festival</title>
		<link>http://maths.straylight.co.uk/archives/202</link>
		<comments>http://maths.straylight.co.uk/archives/202#comments</comments>
		<pubDate>Sat, 17 Apr 2010 12:51:55 +0000</pubDate>
		<dc:creator>Graeme</dc:creator>
				<category><![CDATA[Pop.Maths]]></category>

		<guid isPermaLink="false">http://maths.straylight.co.uk/?p=202</guid>
		<description><![CDATA[(Cross-posted to the frontpage) Just a quick note to mention two talks from the Edinburgh International Science Festival, which my flatmate chaired and I took some photos at: Marcus du Sautoy&#8217;s The Num8er My5teries and Ian Stewart&#8217;s Cows in the Maze. Summaries, courtesy of Haggis the Sheep, can be found here and here respectively.]]></description>
			<content:encoded><![CDATA[<p><em>(Cross-posted to <a href="http://straylight.co.uk">the frontpage</a>)</em><br />
Just a quick note to mention two talks from the Edinburgh International Science Festival, which my flatmate chaired and I took <a href="http://www.flickr.com/photos/28359572@N06/sets/72157623874387826/">some photos</a> at: Marcus du Sautoy&#8217;s <i>The Num8er My5teries</i> and Ian Stewart&#8217;s <i>Cows in the Maze</i>. Summaries, courtesy of <a href="http://haggisthesheep.wordpress.com">Haggis the Sheep</a>, can be found <a href="http://haggisthesheep.wordpress.com/2010/04/15/dusautoy/">here</a> and <a href="http://haggisthesheep.wordpress.com/2010/04/17/cows-in-the-maze/">here</a> respectively.</p>
]]></content:encoded>
			<wfw:commentRss>http://maths.straylight.co.uk/archives/202/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easter (&#177;&#949;) Activities</title>
		<link>http://maths.straylight.co.uk/archives/192</link>
		<comments>http://maths.straylight.co.uk/archives/192#comments</comments>
		<pubDate>Tue, 06 Apr 2010 17:06:34 +0000</pubDate>
		<dc:creator>Graeme</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Pop.Maths]]></category>

		<guid isPermaLink="false">http://maths.straylight.co.uk/?p=192</guid>
		<description><![CDATA[Conference and Outreach Activities for March/April.]]></description>
			<content:encoded><![CDATA[<p>At the end of March I was in Cambridge for <a href="http://www.youngresearchersinmaths.org">Young Researchers in Mathematics</a>. Personal highlights include <a href="http://gowers.wordpress.com/">Gowers&#8217;</a> keynote, the plenary by Michael Atiyah, and having my own work mentioned in <a href="http://ggrn.wordpress.com/">Gary Greaves&#8217;</a> talk. Having spent a lot of time recently thinking about a very small section of number theory, it was good to be able to attend something multidisciplinary, giving me the opportunity to hear about some algebraic geometry, combinatorics and string theory too. That broader diet looks set to continue this week- I&#8217;m back in Edinburgh for the <a href="http://www.maths2010.org.uk/Home.php">British Mathematical Colloquium and British Applied Mathematics Colloquium</a>, featuring up to a dozen splinter sessions at a time (this afternoon I opted for history of mathematics). The <a href="http://www.sciencefestival.co.uk/">Edinburgh International Science Festival</a> is also running in April, and as part of that I&#8217;ll be at the Royal Society tomorrow for <a href="http://meetmaths.org.uk/">Meet the Mathematicians</a>, where I&#8217;m part of the careers panel. Busy times!</p>
]]></content:encoded>
			<wfw:commentRss>http://maths.straylight.co.uk/archives/192/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Discovering Mathematical Tourism</title>
		<link>http://maths.straylight.co.uk/archives/256</link>
		<comments>http://maths.straylight.co.uk/archives/256#comments</comments>
		<pubDate>Thu, 25 Feb 2010 13:37:26 +0000</pubDate>
		<dc:creator>Graeme</dc:creator>
				<category><![CDATA[Mathematical Tourism]]></category>
		<category><![CDATA[Pop.Maths]]></category>

		<guid isPermaLink="false">http://maths.straylight.co.uk/?p=256</guid>
		<description><![CDATA[Sometimes you don’t have to go far to find travel inspiration and a change of scenery. In my search of the world for sites of mathematical significance, it turned out I’d been overlooking one practically on my doorstep! The Union Canal, near Falkirk In 1822 the Union Canal opened, providing (with the Forth and Clyde [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you don’t have to go far to find travel inspiration and a change of scenery. In my search of the world for sites of mathematical significance, it turned out I’d been overlooking one practically on my doorstep!</p>
<p><center><a href="http://www.flickr.com/photos/28359572@N06/4887887038/" title="The Union Canal near Falkirk, on Flickr"><img src="http://farm5.static.flickr.com/4115/4887887038_2ed6233b7a_z.jpg" width="640" height="480" alt="The Union Canal near Falkirk" /></a><br />The Union Canal, near Falkirk<br /></center></p>
<p>In 1822 the Union Canal opened, providing (with the Forth and Clyde Canal) a link between Scotland’s two major cities, Edinburgh and Glasgow. It became known locally as ‘the mathematical river’- by following a natural contour line, the Union Canal maintained a fixed height for its 31 mile course from Falkirk to Edinburgh, removing the need for time-consuming locks. Nor is this its only mathematical claim to fame- in 1834, the scientist John Scott Russell discovered what are now known as soliton waves whilst experimenting on the canal:</p>
<blockquote><p><em>“I was observing the motion of a boat which was rapidly drawn along a narrow channel by a pair of horses, when the boat suddenly stopped—not so the mass of water in the channel which it had put in motion; it accumulated round the prow of the vessel in a state of violent agitation, then suddenly leaving it behind, rolled forward with great velocity, assuming the form of a large solitary elevation, a rounded, smooth and well-defined heap of water, which continued its course along the channel apparently without change of form or diminution of speed. I followed it on horseback, and overtook it still rolling on at a rate of some eight or nine miles an hour, preserving its original figure some thirty feet long and a foot to a foot and a half in height. Its height gradually diminished, and after a chase of one or two miles I lost it in the windings of the channel. Such, in the month of August 1834, was my first chance interview with that singular and beautiful phenomenon which I have called the Wave of Translation.”</em></p></blockquote>
<p>As Scott Russell described, such waves are unusual in that they can travel long distances whilst preserving their shape, rather than toppling over or simply flattening out with time. Named in his honour in 1995, The Scott Russell Aqueduct carries the Union Canal over the Edinburgh city bypass, yet the thousands of people who drive underneath it every day have probably never heard of his work- many have probably not even heard of the canal! Yet as well as having added to our understanding of physics, electronics and biology, soliton waves are of great practical importance today for their role in long distance communication with fibre-optics.</p>
<p><center><a href="http://www.flickr.com/photos/28359572@N06/4887285067/" title="Plaque commemorating John Scott Russell by Wntrmute, on Flickr"><img src="http://farm5.static.flickr.com/4122/4887285067_e3eb023ff4_z.jpg" width="640" height="480" alt="Plaque commemorating John Scott Russell" /></a></center></p>
<p>It seems that a waterside stroll is often of benefit to the advance of mathematics. Nine years after Scott Russell’s discovery – and several hundred miles away, in Dublin – the Irish mathematician Sir William Rowan Hamilton had a ‘flash of genius’ whilst walking along the Royal Canal. He had realized the equations for the quaternion group and, fearful that he might forget them just as suddenly, promptly carved them into the nearby Broom bridge. The original carving did not survive, but there is now a stone plaque in its place, which has been described as “the least visited tourist attraction in Dublin.”</p>
<p><center><a href="http://www.flickr.com/photos/28359572@N06/4887887424/" title="The Quaternions by Wntrmute, on Flickr"><img src="http://farm5.static.flickr.com/4080/4887887424_39c6b2f6c7_z.jpg" width="640" height="480" alt="The Quaternions" /></a></center></p>
<p>Despite its clever design, the Union Canal’s importance would be short-lived: within twenty years, trains had overtaken barges as the fastest way to travel. The banks became overgrown and the canal filled with rubbish, and the decline continued after its eventual closure in 1965, as the construction of housing and the M8 motorway caused sections to be cut or filled in. Fortunately, an £85-million project – the millennium link – came to the rescue. The two canals had originally been joined by a series of 11 locks in Falkirk, but as these had not survived, a more spectacular solution was found- the Falkirk Wheel.</p>
<p><center><a href="http://www.flickr.com/photos/28359572@N06/4887284915/" title="The Falkirk Wheel by Wntrmute, on Flickr"><img src="http://farm5.static.flickr.com/4096/4887284915_9e83198a63_z.jpg" width="640" height="480" alt="The Falkirk Wheel" /></a></center></p>
<p>This engineering marvel is the world’s only rotating boat lift, capable of transferring boats between the two waterways in minutes – and, thanks to physics, using only as much energy to do so as boiling 8 kettles! The wheel opened in 2002, providing the final piece to restore the link between the two cities, providing ideal opportunities for walking, cycling or boating. I can’t wait to explore it further in the spring!</p>
<p><em>(First published on <a href="http://www.sosauce.com/blog/travel/discovering-mathematical-tourism-with-graeme-taylor/">the SoSauce travel blog</a>.)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://maths.straylight.co.uk/archives/256/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

