seamsay.xyz
  • About
  • CV
  • ORCiD
  1. seamsay.xyz
  • Home
  • About
  • Blog Posts
    • What Is A Multidimensional Array?
    • Hello, Quarto!
    • The Monty Fall Problem
    • How To Board Your Plane
    • Shortest Distance Between Two Lines
  • Public Keys
  • Recipes
    • Granola
    • Cocktails
      • Caipirinha
      • Margarita
      • Tommy Lee Collins
    • South Asia
      • Chicken Curry
      • Garam Masala
    • Tex Mex
      • Brisket Chilli
      • Chilli con Carne

Built with Quarto 1.8.26.

Categories
All (4)
education (1)
maths (4)
numerical methods (1)
probability (2)
puzzles (2)
scientific computing (1)
symmetry (1)

seamsay.xyz

\[ \newcommand{\dif}{\mathop{}\!\mathrm{d}} \newcommand{\fd}[3][]{\frac{\delta^{#1} #2}{\delta {#3}^{#1}}} \newcommand{\pd}[3][]{\frac{\partial^{#1} #2}{\partial {#3}^{#1}}} \newcommand{\td}[3][]{\frac{\dif^{#1} #2}{\dif {#3}^{#1}}} \newcommand{\integral}[4]{\int_{#1}^{#2} \!\! \dif #3 \, #4} \renewcommand{\vec}[1]{\mathbf{#1}} \]

Mastodon profile for verification, if this is visible something has gone wrong...

Welcome! If you want to learn a little more about me, or grab my socials, see my about page. If you’re looking for a computational physicist, quantum chemist, or scientific software developer, see my CV and ORCiD. Otherwise, have a browse around!

You can see some of my more recent blog posts below, but check here for the full list.


 

Shortest Distance Between Two Lines

maths
education

A small interactive tutorial I wrote to help people understand where the shortest distance between two lines formula comes from.

30 November 2024

The Monty Fall Problem

maths
puzzles
probability

We’ve all heard of the Monty Hall problem, but did you know that a seemingly inconsequential change to the statement changes the results completely?

24 November 2024

What Is A Multidimensional Array?

maths
scientific computing
numerical methods

Multidimensional arrays are a seemingly simple data structure, but they hide a lot of complexity. Here I will take you through the underlying structure of a multidimensional array, which is often useful when using them.

17 October 2024
No matching items
Back to top