Description Usage Arguments Value References Examples
This function computes the Levi-Civita symbol depending on the permutations of the three inputs, lying in 0 to 2
1 | levi_civita(i, j, k)
|
i |
an integer 0, 1 or 2 |
j |
an integer 0, 1 or 2 |
k |
an integer 0, 1 or 2 |
0, 1 or -1 after computing the Levi-Civita symbol depending on the permutations of the three inputs 0, 1 and 2
https://en.wikipedia.org/wiki/Levi-Civita_symbol
1 2 3 4 | init()
levi_civita(0, 2, 1)
levi_civita(1, 2, 0)
levi_civita(1, 2, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.