How to write products in \(\LaTeX\)
The following table will guide you of writing Products in different styles in \(\LaTeX\)
| Definition | \(\LaTeX\) Code | Output |
|---|---|---|
| Product | $\prod$ |
\[\prod\] |
| With \limits | $\prod\limits_{j=1}^k A_{\alpha_j}$ |
\[\prod\limits_{j=1}^k A_{\alpha_j}\] |
| Without \limits | $\prod_{j=1}^k A_{\alpha_j}$ |
\[\prod_{j=1}^k A_{\alpha_j}\] |
| Product from 1 to n | $\prod_{i=1}^n$ |
\[\prod_{i=1}^n\] |
| Product off n first integers | $\prod_{i=1}^n i^2{6}$ |
\[\prod_{i=1}^n i^2{6}\] |
| Double product | $\prod^k_{i=1}\prod^l_{j=1}\,q_i q_j$ |
\[\prod^k_{i=1}\prod^l_{j=1}\,q_i q_j\] |
Realted Question
- big product symbol latex
- latex math symbols
- latex product symbol with limits
- latex product symbol without limits
- latex big product symbol
- How to get n=1 under Product character
- How to write n=1 under Product character

0 Comments