Give is the quadratic form:
$q(x,y,z,t) = x^2 + (4 + λ)y^2 + (1 + 4λ)z^2 + λt^2 + 4xy + 2xz + 4(1 − λ)yz + 2λyt + (1 − 4λ)zt $
I should compute the signature of $q$.
I load it into a matrix:
$q(x,y,z,t) =\begin{bmatrix} x&y&z&t \end{bmatrix}\begin{bmatrix} 1&2&1&0\\2&4+\lambda&2(1-\lambda)& \lambda\\1&2(1-\lambda)&1+4\lambda&1/2(1-4\lambda)\\0&\lambda&1/2(1-4\lambda)&\lambda \end{bmatrix}\begin{bmatrix} x\\y\\z\\t \end{bmatrix}$
Now I'm stuck.
How do I move on from here? Simplifying is a mess, is there another way?
Note that you can write
\begin{equation} q(x,y,z,t) = (x+2y+z)^2 + \frac{1}{4}(z+t)^2 - \frac{1}{4}(z-t)^2 + \lambda (y-2z+t)^2 \end{equation}
The answer should follow immediately from this.