Master physics notation in LaTeX - from quantum mechanics to relativity. Learn vectors, tensors, bra-ket notation, and specialized physics symbols.
Symbol | LaTeX | Description |
---|---|---|
ℏ | \hbar | Reduced Planck constant |
∇ | \nabla | Gradient/Del operator |
∂ | \partial | Partial derivative |
∞ | \infty | Infinity |
· | \cdot | Dot product |
× | \times | Cross product |
⊗ | \otimes | Tensor product |
∑ | \sum | Summation |
∫ | \int | Integral |
∮ | \oint | Closed integral |
\vec{F}
→ F (vector)\vec{A} \cdot \vec{B}
→ A · B (dot product)\vec{A} \times \vec{B}
→ A × B (cross product)\hat{i}, \hat{j}, \hat{k}
→ i, j, k (unit vectors)physics
package provides many shortcuts like \dv{f}{x}
for derivatives and \abs{\psi}
for absolute values.