Simple Tensor Diagrams

Snippets Page

Code for the very simplest tensor diagrams

capcupdef.png

Source Code

\begin{equation}\label{eq:capcup}
    \tikz{\draw(0,.7)arc(180:360:.5);} = e_1\otimes e_2-e_2\otimes e_1
    \qquad\text{and}\qquad
    \tikz{\draw(0,.2)arc(180:0:.5);} : v\otimes w \mapsto \det[v\: w],
    \end{equation}

Binor Identity

binoridentity.png

See this snippet.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License