maths

How Far Did Javert Fall?

How Far Did Javert Fall?

In which I answer a question posed to me via a webpage...

This post will be in the style of What-If XKCD without the awesome diagrams and scroll-over text.

So a good friend of mine recently posed the question "How far did Javert fall?" by the medium of this webpage: http://www.mathalicious.com/lesson/the-fall-of-javert/. I clicked on the webpage expecting an entertaining answer to the question but sadly found it was actually an exercise left to the reader. I realise this is a lesson plan but humour me.

Project Euler

In which I get back into coding in C...

I did a programming course* during my undergrad but it's fallen by the wayside recently. In an effort to improve my coding skills, and my understanding of maths, I have started on Project Euler.

*I took two actually but only had time for the coursework in one - I might upload my program for it later.

Project Euler

Project Euler (http://projecteuler.net/) is a website which sets maths problems and asks you to solve them with programming. There are currently 410 problems for you to solve.

They usually give an example or two and then ask for a harder calculation. Par example, the 6th prime number is 13 - now find the 15,000th.

This has been very helpful for re-learning my coding skills. You have to break down the maths problem into steps and then work out how the hell you would code that. Also it's fun and challenging!