projects
/
mjotex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3d07fa
)
mjo-linear_algebra.tex: add the general linear group to the glossary
author
Michael Orlitzky
<michael@orlitzky.com>
Thu, 19 Sep 2024 13:19:39 +0000
(09:19 -0400)
committer
Michael Orlitzky
<michael@orlitzky.com>
Thu, 19 Sep 2024 13:19:39 +0000
(09:19 -0400)
mjo-linear_algebra.tex
patch
|
blob
|
history
diff --git
a/mjo-linear_algebra.tex
b/mjo-linear_algebra.tex
index 5f2554484b2b1c28adea2cfb8e594eb01fa8970d..b85a7102ce447915a46945a6cb7704b25db91d71 100644
(file)
--- 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