A 5 Nptel
A 5 Nptel
μ1=μ2=μ3=1
μ1=μ2=μ3=0
μ1=μ3=0,μ2=1
μ1=μ2=0,μ3=1
Yes, the answer is correct.
Score: 1
Accepted Answers:
μ1=μ2=μ3=0
1 point
Gradient based algorithm methods compute
only step length at each iteration
both direction and step length at each iteration
only direction at each iteration
none of the above
Yes, the answer is correct.
Score: 1
Accepted Answers:
both direction and step length at each iteration
1 point
The point on the plane x+y−2z=6
that is closest to the origin is
(0, 0, 0)
(1, 1, 1)
(−1, 1, 2)
(1, 1, −2)
Yes, the answer is correct.
Score: 1
Accepted Answers:
(1, 1, −2)
1 point
Find the maximum value of f(x,y)=49−x2−y2
subject to the constraints x+3y=10
.
49
46
59
39
Yes, the answer is correct.
Score: 1
Accepted Answers:
39
1 point
The minimum value of f(x,y)=x2+4y2−2x+8y
subject to the constraint x+2y=7
occurs at the below point:
(5, 5)
(−5, 5)
(1, 5)
(5, 1)
Yes, the answer is correct.
Score: 1
Accepted Answers:
(5, 1)
1 point
Which of the following statements is/are NOT TRUE with respect to the multi variate
optimization?
I - The gradient of a function at a point is parallel to the contours
II - Gradient points in the direction of greatest increase of the function
III - Negative gradients points in the direction of the greatest decrease of the
function
IV - Hessian is a non-symmetric matrix
I
II and III
I and IV
III and IV
Yes, the answer is correct.
Score: 1
Accepted Answers:
I and IV
1 point
The solution to an unconstrained optimization problem is always the same as the
solution to the constrained one.
True
False
Yes, the answer is correct.
Score: 1
Accepted Answers:
False
1 point
A manufacturer incurs a monthly fixed cost of $7350 and a variable cost,
C(m)=0.001m3−2m2+324m
dollars. The revenue generated by selling these units is, R(m)=−6m2+1065m
. How many units produced every month (m) will generate maximum profit?
m=46
m=90
m=231
m=125
Yes, the answer is correct.
Score: 1
Accepted Answers:
m=90
1 point
Consider an optimization problem minx1,x2x2−xy+y2
subject to the constraints
2x+y≤1
x+2y≥2
x≥−1
Find the lagrangian function for the above optimization problem.
L(x,y,µ1,µ2,µ3)=x2−xy+y2+µ1(2x+y−1)+µ2(2−x−2y)+µ3(−x−1)
L(x,y,µ1,µ2,µ3)=x2−xy+y2+µ1(2x+y−1)+µ2(x+2y−2)+µ3(−x−1)
L(x,y,µ1,µ2,µ3)=x2−xy+y2+µ1(2x+y−1)+µ2(x+2y−2)+µ3(x+1)
L(x,y,µ1,µ2,µ3)=x2−xy+y2+µ1(1−2x−y)+µ2(2−x−2y)+µ3(−x−1)
Yes, the answer is correct.
Score: 1
Accepted Answers:
L(x,y,µ1,µ2,µ3)=x2−xy+y2+µ1(2x+y−1)+µ2(2−x−2y)+µ3(−x−1)