Distributed Optimization and Machine Learning · Instructor: Prof. Mayank Baranwal
Let A = \begin{pmatrix} 2 & 1 & 0 \\ 1 & k & 1 \\ 0 & 1 & 2 \end{pmatrix}. Which of the following are true?
Let B = \begin{pmatrix} 3 & 1 & 0 \\ 1 & \alpha & 1 \\ 0 & 1 & 3 \end{pmatrix}. Which of the following statements are true? Hint: A matrix B is symmetric if B = B^T. For positive definiteness, check the signs of the leading principal minors. The sum of eigenvalues equals the trace.
Consider the differential equation \dot{x}(t) = -3x(t) + 6 with x(0) = x_0. Which of the following are true?
Which of the following functions are convex on their specified domains? Hint: For a twice-differentiable f(x) on \mathbb{R}, f is convex if f''(x) \geq 0. For multivariable functions the Hessian must be positive semi-definite. The pointwise maximum of convex functions is convex.
Let f(x,y) = x^2 + y^3 - 4x - 3y + 5. Which of the following are true?
If an interior point x^* is a local extremum (minimum or maximum) of a differentiable function f(x), then:
Which of the following is true about a convex function f: \mathbb{R} \to \mathbb{R}?
For a twice-differentiable function f: \mathbb{R} \to \mathbb{R}, if f'(a) = 0 and f''(a) > 0 at a point x=a, then x=a is a: