"argmax" and "argmin" not possible to write
See original GitHub issueHi,
I have troubles to write a proper “arg max” and “arg min” such that the argument is below the operator and in the center and not next to it.
It should look like this:
I tried
\arg\min_{A, B}
\operatorname{argmin}_{A, B}
\DeclareMathOperator{\argmin}{arg\,min}
\operatorname{argmin}_{\hbox{A, B}}
Do you have an idea how to make this work? Am I missing some obvious solution?
Thanks René
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Command for argmin or argmax? - TeX - LaTeX Stack Exchange
As Pieter pointed out, the correct way to define argmin and argmax operators in LaTeX is: \usepackage{amsmath} \DeclareMathOperator*{\argmax}{arg\,max} ...
Read more >numpy: what is the logic of the argmin() and argmax() functions?
So I am confused as argmax is supposed to return index of min or max not the number that corresponds to the max...
Read more >Arg max - Wikipedia
In mathematics, the arguments of the maxima are the points, or elements, of the domain of some function at which the function values...
Read more >Argmax and Max Calculus
The max function gives the largest possible value of f(x) for any x in ... However, the max may not exist because the...
Read more >What Is Argmax in Machine Learning?
Develop a working understand of linear algebra ...by writing lines of code in python. Discover how in my new Ebook: Linear Algebra for...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Here’s how we define
\limsupmacro:So you could do the same with
argmin(orarg\,min) either by passing a string like above for a macro, or as a one-off (or\def) in TeX like so:ah, alright. I put a reference to that package and updated the PR.