arguments: vector i >> ring_elem; OR matrix i >> vector; OR matrix i j >> ringelem
Vector version: yields the i th coefficient of the vector. Matrix versions: Place either the i th column of the matrix, or the (i,j) th entry of the matrix onto the stack.
Go to main index.
Go to concepts index.