In LaTeX, equations are numbered mechanically by default. Nonetheless, there could also be instances whenever you wish to reset the equation numbering, for instance, when you find yourself beginning a brand new part or chapter. To do that, you should utilize the setcounter{equation}{0} command. This command will reset the equation counter to 0, in order that the following equation will likely be numbered 1.
Right here is an instance of the way to use the setcounter{equation}{0} command: