commands → vector

vector(N)

The vector command constructs the N dimensional zero vector.

Examples

vector(5);
	[0,0,0,0,0]