Is it true that x'*A*x<=x'*h*x ?
Still, A is square matrix, h is eigenvalue, x is random vector.
Try A =
(1 0)
(0 2)
with h = 1 and x = (0 1)
Ken Pledger.
Is my assumption right?
Yes. All you need is for A to be real and symmetric. See
http://en.wikipedia.org/wiki/Rayleigh_quotient and
http://www.umiacs.umd.edu/~shaohua/enee739q_cmsc858c/RayleighsQuotient.pdf
.
This last link shows that a stationary point of the Rayleigh quotient
yields an eigenvalue, and since the max/min of the rayleigh quotient
corresponds to a stationary point, these max and min ratios are the
largest and smallest eigenvalues.
R.G. Vickson