0
$\begingroup$

I want to know suppose that i prove that $$ f_x^{''}(x,y)<0, \forall y, $$ and $$f_y^{''}(x,y)<0, \forall x. $$ If i can say that f(x,y) is concave? because, $$ f(x+\delta x,y+\delta y)

The test by hessain matrix is just suitable for certain point. I can't find any law for my problem. many thanks!!

  • 0
    I mean $$f^{''}_{xx}$$, and $$f^{''}_{yy}$$. It's a typo.2017-01-26
  • 0
    I downvoted because this question is more suitable for math.se. Anyway, consider $f(x) = x^T \begin{bmatrix} -1 & 10\\ 10 & -1\end{bmatrix}x$, the hessian of $f(x)$ is indefinite. This problem is non concave even though $f_{xx} = f_{yy} > 0$2017-01-26
  • 0
    thank you for the explaination. but as for your function, $$f=-x^2_1+20x_1x_2-x^2_2$$. it is also concave according to matlab simulation. i don't know how to add the picture here.2017-01-26
  • 0
    The restriction of $f$ to the diagonal $x_1=x_2$ is $18 x_1^2$...2017-01-26
  • 0
    Please accept my answer or indicate what is missing.2018-03-12

1 Answers 1

0

The answer is negative, consider $$f(x) = x^T \begin{pmatrix} -10 & 1 \\ 1 & -10 \end{pmatrix}x,$$ whose hessian is indefinite.