Files
linear-algebra-theorems-and…/Linear-Algebra-Theorems-and-Definitions.tex

43 lines
1.2 KiB
TeX

\documentclass[12pt,letterpaper]{report}
\usepackage{init}
\usepackage{import}
\usepackage{dsfont}
\usepackage{color, colortbl}
\definecolor{Gray}{gray}{0.9}
\newcommand{\cond}[1]{\text{cond}\left(#1\right)}
\newcommand{\linear}[1]{\mathcal{L}\left(#1\right)}
\newcommand{\Id}{\mathds{I}}
\newcommand{\per}[1]{\text{per}\left(#1\right)}
\newcommand{\n}[1]{\text{N}\left(#1\right)}
\newcommand{\range}[1]{\text{R}\left(#1\right)}
\newcommand{\LL}{\mathcal{L}}
\setcounter{chapter}{-1}
\author{Alexander J. Clarke}
\title{Linear Algebra Theorems and Definitions}
\begin{document}
\maketitle
\clearpage
\begin{center}
\thispagestyle{empty}
\vspace*{\fill}
All theorems, corollaries, lemmas, remarks, and asides are direct quotes from\\
\textit{Linear Algebra, 4th Edition, by Stephen H. Friedberg, Arnold J. Insel, and Lawrence E. Spence}
\vspace*{\fill}
\end{center}
\tableofcontents
\import{./}{chapter-0.tex}
\import{chapter-1/}{chapter-1.tex}
\import{chapter-2/}{chapter-2.tex}
\import{chapter-3/}{chapter-3.tex}
\import{chapter-4/}{chapter-4.tex}
\import{chapter-5/}{chapter-5.tex}
\import{chapter-6/}{chapter-6.tex}
\import{chapter-7/}{chapter-7.tex}
\import{appendices/}{appendices.tex}
\end{document}