What's all this, then?
About
Home
Tags
  • The Butera-Pernici algorithm (2)

    Jan 6, 2020 mathematics computation

    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 indexed …

    Read More
  • The Butera-Pernici algorithm (1)

    Jan 4, 2020 mathematics computation

    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
  • Permanents and Ryser's algorithm

    Dec 22, 2019 mathematics computation

    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 sign …

    Read More
  • Runge's phenomenon in Geogebra

    Sep 15, 2019 mathematics computation geogebra

    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 "Runge's …

    Read More
  • Fitting the SIR model of disease to data in Python

    Aug 9, 2019 mathematics computation python

    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

Recent Posts

  • Three-dimensional impossible CAD
  • Voting power (4): Speeding up the computation
  • Voting power (3): The American swing states
  • Voting power (2): computation
  • Voting power
  • Electing a president
  • Enumerating the rationals
  • Fitting the SIR model of disease to data in Julia
  • The Butera-Pernici algorithm (2)
  • The Butera-Pernici algorithm (1)

Tags

MATHEMATICS 14 VOTING 9 PYTHON 8 ALGEBRA 7 COMPUTATION 5 JULIA 4 CAD 3 GEOMETRY 3 GIS 3 JSXGRAPH 3 LINEAR-PROGRAMMING 3 ANALYSIS 1 ASTRONOMY 1 CRYPTOGRAPHY 1 GEOGEBRA 1 HASKELL 1 HISTORY 1 HUGO 1 HUMOUR 1 IMAGE-PROCESSING 1 MUSIC 1 ORG 1 PROGRAMMING 1 SCIENCE 1

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