How to write perpendicular symbol(⟂) in LaTeX?

In geometry, two straight lines are perpendicular if they intersect at a 90° angle, represented by the ⊥ symbol, which consists of a horizontal and vertical bar.

Using the Perpendicular Symbol in LaTeX

In LaTeX, the \perp command is used to represent the perpendicular symbol (⊥). Additionally, the \: command adds space between elements for better readability.

\[ p \perp q \] 
\[ a \: \bot \: b \]

Output :

 ⊥ symbol

Using the Not ⊥ Symbol

Sometimes, you may need to indicate that two lines are not perpendicular. In this case, the \not\perp command is used.

\[ p \not\perp q \]

Output :

Not perpendicular symbol

These commands allow for clear and precise representation of perpendicular relationships in LaTeX documents.

Share tutorial

Leave a Comment

Your email address will not be published. Required fields are marked *