I have an expression that results in something like this: Subscript[A, 1] + Subscript[x, 3] (Subscript[A, 1] Subscript[k, 11] + {0, 0, 0}[Subscript[x, 1], Subscript[x, 2]] For simplicity’s sake, out:= A1+x3(A1K11+ {0,0,0}[x1,x2]) All numbers are subscripts. I know that {0,0,0}[x1,x2] =0 How can I tell that to Mathematica? there are multiple instances of the sameRead more