Added cycle notation

This commit is contained in:
2023-12-18 10:55:08 -08:00
parent 0319c52248
commit bd88b894a1
3 changed files with 423 additions and 25 deletions

View File

@ -5,7 +5,7 @@
singlenumbering
]{../../resources/ormc_handout}
\usepackage{../../resources/macros}
\usetikzlibrary{calc}
\uptitlel{Advanced 2}
\uptitler{Winter 2023}
@ -14,14 +14,22 @@
\def\line#1#2{
\draw[line width = 0.3mm, ->, ocyan]
(#1)
-- ($(#1) + (0, -1)$)
-- ($(#2) + (0,1)$)
-- (#2);
}
\begin{document}
\maketitle
\input{parts/0 intro}
\input{parts/1 cycle}
% cycle notation
% decomposition into transpositions
% few more problems?