Go to the first, previous, next, last section, table of contents.


plucker_y

plucker_y(L)
:: Returns the variable standing for the index L.
return
Variable
L
List
[297] plucker_y([1,2,3]);
y_1_2_3

[298] plucker_y([2,1,3]);
-y_1_2_3


Go to the first, previous, next, last section, table of contents.