diff --git a/beginner_source/blitz/autograd_tutorial.py b/beginner_source/blitz/autograd_tutorial.py index 98e70a251d6..5410a2f0ee8 100644 --- a/beginner_source/blitz/autograd_tutorial.py +++ b/beginner_source/blitz/autograd_tutorial.py @@ -101,7 +101,7 @@ ############################################################### # You should have got a matrix of ``4.5``. Let’s call the ``out`` # *Tensor* “:math:`o`”. -# We have that :math:`o = \frac{1}{4}\sum_i z_i`, +# We have that :math:`o = \frac{1}{4}\sum_i z_i`, where # :math:`z_i = 3(x_i+2)^2` and :math:`z_i\bigr\rvert_{x_i=1} = 27`. # Therefore, # :math:`\frac{\partial o}{\partial x_i} = \frac{3}{2}(x_i+2)`, hence