Fundamental Binor Identity

Snippets Page

The fundamental binor identity for $2\times2$ matrices (and hopefully variations to be added in the future).

binoridentity.png

Source Code

$$
    \tikz[xscale=.6]{\draw(0,0)to[wavyup](1,1);\draw(1,0)to[wavyup](0,1);}
    =\tikz[xscale=.6]{\draw(0,0)to[wavyup](.1,.5)to[wavyup](0,1);\draw(1,0)to[wavyup](.9,.5)to[wavyup](1,1);}
    -\tikz[xscale=.6]{\draw(0,0)to[out=90,in=90](1,0);\draw(0,1)to[out=-90,in=-90](1,1);}
$$
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License