What's all this, then?
open-menu closeme
Home
Tags
About
  • 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 indexed …


    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
  • 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, subtracting …


    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 “Runge’s …


    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
  • Tschirnhausen transformations and the quartic

    calendar May 5, 2019 · 6 min read · mathematics algebra  ·
    Share on: twitter facebook linkedin copy

    Here we show how a Tschirnhausen transformation can be used to solve a quartic equation. The steps are: Ensure the quartic is missing the cubic term, and its initial coefficient is 1. We can do this by first dividing by the initial coefficient to obtain an equation

    \[ x^4+b_3x^3+b_2x^2+b_1x+b_0=0 \]

    and then replace …


    Read More
  • Tschirnhausen’s solution of the cubic

    calendar May 5, 2019 · 6 min read · mathematics algebra  ·
    Share on: twitter facebook linkedin copy

    A general cubic polynomial has the form

    \[ ax^3+bx^2+cx+d \]

    but a general cubic equation can have the form

    \[ x^3+ax^2+bx+c=0. \]

    We can always divide through by the coefficient of \(x^3\) (assuming it to be non-zero) to obtain a monic equation; that is, with leading coefficient of 1. We can now remove the \(x^2\) …


    Read More
  • The power of two irrational numbers being rational

    calendar Sep 15, 2018 · 1 min read · mathematics  ·
    Share on: twitter facebook linkedin copy

    There’s a celebrated elementary result which claims that: There are irrational numbers \(x\) and \(y\) for which \(x^y\) is rational. The standard proof goes like this. Now, we know that \(\sqrt{2}\) is irrational, so let’s consider \(r=\sqrt{2}^\sqrt{2}\). Either \(r\) is rational, or it is not. If it is rational, …


    Read More
  • Householder’s methods

    calendar Sep 9, 2018 · 4 min read · mathematics algebra  ·
    Share on: twitter facebook linkedin copy

    These are a class of root-finding methods; that is, for the numerical solution of a single nonlinear equation, developed by Alston Scott Householder in 1970. They may be considered a generalisation of the well known Newton-Raphson method (also known more simply as Newton’s method) defined by [ x\leftarrow …


    Read More
  • The Joukowsky Transform

    calendar Aug 24, 2018 · 1 min read · mathematics geometry jsxgraph  ·
    Share on: twitter facebook linkedin copy

    The Joukowksy Transform is an elegant and simple way to create an airfoil shape. Let \(C\) be a circle in the complex plane that passes through the point \(z=1\) and encompasses the point \(z=-1\). The transform is defined as

    \[ \zeta=z+\frac{1}{z}. \]

    We can explore the transform by looking at the circles centred at …


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

Recent Posts

  • Self avoiding walks
  • Thirty years of the ATCM conference
  • The Aberth-Ehrlich method
  • The Weierstrass-Durand-Kerner method
  • Parabolas, numerically
  • Parameterization of the parabola
  • Four point parabolas
  • General expressions
  • Bicentric heptagons
  • Poncelet’s porism on non-circular conic sections

Tags

MATHEMATICS 21 VOTING 15 JULIA 14 PYTHON 14 COMPUTATION 11 ALGEBRA 10 GIS 8 GEOMETRY 4 JSXGRAPH 4 PROGRAMMING 4 CAD 3 IMAGE-PROCESSING 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