I have 2 questions about using LeviCivitaTensor, based on the following session:

- The signs for the cross product seems to come out "opposite" of what I expected. Why is that? Did I miss anything? I thought the usual definition of the cross product of 2 vectors was $(\textbf{a}\times\textbf{b})_i=\epsilon_{ijk}\textbf{a}_j\textbf{b}_k$, which seems to use the Levi-Civita tensor directly (not transposing it).
- In the second expression, I'm confused about the operation being performed. The reason I sandwiched the LeviCivitaTensor in the first expression is that I'm used to $\textbf{a}\ M\ \textbf{b}$ to compute e.g. inner products, but I wouldn't know how to understand $M\ \textbf{a}\ \textbf{b}$, unless maybe it should be read $(M\ \textbf{a})\ \textbf{b}$?
Traceconfirms that the second expression corresponds to $(M \mathbf{a})\mathbf{b}$ – Marius Ladegård Meyer Apr 26 '15 at 17:41LeviCivitaTensoris "Build a cross product", in which the code is the same the OP's, changinga,btox,y. Of course they get the opposite of the cross product, which is clear in the example because they include the cross product. But no mention of the discrepancy nor of the fact that they haven't built the cross product. It looks as though didn't even compare the outputs. – Michael E2 Apr 26 '15 at 22:24