If you have:
a*a*a
you can represent it as:
a^3
Is there a similar notation to collapse
a*b*c
to some form:
?^3
where ? represents "a", "b", and "c" (different quantities) multiplied together?
If you have:
a*a*a
you can represent it as:
a^3
Is there a similar notation to collapse
a*b*c
to some form:
?^3
where ? represents "a", "b", and "c" (different quantities) multiplied together?
One thing we could do is index our variables using subscripts: $$ (x_1)(x_2)\cdots(x_{999})(x_{1000}) = \prod_{n=1}^{1000} x_n $$