How to define several tensor components in one with Maple?
Is there a way to define tensor components without addressing each component individually? Suppose I define a tensor A[a, mu], where Latin letters are space coordinates and Greek letters are space-time coordinates. Is there an easy way to define multiple components without having to define each component separately. For example, A[a,0] = 0 and A[a,i] = LeviCevita[a,i,j].