What's all this, then?
open-menu closeme
All posts
About
Home
Tags
github twitter linkedin facebook rss
  • The Pegasus and related methods for solving equations

    calendar Jul 6, 2023 · 3 min read · mathematics julia computation  ·
    Share on: twitter facebook linkedin copy

    In the previous post, we saw that a small change to the method of false position provided much faster convergence, while retaining its bracketing.

    This was the Illinois method which is only one of a whole host of similar methods, some of which converge even faster.

    And as a reminder, here's its definition, with a very …


    Read More
  • The Illinois method for solving equations

    calendar Jul 5, 2023 · 6 min read · mathematics julia computation  ·
    Share on: twitter facebook linkedin copy

    Such a long time since a last post! Well, that's academic life for you ...

    If you look at pretty much any modern textbook on numerical methods, of which there are many, you'll find that the following methods will be given for the solution of a single non-linear equation \(f(x)=0\):

    • direct iteration, also known as …

    Read More
  • Carroll's "improved" Doublets: allowing permutations

    calendar Nov 7, 2022 · 3 min read · programming julia  ·
    Share on: twitter facebook linkedin copy

    Carroll originally invented his Doublets in 1877, they were published in "Vanity Fair" (the magazine, not the Thackeray novel) in 1879. Some years later, in an 1892 letter, Carroll added another rule: that permutations were allowed. This allows very neat chains such as:

    roses, noses, notes, steno, …

    Read More
  • Super Doublets: more word ladders with Julia

    calendar Nov 5, 2022 · 2 min read · programming julia  ·
    Share on: twitter facebook linkedin copy

    Apparently there's a version of Doublets (see previous post) which allows you to add or delete a letter each turn. Thus we can go from WHEAT to BREAD as

    WHEAT, HEAT, HEAD, READ, BREAD

    which is shorter than the ladder given in that previous post. However, we can easily adjust the material from that post to implement …


    Read More
  • Word ladders with Julia

    calendar Nov 3, 2022 · 12 min read · programming julia  ·
    Share on: twitter facebook linkedin copy

    Lewis Carroll's game of Doublets

    Such a long time since my last post! Well, that's the working life for you.

    Anyway, recently I was reading about Lewis Carroll - always one of my favourite people - and was reminded of his word game "Doublets" in which one word is turned into another by changing one letter at …


    Read More
  • Every academic their own text-matcher

    calendar Jun 19, 2022 · 8 min read · Python Education  ·
    Share on: twitter facebook linkedin copy

    Plagiarism, text matching, and academic integrity

    Every modern academic teacher is in thrall to giant text-matching systems such as Ouriginal or Turnitin. These systems are sold as "plagiarism detectors", which they are not - they are text matching systems, and they generally work by providing a report …


    Read More
  • More mapping "not quite how-to" - Voronoi regions

    calendar Jun 18, 2022 · 5 min read · Python GIS  ·
    Share on: twitter facebook linkedin copy

    What this post is about

    In the previous post we showed how to set up a simple interactive map using Python and its folium package. As the example, we used a Federal electorate situated within the city of Melbourne, Australia, and the various voting places, or polling places (also known as polling "booths") …


    Read More
  • A mapping "not quite how-to"

    calendar Jun 11, 2022 · 4 min read · Python GIS  ·
    Share on: twitter facebook linkedin copy

    Message about the underlying software

    NOTE: much of the material and discussion here uses the Python package "folium", which is a front end to the Javascript package "leaflet.js". The lead developer of leaflet.js is Volodymyr Agafonkin, a Ukrainian up until recently living and working in Kyiv.

    Leaflet version 1.80 was …


    Read More
  • Further mapping: a win and a near miss

    calendar Jun 9, 2022 · 4 min read · GIS voting  ·
    Share on: twitter facebook linkedin copy
    In this post we look at two Divisions from the recent Federal election: the inner city seat of Melbourne, and the bayside seat of Macnamara. Up until the recent election, Melbourne was the only Division to have a Greens representative. Macnamara, previously known as "Melbourne Ports" has been a Labor …
    Read More
  • Post-election mapping

    calendar Jun 5, 2022 · 3 min read · GIS voting  ·
    Share on: twitter facebook linkedin copy

    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
    • ««
    • «
    • 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