Input: integrate(2*x + 1, x, 1, 3)
Write: `integrate(2*x + 1, x, 1, 3)`
Output: $$ \int _{1}^{3} (2\ x+1)\ dx == 10 $$ Result:$$10$$