2021-03-22 23:25:22 +00:00
|
|
|
\documentclass[11pt]{report}
|
|
|
|
\usepackage{amsmath, amssymb, amstext, physics}
|
|
|
|
\usepackage{amsthm, stackrel, xifthen, mathtools}
|
|
|
|
\usepackage[makeroom]{cancel}
|
|
|
|
\usepackage{hyperref, cleveref}
|
|
|
|
\usepackage{enumerate, subcaption}
|
|
|
|
\usepackage[shortlabels]{enumitem}
|
|
|
|
\usepackage{multicol}
|
|
|
|
\usepackage{tikz}
|
2021-03-24 16:09:55 +00:00
|
|
|
\usepackage{kbordermatrix}
|
2021-03-22 23:25:22 +00:00
|
|
|
\usetikzlibrary{calc,trees,positioning,arrows,fit,shapes,angles}
|
|
|
|
|
|
|
|
\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}
|
|
|
|
\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}}
|
|
|
|
\newcommand{\seq}[1]{(#1_n)}
|
|
|
|
\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{)}}
|
|
|
|
\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-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.}
|
|
|
|
\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}}
|
|
|
|
|
|
|
|
\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-24 16:13:56 +00:00
|
|
|
\begin{document}
|
2021-03-24 16:09:55 +00:00
|
|
|
\title{Mathematics for Physicists}
|
2021-03-24 12:46:04 +00:00
|
|
|
\author{https://www.github.com/Lauchmelder23/Mathematics}
|
2021-03-22 23:25:22 +00:00
|
|
|
\maketitle
|
2021-03-24 16:13:56 +00:00
|
|
|
\doclicenseThis
|
2021-03-22 23:25:22 +00:00
|
|
|
\tableofcontents
|
|
|
|
|
|
|
|
\subfile{chapters/FaN.tex}
|
|
|
|
|
|
|
|
\subfile{chapters/real_analysis_1.tex}
|
|
|
|
|
|
|
|
\subfile{chapters/linear_algebra.tex}
|
|
|
|
|
|
|
|
\end{document}
|