LaTeX Gamma (γ) - Complete Guide
The Greek letter gamma (γ/Γ) is used in mathematics and physics to represent various quantities including angles and photons.
Symbol Preview
Gamma
LaTeX Code
No package required
\gammaLowercase Greek letter
No package required
\GammaUppercase Greek letter
Table of Contents
What is the LaTeX Gamma?
Gamma is the third letter of the Greek alphabet. The lowercase γ is used for angles and various mathematical quantities, while uppercase Γ is used for the gamma function in mathematics. Both are represented by \gamma and \Gamma in LaTeX.
How to Use Gamma in LaTeX
Method 1: Using \gamma
✅No package required
Lowercase Greek letter
Example: Using \gamma
\documentclass{article}
\begin{document}
% Using the Gamma
Text with \gamma
\end{document}Method 2: Using \Gamma
✅No package required
Uppercase Greek letter
Example: Using \Gamma
\documentclass{article}
\begin{document}
% Using the Gamma
Text with \Gamma
\end{document}Common Use Cases
The Gamma symbol is commonly used in the following contexts:
Angle in Triangles
Third angle in a triangle.
Code
In triangle ABC, $\gamma = 90^\circ$Output
In triangle ABC, γ = 90°
Gamma Function
Used for the mathematical gamma function.
Code
The gamma function is $\Gamma(n)$Output
The gamma function is Γ(n)
Photons in Physics
Represents photons or gamma rays.
Code
Gamma ray: $\gamma$-radiationOutput
Gamma ray: γ-radiation
Complete Examples
Gamma Function Example
Example using the gamma function
\documentclass{article}
\begin{document}
The gamma function $\Gamma(n) = (n-1)!$ for positive integers $n$.
\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:
- \gamma: Lowercase Greek letter
- \Gamma: Uppercase Greek letter
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