next up previous contents
Next: Naming polynomial ring variables Up: User Defined Variables (Identifiers) Previous: User Defined Variables (Identifiers)

Indexed Identifiers

Some variables which denote computations may be indexed. An indexed identifier is an identifier as above, followed by the character ``.'', followed by an integer expression. See section 3.5 for a description of integer expressions. See section 4.3 for more information on indexed variables. For example, if ``i'' is an integer variable, then the following are legal indexed identifiers.

    a.3, 
    a.(2*i+1)



Sorin Popescu
Fri Feb 14 17:37:19 EST 1997