Example:
\begin{equation}
\lor_{j=1}^n
\end{equation}
shows up like
and
\begin{equation}
\sum_{j=1}^n
\end{equation}
shows up like
Is there a way to make the \lor look like the \sum symbol with its limits?
Example:
\begin{equation}
\lor_{j=1}^n
\end{equation}
shows up like
and
\begin{equation}
\sum_{j=1}^n
\end{equation}
shows up like
Is there a way to make the \lor look like the \sum symbol with its limits?
\bigvee?\documentclass{article} \usepackage{amsmath} \begin{document} \[\bigvee_{j=1}^{n}\] \end{document}– Jan 23 '19 at 04:55