Skip to content

Commit 0de1b5a

Browse files
Gordie NovakGordie Novak
authored andcommitted
adding the june 23rd notes
1 parent 478539a commit 0de1b5a

5 files changed

Lines changed: 138 additions & 2 deletions

File tree

Notes/June 23rd.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## June 23rd Tasks
2+
1. The big objective for the end of the week is to have recorded the state of the different teams of the development through GitHub Issues so that people can contribute easily.
3+
Which GitHub issues should be pursued depends on how this week goes. There's definitely going to be the definitino of the orbit sum part, which needs to be polished and tested, and so that will be a good beginning of the Macaulay2 week task. Then we can see the implementation and test so that beginnners in M2 can write easily because there's not much code and it's more text-based. (Playing with the code and making sure that it works).
4+
5+
"I'm kind of implicitly thinking that Sam will be in charge of that stream."
6+
7+
2. And then there is developing the skew algorithms, and the first one should be the weight matrix algorithm. So I think that in the sense that everyone should get a look at it, but I think that we can normally have a project manager there.
8+
SAM: "We made a psuedocode that we think may work by hand"
9+
GANDINI: "Will it work by hand?"
10+
SAM: "We haven't tried yet."
11+
MARCUS: "It almost seems too simple"
12+
GANDINI: "Actually that's what I was expecting. I was wondering if someone could take the output of the commutative setting and take the powers to get the results in the skew commutative setting. I'm saying the claim that if M is an invariant in the commutative setting, M-bar (or the corresponding wedge) is an invariant in the skew setting if and only if M is power-free."
13+
MARCUS: "for the abelian group case?"
14+
GANDINI: "Yes."
15+
SAM: "We should run through some tests with this."
16+
GANDINI: "What you could actually do today is develop as much as you can and put something on GitHub issues like, 'this is what we have and this is what we need to get done.' If you need help writing it, I can do that for you all."
17+
18+
3. There is also the work fo the previous students, the elementary abelian groups algorithm, and we'll worry about how to get the seed from Christine tomorrow.
19+
TASK: Understand the algorithms that the previous students worked on. (Look at the video).
20+
Let's do the easiest case: Z mod p x Z mod p acting on three variables, x, y, z. Let's say the weight matrix is three by two.
21+
If the rows of the matrix are linearly independent, we'll have rank 1. Let's the the first row is 1 0 1 and second row is 0 1 1.
22+
23+
24+
* Write down issues on the GitHub Repository.

Notes/LaTeX-notes/June 23rd.pdf

66.8 KB
Binary file not shown.

