How do you write congruence modulo(mod n) in LaTeX?
Congruence modulo syntax will consist of two individual commands, \equiv and \mod commands. \documentclass{article} \usepackage{mathtool} \begin{document} % Use mathtools for \mod \[ b \equiv c \mod{m} \] % \pmod is […]
How do you write congruence modulo(mod n) in LaTeX? Read More »