Mathematics_for_Physicists/script.tex

176 lines
5.1 KiB
TeX
Raw Normal View History

2021-03-22 23:25:22 +00:00
\documentclass[11pt]{report}
\usepackage{amsmath, amssymb, amstext, physics}
2021-03-26 17:18:09 +00:00
\usepackage{amsthm, stackrel, xifthen, mathtools, graphicx}
2021-03-22 23:25:22 +00:00
\usepackage[makeroom]{cancel}
\usepackage{hyperref, cleveref}
\usepackage{enumerate, subcaption}
\usepackage[shortlabels]{enumitem}
\usepackage{multicol}
2021-03-26 17:18:09 +00:00
\usepackage{tikz, pgfplots}
2021-03-24 16:09:55 +00:00
\usepackage{kbordermatrix}
2021-03-29 13:10:46 +00:00
\usepackage{fancyhdr}
2021-03-29 15:24:44 +00:00
\usepackage{pdfpages}
\usetikzlibrary{calc,trees,positioning,arrows,fit,shapes,angles,patterns}
\graphicspath{assets}
2021-03-22 23:25:22 +00:00
\usepackage{color}
\usepackage{hyperref}
\hypersetup{
colorlinks,
citecolor=black,
filecolor=black,
linkcolor=black,
urlcolor=black
}
2021-03-24 20:02:15 +00:00
\usepackage[
type={CC},
modifier={by-sa},
version={4.0},
]{doclicense}
2021-03-22 23:25:22 +00:00
\usepackage{subfiles}
\DeclareMathOperator{\spn}{span}
%\DeclareMathOperator{\dim}{dim}
2021-03-24 16:09:55 +00:00
\DeclareMathOperator{\sgn}{sgn}
2021-03-22 23:25:22 +00:00
\newcommand{\natn}{\mathbb{N}}
\newcommand{\intn}{\mathbb{Z}}
\newcommand{\ratn}{\mathbb{Q}}
\newcommand{\realn}{\mathbb{R}}
\newcommand{\cmpln}{\mathbb{C}}
\newcommand{\field}{\mathbb{K}}
\newcommand{\rec}[1]{\frac{1}{#1}}
\newcommand{\idf}{\text{id}}
\newcommand{\inv}[1]{{#1}^{-1}}
\newcommand{\eqlbl}[1]{\stackrel{\text{#1}}{=}}
\newcommand{\implbl}[1]{\overset{\text{#1}}{\implies}}
\newcommand{\imag}{\imaginary}
2021-03-25 17:55:20 +00:00
\newcommand{\limes}[2]{\lim_{#1 \rightarrow #2}}
2021-03-22 23:25:22 +00:00
\newcommand{\limn}{\lim_{n \rightarrow \infty}}
\newcommand{\limk}{\lim_{k \rightarrow \infty}}
\newcommand{\limz}{\lim_{n \rightarrow 0}}
\newcommand{\limsupn}{\limsup_{n \rightarrow \infty}}
\newcommand{\liminfn}{\liminf_{n \rightarrow \infty}}
2021-03-26 21:56:06 +00:00
\newcommand{\seq}[1]{\left(#1_n\right)}
2021-03-22 23:25:22 +00:00
\newcommand{\nseqdef}[1]{\seq{#1} \subset \natn}
\newcommand{\rseqdef}[1]{\seq{#1} \subset \realn}
\newcommand{\cseqdef}[1]{\seq{#1} \subset \cmpln}
\newcommand{\rcseqdef}[1]{\seq{#1} \subset \realn \text{ (or } \cmpln \text{)}}
2021-03-25 10:09:32 +00:00
\newcommand{\anyseqdef}[2][x]{\seq{#1} \subset #2}
2021-03-22 23:25:22 +00:00
\newcommand{\series}[2][\infty]{\sum_{#2 = 1}^{#1}}
\newcommand{\finite}{\text{ finite}}
2021-03-24 20:02:15 +00:00
\newcommand{\conj}[1]{\overline{#1}}
2021-03-25 17:55:20 +00:00
\newcommand{\must}[1][=]{\stackrel{!}{#1}}
2021-03-22 23:25:22 +00:00
2021-03-26 21:56:06 +00:00
\newcommand{\metric}[1][X]{(#1, d)}
\newcommand{\dnorm}{\norm{\cdot}}
\newcommand{\normed}[1][V]{(#1, \dnorm)}
\newcommand{\supnorm}[1]{\norm{#1}_{\infty}}
2021-03-29 15:24:44 +00:00
\newcommand{\cnorm}[2][1]{\norm{#2}_{C_{#1}}}
2021-03-26 21:56:06 +00:00
\newcommand{\oball}[1][\epsilon]{B_{#1}}
\newcommand{\cball}[1][\epsilon]{K_{#1}}
\newcommand{\Oball}{\oball[r]}
\newcommand{\Cball}{\cball[r]}
2021-03-28 20:31:30 +00:00
\newcommand{\oline}[1][{x,y}]{S_{#1}}
\renewcommand{\cline}[1][{x,y}]{\overline{S_{#1}}}
2021-03-27 14:49:41 +00:00
\newcommand{\interior}[1]{\mathring{#1}}
\newcommand{\boundary}[1]{\partial #1}
\newcommand{\closure}[1]{\bar{#1}}
2021-03-22 23:25:22 +00:00
\newcommand{\conv}[1]{\xrightarrow{\makebox[2em][c]{$\scriptstyle#1$}}}
\newcommand{\convinf}{\conv{n \rightarrow \infty}}
2021-03-24 16:09:55 +00:00
\renewcommand{\kbldelim}{(}
\renewcommand{\kbrdelim}{)}
2021-03-22 23:25:22 +00:00
\newcommand{\reader}{Left as an exercise for the reader.}
2021-03-25 17:55:20 +00:00
\newcommand{\noproof}{Without proof.}
2021-03-22 23:25:22 +00:00
\newcommand{\setvert}{\,\vert\,}
\newcommand{\set}[2][]{%
\left\{%
#2%
\ifthenelse{\isempty{#1}}%
{}%
{\,\middle|\, #1}%
\right\}%
}
2021-03-24 20:02:15 +00:00
\renewcommand{\innerproduct}[2]{\langle#1,#2\rangle}
2021-03-22 23:25:22 +00:00
\newcommand{\equalexpl}[1]{%
\underset{\substack{\big\uparrow\\\mathrlap{\text{\hspace{-1.5em}#1}}}}{=}}
\newcommand{\leexpl}[1]{%
\underset{\substack{\big\uparrow\\\mathrlap{\text{\hspace{-1.5em}#1}}}}{\le}}
2021-03-26 17:18:09 +00:00
\newsavebox{\mathbox}\newsavebox{\mathquote}
\makeatletter
\newcommand{\mathquotes}[1]{% \mathquotes{<stuff>}
\savebox{\mathquote}{\text{``}}% Save quotes
\savebox{\mathbox}{$\displaystyle #1$}% Save <stuff>
\raisebox{\dimexpr\ht\mathbox-\ht\mathquote\relax}{``}#1\raisebox{\dimexpr\ht\mathbox-\ht\mathquote\relax}{''}
}
\makeatother
2021-03-22 23:25:22 +00:00
\theoremstyle{definition}
\newtheorem{defi}{Definition}[chapter]
\theoremstyle{remark}
\newtheorem{eg}[defi]{Example}
\newtheorem{rem}[defi]{Remark}
\theoremstyle{plain}
\newtheorem{thm}[defi]{Theorem}
\newtheorem{lem}[defi]{Lemma}
\newtheorem{cor}[defi]{Corollary}
\newenvironment{hproof}{%
\renewcommand{\proofname}{Heuristic Proof}\proof}{\endproof}
\Crefname{defi}{Definition}{Definitions}
\crefname{defi}{Def.}{Defs.}
\Crefname{rem}{Remark}{Remarks}
\crefname{rem}{Rem.}{Rems.}
\Crefname{thm}{Theorem}{Theorems}
\crefname{thm}{Thm.}{Thms.}
\Crefname{lem}{Lemma}{Lemmas}
\crefname{lem}{Lem.}{Lems.}
\Crefname{cor}{Corollary}{Corollaries}
\crefname{cor}{Cor.}{Cors.}
2021-03-27 19:04:45 +00:00
\pgfplotsset{compat=1.17}
2021-03-29 15:24:44 +00:00
\newcommand{\drawge}{-- (rel axis cs:1,0) -- (rel axis cs:1,1) -- (rel axis cs:0,1) \closedcycle}
\newcommand{\drawle}{-- (rel axis cs:1,1) -- (rel axis cs:1,0) -- (rel axis cs:0,0) \closedcycle}
2021-03-24 16:13:56 +00:00
\begin{document}
2021-03-25 10:09:32 +00:00
\begin{titlepage}
\begin{center}
\vspace*{5cm}
\Huge{Mathematics for Physicists}\\[1cm]
2021-03-25 10:17:31 +00:00
\Large{\href{https://www.github.com/Lauchmelder23/Mathematics}{https://www.github.com/Lauchmelder23/Mathematics}}\\
2021-03-25 10:09:32 +00:00
\Large{Alma Mater Lipsiensis}\\[0,5cm]
\normalsize{\today} \\[7,5cm]
\end{center}
\doclicenseThis
\end{titlepage}
2021-03-22 23:25:22 +00:00
\tableofcontents
2021-03-29 13:10:46 +00:00
\pagestyle{headings}
2021-03-22 23:25:22 +00:00
\subfile{chapters/FaN.tex}
\subfile{chapters/real_analysis_1.tex}
\subfile{chapters/linear_algebra.tex}
2021-03-24 21:45:07 +00:00
\subfile{chapters/real_analysis_2.tex}
2021-03-26 21:56:06 +00:00
\subfile{chapters/topo_of_metr_spaces.tex}
2021-03-28 00:33:45 +00:00
\subfile{chapters/multivar_calc.tex}
2021-03-29 19:48:35 +00:00
\subfile{chapters/measures_integrals.tex}
2021-03-22 23:25:22 +00:00
\end{document}