Add SMM linear algebra

This commit is contained in:
2023-09-23 16:16:54 +02:00
parent 57cc170251
commit aee383d8bc
3 changed files with 268 additions and 4 deletions

View File

@ -1,7 +1,7 @@
\documentclass[11pt]{article}
\usepackage[margin=3cm, lmargin=2cm, rmargin=4cm]{geometry}
\usepackage[margin=3cm, lmargin=2cm, rmargin=4cm, marginparwidth=3cm]{geometry}
\usepackage{graphicx, xcolor}
\usepackage{amsmath, amsfonts, amssymb, amsthm, mathtools}
\usepackage{amsmath, amsfonts, amssymb, amsthm, mathtools, bm}
\usepackage{hyperref}
\usepackage[nameinlink]{cleveref}
\usepackage[all]{hypcap} % Links hyperref to object top and not caption
@ -23,14 +23,16 @@
\setlist[description]{labelindent=\parindent} % Indents `description`
\renewcommand*{\marginfont}{\color{gray}\footnotesize}
\theoremstyle{definition}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{example}{Example}[section]
\newtheoremstyle{definition}{}{}{}{}{\bfseries}{.}{ }{\thmname{#1}\thmnumber{ #2}\thmnote{ (#3)}}
\theoremstyle{definition}
\newtheorem*{definition}{Def}
\newcommand{\ubar}[1]{\text{\b{$#1$}}}
\renewcommand{\vec}[1]{\text{\textbf{#1}}}
\renewcommand{\vec}[1]{{\bm{#1}}}
\newcommand{\nullvec}[0]{\bar{\vec{0}}}
\newcommand{\matr}[1]{{\bm{#1}}}
\begin{document}