LaTeX Gamma (γ) - 完整指南

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

Recommended
\gamma

Lowercase Greek letter

No package required

Recommended
\Gamma

Uppercase Greek letter

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.

如何在 LaTeX 中使用 Gamma

方法 1:使用 \gamma

无需额外包

Lowercase Greek letter

示例:使用 \gamma

latex
\documentclass{article}

\begin{document}

% Using the Gamma
Text with \gamma

\end{document}

方法 2:使用 \Gamma

无需额外包

Uppercase Greek letter

示例:使用 \Gamma

latex
\documentclass{article}

\begin{document}

% Using the Gamma
Text with \Gamma

\end{document}

常见用途

Gamma 符号通常用于以下情况:

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$-radiation

Output

Gamma ray: γ-radiation

完整示例

Gamma Function Example

Example using the gamma function

latex
\documentclass{article}
\begin{document}

The gamma function $\Gamma(n) = (n-1)!$ for positive integers $n$.

\end{document}

常见问题

我应该使用哪种方法?

我们建议使用上面标记为"推荐"的方法。但是,最佳方法取决于您的具体需求:

  • \gamma: Lowercase Greek letter
  • \Gamma: Uppercase Greek letter

我在哪里使用这个符号?

该符号可以用于:

  • 在数学方程式中(数学模式)
  • 在常规文本中(如果使用文本模式)
  • 在各种文档环境中

我可以在显示模式中使用这个吗?

是的,在数学模式($ $)中工作的符号也适用于显示模式($$ $$)。这允许您在自己的行上显示符号,具有更大的格式。

🔗 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

Try Converter Now →