Blog

Latin Squares and Finite Groups

January 24, 2018

Last semester, for an algebra homework, I was trying to prove that there exist only 2 groups of order 6 (namely \(\mathbb{Z}_6\) and \(S_3\) ). The usual argument uses the classification of groups with order \(pq\) (with \(p\) and \(q\) prime), which itself uses Sylow theorems, but I wondered if I could prove it computationally. Here’s my attempt. Definition: a magma is a pair \( (G,\ast) \) where \(G\) is a non-empty set and \(\ast\) is a binary operation on \(G\) . ...

A couple of metrics in generalrepytivity

January 18, 2018

A couple of metrics in generalrepytivity # As a small tutorial on generalrepytivity1, this blogpost explains how to create a metric tensor in generalrepytivity and, with it, how to get all the usual geometric invariants one is interested in (such as the Riemann tensor, the Ricci tensor and the scalar curvature). You can find all the code in this article in this jupyter notebook. Installing the library # generalrepytivity is now on pypi, so installing it is easy using pip: ...