Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Writing only circumflex (^) character in Latex

I’m trying to write an equation in Latex which uses the circumflex character as an operator. The whole thing should look something like this:
a ^ b

I tried stuff like $a \^ b$ or $a \hat{ } b$ but the first one didn’t work at all and the second one didn’t look nice (see image result for second method). What would be the right way of doing this?

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

You could use something like this:

\documentclass{article}

\begin{document}

\[
a \,^{\wedge}\, b
\]

\end{document}

enter image description here

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading