Move warm-ups
This commit is contained in:
35
Warm-Ups/A Familiar Concept/main.tex
Executable file
35
Warm-Ups/A Familiar Concept/main.tex
Executable file
@ -0,0 +1,35 @@
|
||||
\documentclass[
|
||||
solutions,
|
||||
hidewarning,
|
||||
singlenumbering,
|
||||
nopagenumber
|
||||
]{../../resources/ormc_handout}
|
||||
\usepackage{../../resources/macros}
|
||||
|
||||
|
||||
|
||||
\title{Warm-Up: A Familiar Concept}
|
||||
\uptitler{\smallurl{}}
|
||||
\subtitle{Prepared by Mark on \today}
|
||||
|
||||
|
||||
\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
|
||||
|
||||
\problem{}
|
||||
What is this metric usually called?
|
||||
|
||||
\end{document}
|
6
Warm-Ups/A Familiar Concept/meta.toml
Normal file
6
Warm-Ups/A Familiar Concept/meta.toml
Normal file
@ -0,0 +1,6 @@
|
||||
[metadata]
|
||||
title = "A Familiar Concept"
|
||||
|
||||
[publish]
|
||||
handout = true
|
||||
solutions = false
|
Reference in New Issue
Block a user