Loren Booda
- 3,115
- 4
I would like an example in Latex of a product with indices n=1 to N for bN, all minus 1, finally equal to bZ. I have not been able to find the original Latex tutorials.
The discussion centers on creating a LaTeX representation of a mathematical product with indices from n=1 to N for bN, all minus 1, equating to bZ. The correct LaTeX syntax provided is b_Z = \prod_{n=1}^N (b_n - 1), although the user clarified that the "-1" should be outside the product. This highlights the importance of precise language in mathematical descriptions and the need for clear examples in LaTeX tutorials.
Mathematicians, students, educators, and anyone interested in typesetting mathematical documents using LaTeX.
Loren Booda said:I would like an example in Latex of a product with indices n=1 to N for bN, all minus 1, finally equal to bZ. I have not been able to find the original Latex tutorials.