2023-04-19 08:58:26 -07:00

70 lines
977 B
TeX
Executable File

% use [nosolutions] flag to hide solutions.
% use [solutions] flag to show solutions.
\documentclass[
solutions,
nowarning,
%singlenumbering
]{../../resources/ormc_handout}
%\usepackage{lua-visual-debug}
\usepackage{tikz-3dplot}
\usetikzlibrary{
quotes,
angles,
matrix,
decorations.pathreplacing,
calc,
positioning,
fit
}
\input{tikzset}
\begin{document}
\maketitle
<Advanced 2>
<Spring 2023>
{Linear Algebra 101}
{
Prepared by Mark on \today \\
}
\input{parts/0 notation}
\input{parts/1 vectors}
\input{parts/2 dotprod}
\input{parts/3 matrices}
\section{Bonus}
\problem{}
Show that the euclidean norm satisfies the triangle inequalty:
$$
||x+y|| \leq ||x|| + ||y||
$$:
\vfill
\problem{}
Show that the eucidean norm satisfies the reverse triangle inequality:
$$
||x - y|| \geq |~||x|| - ||y||~|
$$
\vfill
\problem{}
Prove the Cauchy-Schwartz inequality:
$$
||x \cdot y|| = ||x||~||y||
$$
\vfill
\end{document}