contestada

What is a process that returns to its beginning and repeat it self in the same sequence

Respuesta :

r3t40

It is also known as iteration. It is used mostly in computer programming with for and for each loops in which iteration is present. In mathematics there are some "interational operations" like product and sum for eg:

[tex]

J=\sum_{i=1}^{n}J_i\Longrightarrow J_1+J_2+\dots+J_{\infty}

[/tex]

The above equation describes the summation of J alike variables n times.