Transition to new format
This commit is contained in:
@ -5,18 +5,17 @@
|
||||
singlenumbering
|
||||
]{../../resources/ormc_handout}
|
||||
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{multicol}
|
||||
|
||||
\uptitlel{Advanced 1A}
|
||||
\uptitler{Spring 2022}
|
||||
\title{Intro to Cryptography}
|
||||
\subtitle{Prepared by Mark on \today{}}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
<Advanced 1A>
|
||||
<Spring 2022>
|
||||
{Intro to Cryptography}
|
||||
{Prepared by Mark on \today{}}
|
||||
|
||||
\input{parts/part 1}
|
||||
\input{parts/part 2}
|
||||
|
@ -6,16 +6,17 @@
|
||||
|
||||
\input{tikxset.tex}
|
||||
|
||||
\uptitlel{Advanced 2}
|
||||
\uptitler{Winter 2022}
|
||||
\title{Finite Automata}
|
||||
\subtitle{Prepared by Mark and Nikita on \today{}}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
<Advanced 2>
|
||||
<Winter 2022>
|
||||
{Finite Automata}
|
||||
{Prepared by Mark and Nikita on \today}
|
||||
|
||||
|
||||
\input{parts/0 DFA.tex}
|
||||
\input{parts/1 regular.tex}
|
||||
\input{parts/0 DFA.tex}
|
||||
\input{parts/1 regular.tex}
|
||||
|
||||
\end{document}
|
@ -8,15 +8,14 @@
|
||||
% for \coloneqq, a centered :=
|
||||
\usepackage{mathtools}
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
<Advanced 2>
|
||||
<Spring 2023>
|
||||
{Definable Sets}
|
||||
{
|
||||
Prepared by Mark on \today
|
||||
}
|
||||
\uptitlel{Advanced 2}
|
||||
\uptitler{Spring 2023}
|
||||
\title{Definable Sets}
|
||||
\subtitle{Prepared by Mark on \today{}}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
\input{parts/0 logic.tex}
|
||||
\input{parts/1 structures.tex}
|
||||
|
@ -1,22 +1,23 @@
|
||||
% use [nosolutions] flag to hide solutions.
|
||||
% use [solutions] flag to show solutions.
|
||||
\documentclass[
|
||||
solutions
|
||||
solutions,
|
||||
singlenumbering
|
||||
]{../../resources/ormc_handout}
|
||||
|
||||
\usepackage{tikz}
|
||||
|
||||
\uptitlel{Advanced 2}
|
||||
\uptitler{Fall 2022}
|
||||
\title{Error-Correcting Codes}
|
||||
\subtitle{
|
||||
Based on a handout by Yingkun Li \\
|
||||
Revised by Mark on \today
|
||||
}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
<Advanced 2>
|
||||
<Fall 2022>
|
||||
{Error-Correcting Codes}
|
||||
{
|
||||
Based on a handout by Yingkun Li \\
|
||||
Revised by Mark on \today
|
||||
}
|
||||
|
||||
|
||||
\input{parts/00 detection}
|
||||
\input{parts/01 correction}
|
||||
|
@ -1,13 +1,10 @@
|
||||
% use [nosolutions] flag to hide solutions.
|
||||
% use [solutions] flag to show solutions.
|
||||
\documentclass[
|
||||
solutions,
|
||||
singlenumbering,
|
||||
nosolutions
|
||||
]{../../resources/ormc_handout}
|
||||
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amssymb}
|
||||
|
||||
\usepackage{multicol}
|
||||
\usepackage{tikz}
|
||||
\usepackage{graphicx}
|
||||
@ -17,20 +14,19 @@
|
||||
\newcommand{\qgt}{\stackrel{?}{>}}
|
||||
\newcommand{\qlt}{\stackrel{?}{<}}
|
||||
|
||||
\uptitlel{Advanced 2}
|
||||
\uptitler{Fall 2022}
|
||||
\title{Euler's Number}
|
||||
\subtitle{
|
||||
By Oleg Gleizer and Olga Radko. \\
|
||||
Prepared by Mark on \today
|
||||
}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
<Advanced 2>
|
||||
<Fall 2022>
|
||||
{Euler's Number}
|
||||
{
|
||||
By Oleg Gleizer and Olga Radko. \\
|
||||
Prepared by Mark on \today
|
||||
}
|
||||
|
||||
|
||||
\paragraph{}
|
||||
The goal of this mini-course is to construct Euler's number, one of the most important constants in mathematics, physics, economics, and finance. Make sure you fully understand all definitions before trying to solve problems that use them.
|
||||
|
||||
\section{Compound Interest}
|
||||
|
@ -4,17 +4,17 @@
|
||||
solutions
|
||||
]{../../resources/ormc_handout}
|
||||
|
||||
|
||||
\input{tikxset}
|
||||
|
||||
\uptitlel{Advanced 2}
|
||||
\uptitler{Fall 2022}
|
||||
\title{Algorithms on Graphs: Flow}
|
||||
\subtitle{Prepared by Mark on \today}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
<Advanced 2>
|
||||
<Fall 2022>
|
||||
{Algorithms on Graphs: Flow}
|
||||
{Prepared by Mark on \today}
|
||||
|
||||
|
||||
\input{parts/00 review}
|
||||
\input{parts/01 flow}
|
||||
|
@ -6,16 +6,14 @@
|
||||
|
||||
\usepackage{tikz}
|
||||
|
||||
\uptitlel{Advanced 2}
|
||||
\uptitler{Fall 2022}
|
||||
\title{Group Theory}
|
||||
\subtitle{Prepared by Mark on \today}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
<Advanced 2>
|
||||
<Fall 2022>
|
||||
{Group Theory}
|
||||
{
|
||||
Prepared by Mark on \today
|
||||
}
|
||||
|
||||
|
||||
\input{parts/00 review}
|
||||
\input{parts/01 groups}
|
||||
|
@ -29,16 +29,14 @@
|
||||
% Notice that I a b = 1 a b!
|
||||
|
||||
|
||||
\uptitlel{Advanced 2}
|
||||
\uptitler{Fall 2022}
|
||||
\title{Lambda Calculus}
|
||||
\subtitle{Prepared by Mark on \today{}}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
<Advanced 2>
|
||||
<Fall 2022>
|
||||
{Lambda Calculus}
|
||||
{
|
||||
Prepared by Mark on \today
|
||||
}
|
||||
|
||||
|
||||
\begin{minipage}{8cm}
|
||||
Beware of the Turing tar-pit in which everything is possible but nothing of interest is easy.
|
||||
|
@ -6,23 +6,21 @@
|
||||
]{../../resources/ormc_handout}
|
||||
|
||||
\usepackage{ifthen}
|
||||
|
||||
%\usepackage{lua-visual-debug}
|
||||
|
||||
\renewcommand{\arraystretch}{1.2}
|
||||
|
||||
\uptitlel{Advanced 2}
|
||||
\uptitler{Spring 2023}
|
||||
\title{Lattices}
|
||||
\subtitle{Prepared by Mark on \today}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
<Advanced 2>
|
||||
<Spring 2023>
|
||||
{Lattices}
|
||||
{
|
||||
Prepared by Mark on \today \\
|
||||
}
|
||||
|
||||
|
||||
\input{parts/0 intro.tex}
|
||||
\input{parts/1 minkowski.tex}
|
||||
\input{parts/2 orchard.tex}
|
||||
|
||||
|
||||
\end{document}
|
@ -2,7 +2,7 @@
|
||||
% use [solutions] flag to show solutions.
|
||||
\documentclass[
|
||||
solutions,
|
||||
nowarning,
|
||||
hidewarning,
|
||||
%singlenumbering
|
||||
]{../../resources/ormc_handout}
|
||||
|
||||
@ -20,16 +20,15 @@
|
||||
}
|
||||
\input{tikzset}
|
||||
|
||||
|
||||
\uptitlel{Advanced 2}
|
||||
\uptitler{Spring 2023}
|
||||
\title{Linear Algebra 101}
|
||||
\subtitle{Prepared by Mark on \today}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
<Advanced 2>
|
||||
<Spring 2023>
|
||||
{Linear Algebra 101}
|
||||
{
|
||||
Prepared by Mark on \today \\
|
||||
}
|
||||
|
||||
|
||||
\input{parts/0 notation}
|
||||
\input{parts/1 vectors}
|
||||
|
@ -63,18 +63,21 @@
|
||||
\newcommand{\qed}{\(\blacksquare\)}
|
||||
|
||||
|
||||
|
||||
\uptitlel{Advanced 2}
|
||||
\uptitler{Spring 2023}
|
||||
\title{To Mock a Mockingbird}
|
||||
\subtitle{
|
||||
Prepared by Mark on \today \\
|
||||
Based on a book of the same name.
|
||||
}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
<Advanced 2>
|
||||
<Spring 2023>
|
||||
{To Mock a Mockingbird}
|
||||
{
|
||||
Prepared by Mark on \today \\
|
||||
Based on a book of the same name.
|
||||
}
|
||||
|
||||
\input{parts/00 intro}
|
||||
\input{parts/01 tmam}
|
||||
\input{parts/02 kestrel}
|
||||
|
||||
\end{document}
|
@ -7,6 +7,11 @@
|
||||
|
||||
\graphicspath{ {./images/} }
|
||||
|
||||
\uptitlel{Advanced 2}
|
||||
\uptitler{Winter 2022}
|
||||
\title{Origami}
|
||||
\subtitle{Prepared by everyone on \today}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
@ -8,16 +8,14 @@
|
||||
\usepackage{amssymb}
|
||||
\usepackage{tikz}
|
||||
|
||||
\uptitlel{Advanced 2}
|
||||
\uptitler{Winter 2022}
|
||||
\title{Pidgeonhole Problems}
|
||||
\subtitle{Prepared by Mark on \today}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
<Advanced 2>
|
||||
<Winter 2023>
|
||||
{Pidgeonhole Problems}
|
||||
{Prepared by Mark on \today}
|
||||
|
||||
\vspace{3ex}
|
||||
|
||||
|
||||
|
||||
\problem{}
|
||||
|
Reference in New Issue
Block a user