Initial commit of some initial documentation
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
\documentclass[12pt,letterpaper]{report}
|
||||
\usepackage{init}
|
||||
\usepackage{import}
|
||||
\usepackage{dsfont}
|
||||
|
||||
\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)}
|
||||
|
||||
\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 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}
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user