LaTeX Multiplication (×) - Complete Guide
The multiplication symbol (×) represents multiplication in mathematical expressions.
Symbol Preview
Multiplication
LaTeX Code
No package required
\timesMultiplication cross symbol
No package required
\cdotAlternative: centered dot
Table of Contents
What is the LaTeX Multiplication?
The multiplication symbol (×) is used to denote multiplication. In LaTeX, \times produces the cross symbol, while \cdot produces a centered dot for multiplication.
How to Use Multiplication in LaTeX
Method 1: Using \times
✅No package required
Multiplication cross symbol
Example: Using \times
\documentclass{article}
\begin{document}
% Using the Multiplication
Text with \times
\end{document}Method 2: Using \cdot
✅No package required
Alternative: centered dot
Example: Using \cdot
\documentclass{article}
\begin{document}
% Using the Multiplication
Text with \cdot
\end{document}Common Use Cases
The Multiplication symbol is commonly used in the following contexts:
Basic Multiplication
Simple multiplication operation.
Code
$3 \times 4 = 12$Output
3 × 4 = 12
Vector Cross Product
Cross product in vector mathematics.
Code
$\mathbf{a} \times \mathbf{b}$Output
a × b (bold vectors)
Complete Examples
Simple Multiplication
Basic multiplication
\documentclass{article}
\begin{document}
$5 \times 3 = 15$
\end{document}Frequently Asked Questions
Which method should I use?
We recommend using the method marked as "Recommended" above. However, the best method depends on your specific needs:
- \times: Multiplication cross symbol
- \cdot: Alternative: centered dot
Where do I use this symbol?
This symbol can be used:
- In mathematical equations (math mode)
- In regular text (if using text mode)
- In various document environments
Can I use this in display mode?
Yes, symbols that work in math mode (between $ $) also work in display mode (between $$ $$). This allows you to display the symbol on its own line with larger formatting.
🔗 Related Symbols You May Need
View all symbols →🎯 Need to Convert PDF to LaTeX?
Our free PDF to LaTeX converter preserves all mathematical symbols and formatting.
✓ Fast & accurate
✓ Preserves symbols
✓ Free online
✓ No registration