2023-11-15

This commit is contained in:
bluepython508
2023-11-15 08:53:39 +00:00
parent a8f2fd86e2
commit d320a956f8
14 changed files with 553 additions and 191 deletions

View File

@@ -8,8 +8,9 @@
\date{}
\author{}
\renewcommand{\Re}[1]{\operatorname{\mathbb{R}e}(#1)}
\renewcommand{\Im}[1]{\operatorname{\mathbb{{I}}m}(#1)}
\newcommand{\paren}[1]{\left(#1\right)}
\renewcommand{\Re}[1]{\operatorname{\mathbb{R}e}\paren{#1}}
\renewcommand{\Im}[1]{\operatorname{\mathbb{{I}}m}\paren{#1}}
\newcommand{\C}{\mathbb{C}}
\newcommand{\N}{\mathbb{N}}
\newcommand{\Z}{\mathbb{Z}}
@@ -18,8 +19,8 @@
\newcommand{\conj}[1]{\overline{#1}}
\renewcommand{\mod}[1]{\left|#1\right|}
\newcommand{\abs}[1]{\left|#1\right|}
\newcommand{\paren}[1]{\left(#1\right)}
\newcommand{\polar}[2]{#1\paren{\cos{\paren{#2}} + i\sin{\paren{#2}}}}
\newcommand{\adj}[1]{\operatorname{adj}#1}
\makeatletter
\renewcommand*\env@matrix[1][*\c@MaxMatrixCols c]{%