We have a function $f(u)= u^{T}N^TNu$ where $u$ is a $n$-dimensional vector and $N$ is a $n\times n$ matrix. Is this a strictly convex function in $u$?
I know that if the hessian of $f(u)$ with respect to $u$, which is $N^TN$, is a positive definite matrix, then $f(u)$ is strictly convex in $u$. But, if $N^TN$ is a positive semi-definite matrix, then we cannot say it is not strictly convex (indeed it is convex), maybe it still is. Now, in the case that $N^TN$ is a positive semi-definite matrix, what can we say about whether it is strictly convex or not?
Thanks,