theory - q1,q2,q3
This commit is contained in:
parent
277d5d2d4a
commit
076bc5efc6
6 changed files with 204 additions and 0 deletions
39
theory/theory.tex
Normal file
39
theory/theory.tex
Normal 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}
|
Loading…
Add table
Add a link
Reference in a new issue