2023-10-03 11:23:07 -07:00
|
|
|
% use [nosolutions] flag to hide solutions.
|
|
|
|
% use [solutions] flag to show solutions.
|
|
|
|
\documentclass[
|
|
|
|
solutions,
|
|
|
|
singlenumbering
|
|
|
|
]{../../resources/ormc_handout}
|
2023-10-17 18:32:10 -07:00
|
|
|
\usepackage{../../resources/macros}
|
2023-10-03 11:23:07 -07:00
|
|
|
|
|
|
|
\input{tikxset.tex}
|
|
|
|
|
|
|
|
% For \nicefrac
|
|
|
|
\usepackage{units}
|
|
|
|
\usepackage{circuitikz}
|
|
|
|
|
|
|
|
\uptitlel{Advanced 2}
|
|
|
|
\uptitler{Fall 2023}
|
|
|
|
\title{Random Walks and Resistance}
|
2023-10-26 08:14:55 -07:00
|
|
|
\subtitle{
|
|
|
|
Prepared by \githref{Mark} on \today{} \\
|
|
|
|
Based on a handout by Aaron Anderson
|
|
|
|
}
|
2023-10-03 11:23:07 -07:00
|
|
|
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\maketitle
|
|
|
|
|
|
|
|
\input{parts/0 random.tex}
|
|
|
|
\input{parts/1 circuits.tex}
|
|
|
|
\input{parts/2 equivalence.tex}
|
2023-10-04 09:28:12 -07:00
|
|
|
\input{parts/3 effective.tex}
|
2023-10-03 11:23:07 -07:00
|
|
|
|
|
|
|
\end{document}
|