Skip to content

Commit a71f427

Browse files
committed
Update docs/src/tutorials/nonlinear/user_defined_hessians.jl
1 parent 3d3b285 commit a71f427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/nonlinear/user_defined_hessians.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import Ipopt
5858

5959
# ```math
6060
# \begin{array}{r l}
61-
# V(x_1, x_z) = \max\limits_{y} & x_1^2 y_1 + x_2^2 y_2 - x_1 y_1^4 - 2 x_2 y_2^4 \\
61+
# V(x_1, x_2) = \max\limits_{y} & x_1^2 y_1 + x_2^2 y_2 - x_1 y_1^4 - 2 x_2 y_2^4 \\
6262
# s.t. & (y_1 - 10)^2 + (y_2 - 10)^2 \le 25
6363
# \end{array}
6464
# ```

0 commit comments

Comments
 (0)