Notes/LaTeX-notes/June 23rd.tex

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
\documentclass[10pt,oneside]{article}
2+
%%%% Page Info + Commands %%%%%{
3+
4+
%packages
5+
\usepackage{geometry}
6+
\usepackage{latexsym}
7+
\usepackage{amssymb}
8+
\usepackage{amsfonts}
9+
\usepackage{amstext}
10+
\usepackage{amsmath}
11+
\usepackage{amsthm}
12+
\usepackage{multicol}
13+
\usepackage{hyperref}
14+
\usepackage{enumerate}
15+
\usepackage{tikz}
16+
\usepackage{enumitem}
17+
\usepackage{xcolor}
18+
19+
20+
\setlength{\footskip}{-5mm}
21+
22+
% a good babble textwidth is 5.75in
23+
\newcommand{\babblewidth}{\setlength\textwidth{5.75in}}
24+
25+
26+
% This will stretch out the page
27+
\newcommand{\bigpage}{ \setlength \oddsidemargin{-.25in}
28+
\setlength \textwidth{6.75in}
29+
\setlength \topmargin{-1in}
30+
\setlength \textheight{9.75in}}
31+
32+
33+
%This will shrink the page
34+
\newcommand{\smallpage}{ \setlength \oddsidemargin{.5in}
35+
\setlength \textwidth{5in}
36+
\setlength \topmargin{0in}
37+
\setlength \textheight{9in}}
38+
39+
\newcommand{\separator}{\vglue .1in\hrule\vglue .1in}
40+
41+
\newcommand{\pause}{\vglue .1in\hrulefill {\tiny Pause here}\hrulefill \vglue .1in}
42+
43+
%%general stuff
44+
\newcommand{\caret}{\textasciicircum}
45+
46+
%This will put a circle around something.
47+
\newcommand*\circled[1]{\tikz[baseline=(char.base)]{
48+
\node[shape=circle,draw,inner sep=2pt] (char) {#1};}}
49+
50+
51+
% Commands for abstract
52+
\newcommand{\Z}{\mathbb{Z}}
53+
\newcommand{\R}{\mathbb{R}}
54+
\newcommand{\C}{\mathbb{C}}
55+
\newcommand{\normal}{\triangleleft}
56+
\newcommand{\Q}{\mathbb{Q}}
57+
\newcommand{\F}{\mathbb{F}}
58+
\newcommand{\N}{\mathbb{N}}
59+
\newcommand{\K}{\mathbb{K}}
60+
\newcommand{\aut}[1]{{\rm Aut}(#1)}
61+
\newcommand{\Ker}{{\rm Ker}\,}
62+
\newcommand{\im}{{\rm Im}\,}
63+
\newcommand{\cyclic}[1]{\langle #1 \rangle}
64+
\newcommand{\isom}{\cong}
65+
\newcommand{\autc}[1]{{\rm Aut_c}(#1)}
66+
\newcommand{\autsub}[2]{{\rm Aut}_{#1}(#2)}
67+
68+
\newcommand{\vp}{\vspace{0.15cm}\\}
69+
\newcommand{\vpp}{\vspace{0.25cm}\\}
70+
\newcommand{\vpn}{\vspace{0.05cm}\\}
71+
\newcommand{\rmv}[1]{\,\backslash\{#1\}}
72+
\newcommand{\rmvs}[1]{\,\backslash{#1}}
73+
\newcommand{\md}[1]{\,\text{mod } #1}
74+
75+
%%%%%%%% command for graphics %%%%%%%%%%%%%
76+
%}
77+
\definecolor{darkgreen}{rgb}{0.0, 0.5, 0.0}
78+
\definecolor{sasha}{rgb}{0.0, 0.5, 0.5}
79+
\definecolor{marcus}{rgb}{0.7, 0.3, 0.3}
80+
\definecolor{sam}{rgb}{0.2, 0.2, 0.8}
81+
82+
83+
\begin{document}
84+
85+
$$
86+
\begin{bmatrix}
87+
1 & 0 & 1\\
88+
0 & 1 & 1
89+
\end{bmatrix}
90+
$$
91+
92+
We can imagine this as the first element leaving x and z alone, and setting y to 0. Additionally, we can imagine the second one setting x to 0 and leaving y and z alone. We need to worry about getting enough elements from the kernel so we can generate the whole ring.\vpp
93+
We have a set of powers that will be invariant no matter what:
94+
\begin{itemize}
95+
\item $x^p$
96+
\item $y^p$
97+
\item $z^p$
98+
\end{itemize}
99+
The trick is to use this trick to lower exponents in the kernel. \\
100+
We also know that in the kernel we can consider:
101+
$$xyz^{p-1}$$
102+
So we have that:
103+
\begin{align*}
104+
g_0&: xz^{p-1}\\
105+
g_1&: xy^{p-1}
106+
\end{align*}
107+
If we look at our roots of unity, we see that the total powers of each group action will result in a total order of $p$, so our root of unity $\mu^p = 1$. \vpp
108+
Because they are all multiples of this first invariant and we can generate the entire invariant ring. \vpp
109+
CLAIM: If we look at the $x^2y^2z^{p-2}$, it will also be invariant because the total order will be $p$.
110+
111+
\end{document}

Notes/LaTeX-notes/grobner.pdf

17.3 KB
Binary file not shown.

Notes/LaTeX-notes/grobner.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ \subsection*{Gandini Notes on Gröbner Bases}
9595
$\implies F[x]$ is a PID.\vpp
9696
Remember Bezout's:\\
9797
$\implies \gcd(f_1,f_2)=af_1+bf_2$\\
98-
$\implies \gcd \in I = (f_1,f_2)$
99-
98+
$\implies \gcd \in I = (f_1,f_2)$\vpp
99+
BIG O-PLUS:
100+
$${\oplus\bigoplus_{\oplus\bigoplus\oplus}^{\oplus\bigoplus\oplus} \oplus}$$
100101

101102
\end{document}

0 commit comments

Comments
 (0)