What's all this, then?
open-menu closeme
All posts
About
Home
Tags
github twitter linkedin facebook rss
  • The Butera-Pernici algorithm (2)

    calendar Jan 6, 2020 · 6 min read · mathematics computation  ·
    Share on: twitter facebook linkedin copy

    The purpose of this post will be to see if we can implement the algorithm in Julia, and thus leverage Julia's very fast execution time.

    We are working with polynomials defined on nilpotent variables, which means that the degree of any generator in a polynomial term will be 0 or 1. Assume that our generators are …


    Read More
  • The Butera-Pernici algorithm (1)

    calendar Jan 4, 2020 · 4 min read · mathematics computation  ·
    Share on: twitter facebook linkedin copy

    Introduction

    We know that there is no general sub-exponential algorithm for computing the permanent of a square matrix. But we may very reasonably ask -- might there be a faster, possibly even polynomial-time algorithm, for some specific classes of matrices? For example, a sparse matrix will have most terms of the …


    Read More
  • The size of the universe

    calendar Jan 2, 2020 · 7 min read · science astronomy  ·
    Share on: twitter facebook linkedin copy

    As a first blog post for 2020, I'm dusting off one from my previous blog, which I've edited only slightly.


    I've been looking up at the sky at night recently, and thinking about the sizes of things.  Now it's all very well to say something is for example a million kilometres away; that's just a number, and as far as …


    Read More
  • Permanents and Ryser's algorithm

    calendar Dec 22, 2019 · 9 min read · mathematics computation  ·
    Share on: twitter facebook linkedin copy
    As I discussed in my last blog post, the permanent of an \(n\times n\) matrix \(M=m_{ij}\) is defined as \[ \text{per}(M)=\sum_{\sigma\in S_n}\prod_{i=1}^nm_{i,\sigma(i)} \] where the sum is taken over all permutations of the \(n\) numbers \(1,2,\ldots,n\). It differs from the better known determinant in having no …
    Read More
  • Speeds of Julia and Python

    calendar Dec 19, 2019 · 6 min read · programming python julia  ·
    Share on: twitter facebook linkedin copy

    Introduction

    Python is of course one of the world's currently most popular languages, and there are plenty of statistics to show it. Of all languages in current use, Python is one of the oldest (in the very quick time-scale of programming languages) dating from 1990 - only C and its variants are older. However, it …


    Read More
  • Poles of inaccessibility

    calendar Dec 8, 2019 · 4 min read · image-processing julia  ·
    Share on: twitter facebook linkedin copy
    Just recently there was a news item about a solo explorer being the first Australian to reach the Antarctic "Pole of Inaccessibility". Such a Pole is usually defined as that place on a continent that is furthest from the sea. The South Pole is about 1300km from the nearest open sea, and can be reached by …
    Read More
  • An interesting sum

    calendar Dec 2, 2019 · 3 min read · mathematics analysis  ·
    Share on: twitter facebook linkedin copy
    I am not an analyst, so I find the sums of infinite series quite mysterious. For example, here are three. The first one is the value of \(\zeta(2)\), very well known, sometimes called the "Basel Problem" and first determined by (of course) Euler: \[ \sum_{n=1}^\infty\frac{1}{n^2}=\frac{\pi^2}{6}. \] Second, …
    Read More
  • Runge's phenomenon in Geogebra

    calendar Sep 15, 2019 · 3 min read · mathematics computation geogebra  ·
    Share on: twitter facebook linkedin copy
    Runge's phenomenon says roughly that a polynomial through equally spaced points over an interval will wobble a lot near the ends. Runge demonstrated this by fitting polynomials through equally spaced point in the interval \([-1,1]\) on the function \[ \frac{1}{1+25x^2} \] and this function is now known as …
    Read More
  • Fitting the SIR model of disease to data in Python

    calendar Aug 9, 2019 · 4 min read · mathematics computation python  ·
    Share on: twitter facebook linkedin copy

    Introduction and the problem

    The SIR model for spread of disease was first proposed in 1927 in a collection of three articles in the Proceedings of the Royal Society by Anderson Gray McKendrick and William Ogilvy Kermack; the resulting theory is known as Kermack–McKendrick theory; now considered a subclass of a more …


    Read More
  • Mapping voting gains between elections

    calendar Jul 21, 2019 · 4 min read · voting GIS python  ·
    Share on: twitter facebook linkedin copy

    So this goes back quite some time to the recent Australian Federal election on May 18. In my own electorate (known formally as a "Division") of Cooper, the Greens, who until recently had been showing signs of winning the seat, were pretty well trounced by Labor.

    Some background asides

    First, …


    Read More
    • ««
    • «
    • 3
    • 4
    • 5
    • 6
    • 7
    • »
    • »»

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