_
x_i
-- a binary operator which is used for various
mathematica operations that are customarily written with subscripts.
A binary method may be installed for x_i
with code like
X _ Y := (x,i) -> ...
where X is the prospective class of x and Y is the class of i.
Examples where methods have been installed:
Go to main index.
Go to concepts index.