Computing the rank and signature of a quadratic form - quick way?

2k Views Asked by At

Is there a 'quick way' of computing the rank and signature of the quadratic form $$q(x,y,z) = xy - xz$$ as I can only think of doing the huge computation where you find a basis such that the matrix of this quadratic form only has entries on the diagonal and compute it that way. Even doing that I must have made a mistake somewhere and seeing as this question is only worth 4 marks (it's a past exam question which doesn't have a mark scheme) then I thought that was rather a lot of work.

2

There are 2 best solutions below

0
On BEST ANSWER

Hint:

1) $$ xy-xz=x(y-z) $$

2) $$ ab=\left(\frac{a+b}{2}\right)^2-\left(\frac{a-b}{2}\right)^2 $$

0
On

A generalization, let $x,y,z$ be complex vectors of dimension $n$. Then the matrix $xy^*-xz^*=x(y-z)^*$ has rank at most one. The innertia contains $n-1$ zeros.