diff --git a/Lectures/Lec9-Duality-Gap-Example.gnuplot.script b/Lectures/Lec9-Duality-Gap-Example.gnuplot.script new file mode 100644 index 0000000..9274181 --- /dev/null +++ b/Lectures/Lec9-Duality-Gap-Example.gnuplot.script @@ -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 +