From: Michael Orlitzky <michael@orlitzky.com>
Date: Thu, 19 Sep 2024 13:19:39 +0000 (-0400)
Subject: mjo-linear_algebra.tex: add the general linear group to the glossary
X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=3fb60e5ea692dc5cf5c1118b8a46403f8c2e0cf4;p=mjotex.git

mjo-linear_algebra.tex: add the general linear group to the glossary
---

diff --git a/mjo-linear_algebra.tex b/mjo-linear_algebra.tex
index 5f25544..b85a710 100644
--- a/mjo-linear_algebra.tex
+++ b/mjo-linear_algebra.tex
@@ -177,5 +177,13 @@
 % The general linear group of square matrices whose size is the first
 % argument and whose entries come from the second argument.
 \newcommand*{\GL}[2]{\operatorname{GL}_{#1}\of{#2}}
+\ifdefined\newglossaryentry
+  \newglossaryentry{GL}{
+    name={\ensuremath{\GL{n}{\mathbb{F}}}},
+    description={the general linear group of order $n$ over $\mathbb{F}$},
+    sort=GL
+  }
+\fi
+
 
 \fi