50 lines
1.3 KiB
TeX
Raw Normal View History

2024-01-29 17:25:19 -08:00
% Copyright (C) 2023 <Mark (mark@betalupi.com)>
%
% This program is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation, either version 3 of the License, or
% (at your option) any later version.
%
% You may have received a copy of the GNU General Public License
% along with this program. If not, see <https://www.gnu.org/licenses/>.
%
%
%
% If you edit this, please give credit!
% Quality handouts take time to make.
% use [nosolutions] flag to hide solutions.
% use [solutions] flag to show solutions.
\documentclass[
2024-01-31 18:21:28 -08:00
nosolutions,
2024-01-29 17:25:19 -08:00
singlenumbering,
]{../../resources/ormc_handout}
\usepackage{../../resources/macros}
\usepackage{units}
\uptitlel{Advanced 2}
2024-04-01 21:50:50 -07:00
\uptitler{\smallurl{}}
2024-01-29 17:25:19 -08:00
\title{Nonstandard Analysis}
\subtitle{
2024-04-01 21:50:50 -07:00
Prepared by Mark on \today{} \\
2024-01-29 17:25:19 -08:00
Based on handouts by Nikita and Stepan
}
2024-02-05 08:55:55 -08:00
% This handout is pretty difficult. Make sure you can all solve all the problems yourself,
% and remember that each SECTION was a two-hour lesson with a smart class.
% From experience, the following holds:
% supremum is a better lesson than dual numbers, which is better than extensions.
2024-01-29 17:25:19 -08:00
\begin{document}
\maketitle
2024-02-05 08:55:55 -08:00
\input{parts/supremum}
\input{parts/dual}
\input{parts/extensions}
2024-01-29 17:25:19 -08:00
\end{document}