Welcome

Hello,

Welcome to my site.

This is where I showcase the various images I've created over the years pursuing my hobby of using maths to create patterns. Wherever possible I've tried to provide explanations of how the patterns are generated and in some cases I've provided source code that you can download and adapt.

The site also contains some photos from some of my holidays, artwork by my brother and the fruits of my brother's butterfly hunting around the United Kingdom and in the West Indies. He's one butterfly short of the full set.

Please Enjoy
Regards
John (eddaardvark@yahoo.co.uk)

News

June 2021: I recently stumbled across a YoutTube video by Numberphile, which discussed finding integer solutions for the expression x^3+y^3-z^3=k, where k=42. The solution found has x, y and z values with 16 digits. Currently the only known way to find solutions to equations like this is to search all the possibilities looking for matches, and testing 10^[48] values isn't currently feasible. The search can be reduced to order n^2 (a still impractical 10^[32] values) by noticing that for small 'k' and large 'x', 'y' and 'z', z~=−(x^3+y^3)^[1/3]. What made the video interesting is that they had an algorithm that they claimed was order 'n', provided you focused on a specific 'z'. The video didn't go into details of how this was implemented so I thought I'd have a go myself. The results can be found on my Searching for Cube Sums page.

A few things to note:

June 2021: I've recently given up full-time working so I'm hoping I'll have more time to maintain this site.

May 2021: I've redone the Newton Fractal page, hopefully making the user interface easier to use, especially when creating animations.

October 2019: I've redone the affine transformation pages using javascript, making them interactive. You can find the new page here.

June 2016: I've created an interactive version of the colouring-in pattern generator to replace the one that used to run on Google's AppSpot. You can find it here.

Featured Links

Other pages

(c) John Whitehouse 2010 - 2020