I need to write the expression meaning optimize over the parameter set. I think I should write something like
我需要编写表达式,意味着优化参数集。我想我应该写点类似的东西
$\arg \max_{\substack{w \\ \phi}} f(w,\phi)$
but this puts the subscript below at the right of \max and I'd like to put those subindexes below and centered on the max word.
但这会将下标放在\ max的右下方,我想把这些子索引放在下面,并以最大字为中心。
Which command should I use?
我应该使用哪个命令?
Thanks in advance.
提前致谢。
4 个解决方案
#1
Have you tried display mode math instead of text mode math. That is, try either:
您是否尝试过显示模式数学而不是文本模式数学。也就是说,尝试:
$\displaystyle\arg \max_{\substack{w \\ \phi}} f(w,\phi)$
Or try:
\[ \arg \max_{\substack{w \\ \phi}} f(w,\phi) \]
#3
$\arg \max\limits_{\substack{w\\ \phi}} f(w,\phi)$
#4
Use this statement. It will surely work. Update the parameters as per your requirement :
使用此声明。它肯定会奏效。根据您的要求更新参数:
max┬(0≤x≤1)〖xe^(-x^2 ) 〗
max┬(0≤x≤1)〖xe ^( - x ^ 2)〗
#1
Have you tried display mode math instead of text mode math. That is, try either:
您是否尝试过显示模式数学而不是文本模式数学。也就是说,尝试:
$\displaystyle\arg \max_{\substack{w \\ \phi}} f(w,\phi)$
Or try:
\[ \arg \max_{\substack{w \\ \phi}} f(w,\phi) \]
#2
#3
$\arg \max\limits_{\substack{w\\ \phi}} f(w,\phi)$
#4
Use this statement. It will surely work. Update the parameters as per your requirement :
使用此声明。它肯定会奏效。根据您的要求更新参数:
max┬(0≤x≤1)〖xe^(-x^2 ) 〗
max┬(0≤x≤1)〖xe ^( - x ^ 2)〗