summaryrefslogtreecommitdiff
path: root/exam.sce~
diff options
context:
space:
mode:
Diffstat (limited to 'exam.sce~')
-rw-r--r--exam.sce~5
1 files changed, 0 insertions, 5 deletions
diff --git a/exam.sce~ b/exam.sce~
deleted file mode 100644
index ae3a2eb..0000000
--- a/exam.sce~
+++ /dev/null
@@ -1,5 +0,0 @@
-function y = f(x)
- y = 3*x(1)^2 + 2*x(1)*x(2) + x(2)^2 - 4*x(1) + 5*x(2) ;
-endfunction
-
-[xval, fval, status, gradient, hessian] = intfminunc(f,[1], [1 2],[2 6])