theory - q1,q2,q3

This commit is contained in:
Petr Velička 2025-04-22 22:12:05 +02:00
parent 277d5d2d4a
commit 076bc5efc6
Signed by: petrvel
GPG key ID: E8F909AFE649174F
6 changed files with 204 additions and 0 deletions

39
theory/theory.tex Normal file
View file

@ -0,0 +1,39 @@
\documentclass{article}
\usepackage{polyglossia}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{enumerate}
\usepackage[hidelinks]{hyperref}
\usepackage{derivative}
\overfullrule=1mm
\theoremstyle{plain}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{observation}[theorem]{Observation}
\theoremstyle{definition}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{example}[theorem]{Example}
\newtheorem{convention}[theorem]{Convention}
\newcommand*{\R}{\mathbb{R}}
\newcommand*{\N}{\mathbb{N}}
\title{Introduction to partial differential equations (NMMA339) -- theory}
\author{Petr Velička \footnote{\href{mailto:petrvel@matfyz.cz}{petrvel@matfyz.cz}}\\lecturer: prof. Mgr. Milan Pokorný, Ph.D., DSc. \footnote{\href{mailto:pokorny@karlin.mff.cuni.cz}{pokorny@karlin.mff.cuni.cz}}}
\date{LS 2024/25}
\begin{document}
\maketitle
\include{question1}
\include{question2}
\include{question3}
\end{document}