What's all this, then?
All posts
About
Home
Tags
  • Post-election mapping

    Jun 5, 2022 GIS voting

    This continues on from the previous post, trying to make some sense of the voting in my electorate of Wills and the neighbouring electorate of Cooper. Both these electorates (or more formally "Divisions"), as I mentioned in the previous post, are very similar in their geography, demography, and history. Last …

    Read More
  • Post-election swings

    May 22, 2022 GIS voting

    So the Australian federal election of 2022 is over as far as the public is concerned; all votes have been cast and now it's a matter of waiting while the Australian Electoral Commission tallies the numbers, sorts all the preferences, and arrives at a result. Because of the complications of the voting system, and of all …

    Read More
  • Ramanujan's cubes

    Apr 3, 2022 mathematics computation

    This post illustrates the working of Ramanujan's generating functions for solving Euler's diophantine equation \(a^3+b^3=c^3+d^3\) as described by Andrews and Berndt in "Ramanujan's Lost Notebook, Part IV", pp 199 - 205 (Section 8.5). The text is available from Springer. Ramanujan's result is that if \[ …

    Read More
  • Wordle

    Jan 24, 2022 Julia

    Wordle is a pleasant game, basically Mastermind with words. You choose an English word (although it can also be played in other languages), and then you're told if your letters are incorrect, correct but in the wrong place, or correct and in the right place. These are shown by the colours grey, yellow, and green. The …

    Read More
  • Five letter words in English

    Jan 23, 2022

    I was going to make a little post about Wordle, but I go sidetracked exploring five letter words. At the same time, I had a bit of fun with regular expressions and some simple scripting with ZSH. The start was to obtain lists of 5-letter words. One is available at the Stanford Graphbase site; the file sgb-words.txt …

    Read More
  • A new year (2022)

    Jan 1, 2022

    What does one do on the first day of a new year but write a blog post, and in it clearly delineate all plans for the coming year? Well, I'm doing the first part, but not the second, as I know that any plans will not be fulfilled - something always gets in the way. You will notice a complete absence of posts last year …

    Read More
  • A note on Steffensen's method for solving equations

    Apr 30, 2021 mathematics computation

    Steffensen's method is based on Newton's iteration for solving a non-linear equation \(f(x)=0\): \[ x\leftarrow x-\frac{f(x)}{f'(x)} \] Newton's method can fail to work in a number of ways, but when it does work it displays qudratic convergence; the number of correct signifcant figures roughly doubling at each step. …

    Read More
  • Exploring Tanh-Sinh quadrature

    Apr 30, 2021 mathematics computation

    As is well known, tanh-sinh quadrature takes an integral \[ \int_{-1}^1f(x)dx \] and uses the substitution \[ x = g(t) = \tanh\left(\frac{\pi}{2}\sinh t\right) \] to transform the integral into \[ \int_{-\infty}^{\infty}f(g(t))g'(t)dt. \] The reason this works so well is that the derivative \(g'(t)\) dies away at a …

    Read More
  • High precision quadrature with Clenshaw-Curtis

    Apr 21, 2021 mathematics computation

    An article by Bailey, Jeybalan and LI, "A comparison of three high-precision quadrature schemes", and available online here, compares Gauss-Legendre quadrature, tanh-sinh quadrature, and a rule where the nodes and weights are given by the error function and its integrand respectively. However, Nick Trefethen …

    Read More
  • The circumference of an ellipse

    Apr 10, 2021 mathematics computation

    Note: This blog post is mainly computational, with a hint of proof-oriented mathematics here and there. For a more in-depth analysis, read the excellent article "Gauss, Landen, Ramanujan, the Arithmetic-Geometric Mean, Ellipses, pi, and the Ladies Diary" by Gert Akmkvist and Bruce Berndt, in The American …

    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

Recent Posts

  • The Pegasus and related methods for solving equations
  • The Illinois method for solving equations
  • The Illinois method for solving equations
  • Carroll's "improved" Doublets: allowing permutations
  • Super Doublets: more word ladders with Julia
  • Word ladders with Julia
  • Every academic their own text-matcher
  • More mapping "not quite how-to" - Voronoi regions
  • A mapping "not quite how-to"
  • Further mapping: a win and a near miss

Tags

MATHEMATICS 22 VOTING 15 PYTHON 14 COMPUTATION 13 JULIA 13 ALGEBRA 10 GIS 8 PROGRAMMING 4 CAD 3 GEOMETRY 3 JSXGRAPH 3 LINEAR-PROGRAMMING 3 ANALYSIS 1 ASTRONOMY 1 CRYPTOGRAPHY 1 EDUCATION 1 GEOGEBRA 1 HASKELL 1 HISTORY 1 HUGO 1 HUMOUR 1 IMAGE-PROCESSING 1 MUSIC 1 ORG 1 SCIENCE 1

Copyright WHAT'S ALL THIS, THEN?. All Rights Reserved