Search found 2 matches

by thunder
Wed May 23, 2012 3:04 pm
Forum: Math & Science
Topic: Maximum Operator in Subscript with Text underneath
Replies: 1
Views: 19413

Maximum Operator in Subscript with Text underneath

Problem solved:

Code: Select all

\begin{equation} 
\Upsilon_{\max\limits_{k \in lp(i)}(L_k)} = 1 
\end{equation}
by thunder
Fri May 18, 2012 5:31 pm
Forum: Math & Science
Topic: Maximum Operator in Subscript with Text underneath
Replies: 1
Views: 19413

Maximum Operator in Subscript with Text underneath

Hi,

I want to write an equation with an Upsilon with the indices \max{k \in lp(i)}L(k)}.
My problem is that the k \in lp(i) is written as indices and not underneath. How do I do that?

Code: Select all

\begin{equation}
\Upsilon_{\max_{k \in lp(i)}(L_k)} = 1
\end{equation}