diff --git a/README.md b/README.md index f266699b..97abf99a 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Overloaded Python operators for basic GA operations: A+B &= \texttt{A+B} \\ A-B &= \texttt{A-B} \\ AB &= \texttt{A*B} \\ - A \wedge B &= \texttt{A \^{} B} \\ + A \wedge B &= \mathtt{A \verb!^! B} \\ A \cdot B &= \texttt{A|B} \\ A \rfloor B &= \texttt{AB} \\ @@ -74,8 +74,8 @@ The various derivatives of a multivector function is accomplished by multiplying \begin{aligned} \nabla F &= \texttt{grad*F} \\ F \bar{\nabla} &= \texttt{F*rgrad} \\ - \nabla {\wedge}F &= \texttt{grad \^{} F} \\ - F {\wedge}\bar{\nabla} &= \texttt{F \^{} rgrad} \\ + \nabla {\wedge}F &= \mathtt{grad \verb!^! F} \\ + F {\wedge}\bar{\nabla} &= \mathtt{F \verb!^! rgrad} \\ \nabla \cdot F &= \texttt{grad|F} \\ F \cdot \bar{\nabla} &= \texttt{F|rgrad} \\ \nabla \rfloor F &= \texttt{grad