[next][previous][up][top][index]
search for:

{...} _ ZZ -- get element from list

Synopsis:

  • Operator: _
  • Input:
  • an instance of class List.
  • an instance of class ZZ.
  • x_i -- provides the i-th element of the list x.

    This is merely a convenient synonym for x#i.

    See also:

  • BasicList # ZZ -- get element from list
  • Code:

         -- ../../../Macaulay2/m2/lists.m2:6
         List _ ZZ    := (x,i) -> x#i

    [next][previous][up][top][index]
    search for: