0

This is

enter image description here

How to do this double sum with a subscript in the middle?

cabohah
  • 11,455
  • 1
    I guess this is a duplicate: \mathop{\sum\sum}_{i<j} See https://tex.stackexchange.com/a/649824/4427 – egreg May 18 '23 at 10:36

1 Answers1

2

Not finding a specific duplicate, I'll repeat the code used in https://tex.stackexchange.com/a/649824/4427

\documentclass{article}
\usepackage{amsmath}

\DeclareMathOperator{\cov}{cov}

\begin{document}

[ 2\mathop{\sum\sum}{i<j} a{i}a_{j}\cdot \cov(X_{i}X_{j}) ]

\end{document}

enter image description here

To be honest, I'd use a single summation sign.

egreg
  • 1,121,712