nus/ma1522/1522 Notes.tex
2024-02-27 20:34:29 +08:00

118 lines
1.8 KiB
TeX

\documentclass[a4paper]{article}
\input{./preamble.tex}
% ------------------------------------------------------------------------------
\begin{document}
% ------------------------------------------------------------------------------
% Cover Page and ToC
% ------------------------------------------------------------------------------
\title{\normalsize \textsc{}
\\ [2.0cm]
\HRule{1.5pt} \\
\LARGE \textbf{\uppercase{MA1522}
\HRule{2.0pt} \\ [0.6cm] \LARGE{Linear Algebra in Computing} \vspace*{10\baselineskip}}
}
\date{}
\author{\textbf{Yadunand Prem}}
\maketitle
\newpage
\tableofcontents
\newpage
% ------------------------------------------------------------------------------
\section{Lecture 1}
\hr
\input{lec_01.tex}
\newpage
\section{Lecture 2}
\hr
\input{lec_02.tex}
\newpage
\section{Lecture 3}
\hr
\input{lec_03.tex}
\newpage
\section{Lecture 4}
\hr
\input{lec_04.tex}
\newpage
\section{Lecture 5}
\hr
\input{lec_05.tex}
\newpage
\section{Lecture 6}
\hr
\input{lec_06.tex}
\newpage
\section{Lecture 7}
\hr
\input{lec_07.tex}
\newpage
\section{Lecture 8}
\hr
\input{lec_08.tex}
\newpage
\section{Lecture 9}
\hr
\input{lec_09.tex}
\newpage
\section{Lecture 10}
\hr
\input{lec_10.tex}
\newpage
\section{Lecture 11}
\hr
\input{lec_11.tex}
\newpage
\section{Lecture 12}
\hr
\input{lec_12.tex}
\newpage
\section{Lecture 13}
\hr
\input{lec_13.tex}
\newpage
\section{Reference}
\begin{theorem}
This is a theorem.
\end{theorem}
\begin{proposition}
This is a proposition.
\end{proposition}
\begin{principle}
This is a principle.
\end{principle}
\begin{note}
This is a note
\end{note}
\begin{defn}[Some Term]
This is a definition
\end{defn}
% Maybe I need to add one more part: Examples.
% Set style and colour later.
\newpage
% ------------------------------------------------------------------------------
\end{document}