What's all this, then?
open-menu closeme
All posts
About
Home
Tags
github twitter linkedin facebook rss
  • Post-election swings

    calendar May 22, 2022 · 3 min read · GIS voting  ·
    Share on: twitter facebook linkedin copy
    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 …
    Read More
  • Ramanujan's cubes

    calendar Apr 3, 2022 · 6 min read · mathematics computation  ·
    Share on: twitter facebook linkedin copy

    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

    calendar Jan 24, 2022 · 4 min read · Julia  ·
    Share on: twitter facebook linkedin copy

    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

    calendar Jan 23, 2022 · 7 min read  ·
    Share on: twitter facebook linkedin copy

    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)

    calendar Jan 1, 2022 · 5 min read  ·
    Share on: twitter facebook linkedin copy

    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

    calendar Apr 30, 2021 · 2 min read · mathematics computation  ·
    Share on: twitter facebook linkedin copy

    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

    calendar Apr 30, 2021 · 5 min read · mathematics computation  ·
    Share on: twitter facebook linkedin copy

    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

    calendar Apr 21, 2021 · 5 min read · mathematics computation  ·
    Share on: twitter facebook linkedin copy

    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

    calendar Apr 10, 2021 · 6 min read · mathematics computation  ·
    Share on: twitter facebook linkedin copy
    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
  • Voting power (7): Quarreling voters

    calendar Jan 24, 2021 · 4 min read · voting algebra python  ·
    Share on: twitter facebook linkedin copy
    In all the previous discussions of voting power, we have assumed that all winning coalitions are equally likely. But in practice that is not necessarily the case. Two or more voters may be opposed on so many issues that they would never vote the same way on any issues: such a pair of voters may be said to be …
    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

Recent Posts

  • Parabolas, numerically
  • Parameterization of the parabola
  • Four point parabolas
  • General expressions
  • Bicentric heptagons
  • Poncelet's porism on non-circular conic sections
  • Image dithering: a very simple error diffusion matrix
  • Image dithering: a very simple error diffusion matrix
  • Image dithering (2): error diffusion
  • Image dithering (1): half toning

Tags

MATHEMATICS 22 JULIA 16 VOTING 15 PYTHON 14 COMPUTATION 12 ALGEBRA 10 GIS 8 IMAGE-PROCESSING 5 GEOMETRY 4 JSXGRAPH 4 PROGRAMMING 4 CAD 3 LINEAR-PROGRAMMING 3 ANALYSIS 1 ASTRONOMY 1 CRYPTOGRAPHY 1 EDUCATION 1 GEOGEBRA 1 HASKELL 1 HISTORY 1 HUGO 1 HUMOUR 1 MUSIC 1 ORG 1 SCIENCE 1
What's all this, then?

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

to-top