We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a049131 commit 2cf5301Copy full SHA for 2cf5301
Lectures/autodiff.jl
@@ -725,7 +725,7 @@ md"""
725
* Initialize ``\partial s_3 / \partial s_1 = \partial s_3 / \partial s_2 = \partial s_3 / \partial x = 0``
726
* First part: ``\partial s_3/\partial s_1 \mathrel{\raise{0.19ex}{\scriptstyle+}} = 1``
727
- ``\partial s_3 / \partial x \mathrel{\raise{0.19ex}{\scriptstyle+}} = 1 \cdot 1 \vert_{x=3}``
728
-* Second part: ``\partial s_3/\partial s_1 \mathrel{\raise{0.19ex}{\scriptstyle+}} = 1``
+* Second part: ``\partial s_3/\partial s_2 \mathrel{\raise{0.19ex}{\scriptstyle+}} = 1``
729
- ``\partial s_3 / \partial x \mathrel{\raise{0.19ex}{\scriptstyle+}} = 1 \cdot 2x \vert_{x=3}``
730
* The result is ``\partial s_3 / \partial x = 7``.
731
"""]))
0 commit comments