<?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>math &#8211; Alan Richmond</title>
	<atom:link href="https://tuxar.uk/tag/math/feed/" rel="self" type="application/rss+xml" />
	<link>https://tuxar.uk</link>
	<description>Scientific systems programmer (ex NASA, ESA/ESO, Hubble), web developer, online retailer (retired)</description>
	<lastBuildDate>Mon, 29 Apr 2019 17:05:54 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://tuxar.uk/wp-content/uploads/2016/01/AlanRichmond-150x150.jpg</url>
	<title>math &#8211; Alan Richmond</title>
	<link>https://tuxar.uk</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Spectral Harmonographs</title>
		<link>https://tuxar.uk/spectral-harmonographs-2/</link>
					<comments>https://tuxar.uk/spectral-harmonographs-2/#comments</comments>
		
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Mon, 05 Oct 2015 11:24:25 +0000</pubDate>
				<category><![CDATA[Harmonograph]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[pygame]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[simulation]]></category>
		<category><![CDATA[sin]]></category>
		<guid isPermaLink="false">http://python3.codes/?p=573</guid>

					<description><![CDATA[This Python + Pygame program draws the trace of 4 decaying sine waves, 2 per axis, with rainbow colours. It... <span class="gridview-grid-post-read-more"><a href="https://tuxar.uk/spectral-harmonographs-2/">read more<span class="gridview-sr-only"> Spectral Harmonographs</span></a></span>]]></description>
		
					<wfw:commentRss>https://tuxar.uk/spectral-harmonographs-2/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Playing in Python with Pickover&#8217;s Premise per Pi</title>
		<link>https://tuxar.uk/playing-in-python-with-pickovers-premise-about-pi/</link>
		
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Mon, 01 Jun 2015 12:45:05 +0000</pubDate>
				<category><![CDATA[Basic]]></category>
		<category><![CDATA[Numbers]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[range]]></category>
		<guid isPermaLink="false">http://python3.codes/?p=336</guid>

					<description><![CDATA[My favourite tweeter is Clifford A. Pickover. His tweets are delightful nuggets of math, physics &#38; more. I have a copy... <span class="gridview-grid-post-read-more"><a href="https://tuxar.uk/playing-in-python-with-pickovers-premise-about-pi/">read more<span class="gridview-sr-only"> Playing in Python with Pickover&#8217;s Premise per Pi</span></a></span>]]></description>
		
		
		
			</item>
		<item>
		<title>Extensible Harmonograph</title>
		<link>https://tuxar.uk/extensible-harmonograph/</link>
		
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Mon, 18 May 2015 13:35:54 +0000</pubDate>
				<category><![CDATA[Harmonograph]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[colorsys]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[simulation]]></category>
		<category><![CDATA[turtle]]></category>
		<guid isPermaLink="false">http://python3.codes/?p=273</guid>

					<description><![CDATA[Often seen in science museums, the harmonograph is a device that combines wave motions (e.g. from some pendulums) to move... <span class="gridview-grid-post-read-more"><a href="https://tuxar.uk/extensible-harmonograph/">read more<span class="gridview-sr-only"> Extensible Harmonograph</span></a></span>]]></description>
		
		
		
			</item>
		<item>
		<title>Fractal Tree</title>
		<link>https://tuxar.uk/fractal-tree/</link>
					<comments>https://tuxar.uk/fractal-tree/#comments</comments>
		
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Fri, 17 Apr 2015 14:28:33 +0000</pubDate>
				<category><![CDATA[Fractals]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[colorsys]]></category>
		<category><![CDATA[cos]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[fractal]]></category>
		<category><![CDATA[HSV]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[pillow]]></category>
		<category><![CDATA[recursion]]></category>
		<category><![CDATA[RGB]]></category>
		<category><![CDATA[sin]]></category>
		<guid isPermaLink="false">http://python3.codes/?p=49</guid>

					<description><![CDATA[This program draws a &#8216;tree&#8217; by drawing a trunk (initially; later it&#8217;s a branch) and appending a tree, recursively. Uses... <span class="gridview-grid-post-read-more"><a href="https://tuxar.uk/fractal-tree/">read more<span class="gridview-sr-only"> Fractal Tree</span></a></span>]]></description>
		
					<wfw:commentRss>https://tuxar.uk/fractal-tree/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
