Skip to content

Commit

Permalink
Create Lec9-Duality-Gap-Example.gnuplot.script
Browse files Browse the repository at this point in the history
  • Loading branch information
deltadbu committed Dec 19, 2024
1 parent 4204ba7 commit 39c73c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Lectures/Lec9-Duality-Gap-Example.gnuplot.script
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
set grid
set xlabel "x1"
set ylabel "x2"
splot [-100:100] [y=-100:100] x*y - x - y + 10*(x*x + y*y - 1 ) with pm3d
pause
splot [-100:100] [y=-100:100] x*y - x - y + 0.5*(x*x + y*y - 1 ) with pm3d
pause
splot [-100:100] [y=-100:100] x*y - x - y + 0.1*(x*x + y*y - 1 ) with pm3d

0 comments on commit 39c73c3

Please sign in to comment.