Let \begin{pmatrix} a & b \\ b & c \end{pmatrix} be a positive definite matrix. How can I calculate the volume of $$M:=\big\{(x,y,z)\in \mathbb R^3\,:\,ax^2+2bxy+cy^2\leq z \leq 3\big\}\,?$$
I am not sure whe the property of the matrix comes into play...
$ax^2+2bxy + cy^2 = \begin{bmatrix} x&y\end{bmatrix}\begin{bmatrix} a&b\\b&c\end{bmatrix}\begin{bmatrix} x\\y\end{bmatrix} \le z \le 3 $
Compare this matrix with what you show above.
M is an elliptical paraboloid.
Since this matrix is symmetric, it can be daigonalized with ortho-normal basis.
$\mathbf x^T P^T \Lambda P \mathbf x \le z \le 3$
and since P is ortho-normal it doesn't distort distances (or volumes), and we can say
$\mathbf x^T \Lambda \mathbf x \le z \le 3$
or
$\lambda_1 x^2 + \lambda_2 y^2 \le z$
Integrating in polar coordinates:
$\int_0^{2\pi}\int_0^3\int_0^{\sqrt z} \frac {r}{\sqrt{\lambda_1\lambda_2}} \ dr\ dz\ d\theta\\ \int_0^{2\pi}\int_0^3\frac {r^2}{2\sqrt{\lambda_1\lambda_2}} |_0^{\sqrt z}\ dz\ d\theta\\ \int_0^{2\pi}\int_0^3\frac {z}{2\sqrt{\lambda_1\lambda_2}} \ dz\ d\theta\\ \int_0^{2\pi}\frac {z^2}{4\sqrt{\lambda_1\lambda_2}} |_0^{3}\ d\theta\\ \frac {9\pi}{2\sqrt{\lambda_1\lambda_2}} $
The product of eigenvalues?
$\lambda_1\lambda_2 = ac-b^2$