56 lines
1.4 KiB
TeX
56 lines
1.4 KiB
TeX
\documentclass{article}
|
|
|
|
\usepackage{polyglossia}
|
|
\usepackage{amsmath}
|
|
\usepackage{amssymb}
|
|
\usepackage{amsthm}
|
|
\usepackage{enumerate}
|
|
\usepackage[hidelinks]{hyperref}
|
|
\usepackage{derivative}
|
|
\usepackage{mathtools}
|
|
|
|
\setdefaultlanguage{czech}
|
|
\XeTeXlinebreaklocale "cs"
|
|
|
|
\theoremstyle{plain}
|
|
\newtheorem{theorem}{Věta}[section]
|
|
\newtheorem{corollary}[theorem]{Důsledek}
|
|
\newtheorem{lemma}[theorem]{Lemma}
|
|
\newtheorem{observation}[theorem]{Pozorování}
|
|
|
|
\theoremstyle{definition}
|
|
\newtheorem{definition}[theorem]{Definice}
|
|
\newtheorem{example}[theorem]{Příklad}
|
|
\newtheorem{convention}[theorem]{Úmluva}
|
|
|
|
\DeclareMathOperator{\tr}{tr}
|
|
\DeclareMathOperator{\sgn}{sgn}
|
|
\DeclareMathOperator{\diag}{diag}
|
|
|
|
\newcommand*{\R}{\mathbb{R}}
|
|
\newcommand*{\N}{\mathbb{N}}
|
|
|
|
\DeclarePairedDelimiter\inner{\langle}{\rangle}
|
|
|
|
\overfullrule=1mm
|
|
|
|
\title{Obyčejné diferenciální rovnice (NMMA336)}
|
|
\author{Petr Velička \footnote{\href{mailto:petrvel@matfyz.cz}{petrvel@matfyz.cz}}\\přednášející: doc. RNDr. Tomáš Bárta, Ph.D. \footnote{\href{mailto:barta@karlin.mff.cuni.cz}{barta@karlin.mff.cuni.cz}}}
|
|
\date{LS 2024/25}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
\thispagestyle{empty}
|
|
|
|
\include{lokalni-existence}
|
|
\include{jednoznacnost-reseni}
|
|
\include{maximalni-reseni}
|
|
\include{zavislost-na-podmince}
|
|
\include{linearni-rovnice}
|
|
\include{linearni-rovnice-konst-koef}
|
|
\include{stabilita}
|
|
\include{prvni-integral}
|
|
\include{ljapunovske-funkce}
|
|
|
|
\end{document}
|