loading tool…
The LaTeX command for argmin is \operatorname*{argmin} — argument of minimum.
\operatorname*{argmin}Write \operatorname*{argmin} inside math mode — that is, between $…$ for inline math or in a \[ … \] / equation block for display math. This symbol needs the amsmath package, so add \usepackage{amsmath} to your preamble.
$\operatorname*{argmin}_{i=1}^{n} x_i$Prefer to see it live? Paste it into the LaTeX preview and it renders as you type — no compiler, no signup.
Search all 380+ LaTeX symbols →
Use \operatorname*{argmin} in math mode after adding \usepackage{amsmath} to your preamble. For example, $\operatorname*{argmin}_{i=1}^{n} x_i$.
It comes from the amsmath package — add \usepackage{amsmath} to your preamble.