Latex to Boolean


Keep only text inside $$




Example:

Input: X=\overline{A \cdot \left( B \oplus C\right)+\overline{\overline{D}+E}}

Output: X=~(A*(B⊕C)+~(~(D)+E))


Useful website/software:

Boolean Algebra Calculator

Logisim Evolution (designing and simulating digital logic circuits)

Mathpix Snip (converts images of math equations to LaTeX)