handouts/Misc/Warm-Ups/median.tex

31 lines
589 B
TeX
Raw Normal View History

2023-05-17 12:51:41 -07:00
\documentclass[
2023-05-25 21:44:07 -07:00
solutions,
hidewarning,
2023-05-17 12:51:41 -07:00
singlenumbering,
nopagenumber
]{../../resources/ormc_handout}
2023-05-25 21:44:07 -07:00
\title{Warm-Up: A Familiar Concept}
\subtitle{Prepared by Mark on \today}
2023-05-17 12:51:41 -07:00
\begin{document}
\maketitle
\problem{}<one>
Let $v = [-5, -2, 0, 1, 4, 1000]$. Find all $x$ that minimize the following metric. \par
$$
\sum_{\forall i} |v_i - x| = |v_1 - x| + |v_2 - x| + ... + |v_6 - x|
$$
\vfill
\problem{}
Let $v = [-5, -2, 0, 1, 4, 1000, 1001]$. Find all $x$ that minimize the metric in \ref{one}.
\vfill
2023-06-27 21:23:44 -07:00
\problem{}
What is this metric usually called?
2023-05-17 12:51:41 -07:00
\end{document}