Skip to content

Commit

Permalink
Fix typo in gradient calculation
Browse files Browse the repository at this point in the history
Resolves #49
  • Loading branch information
devksingh4 authored Nov 1, 2024
1 parent d693952 commit ba9963d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notes/optimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ x_1 \\
x_2 \\
\end{bmatrix}}) = -
\begin{bmatrix}
30x_1 + 1 \\
30x_1^2 + 1 \\
-2x_2 \\
\end{bmatrix}
\]
Expand All @@ -695,11 +695,11 @@ x_2 \\
2 \\
\end{bmatrix}}) = -
\begin{bmatrix}
30 \times 2 + 1 \\
30 \times 4 + 1 \\
-2 \times 2 \\
\end{bmatrix} =
\bf{\begin{bmatrix}
-61 \\
-121 \\
4 \\
\end{bmatrix}}
\]
Expand Down

0 comments on commit ba9963d

Please sign in to comment.