Responsive Navbar with Google Search
☰ Menu
🏠 Home
Python
📄 LaTeX
📊 GNUPlot
💬 Feedback
✉️ Contact
Mathematical Representations: Symbols and Special Characters
Mathematical Representations
Symbols and Special Characters
Mathematical Functions
Mathematical Equations
Calculus
Matrices
Symbols and Special Characters: Program 1
\documentclass{article} \usepackage[utf8]{inputenc} \begin{document} \section{Special character} \subsection{Upper case Greek letters} \[ \Gamma \\ \Delta \\ \Lambda \\ \Phi \\ \Pi \\ \Psi \\ \Sigma \\ \Theta \\ \Upsilon \\ \Xi \\ \Omega \] \subsection{Lower case Greek letters} \[ \alpha \\ \beta \\ \gamma \\ \delta \\ \epsilon \\ \zeta \\ \eta \\ \theta \\ \iota \\ \kappa \\ \lambda \\ \mu \\ \nu \\ \xi \\ \pi \\ \rho \\ \sigma \\ \tau \\ \upsilon \\ \phi \\ \chi \\ \psi \\ \omega \] \subsection{Symbols} \[ \# \\ \angle \\ \bot \\ \clubsuit \\ \diamondsuit \\ \emptyset \\ \exists \\ \flat \\ \forall \\ \heartsuit \\ \infty \\ \nabla \\ \natural \\ \prime \\ \S \\ \sharp \\ \spadesuit \\ \surd \\ \top \\ \triangle \] \end{document}
Run Code
Output 1