0

If a quadratic form is represented as a matrix, it may not be symmetric, but there must exist a representation that is symmetric (or Hermitian if complex). But is the reverse true? That is, do all symmetric and Hermitian matrices represent a quadratic form (except maybe in the case where matrices are all zeros)?

Davey
  • 113

1 Answers1

1

Roughly speaking, for a field $F$ with $char F\ne 2$, there is a correspondence between symmetric bilinear forms and quadratic forms (Proposition 1.6 in Pfister's Book). So, the answer for your question is "yes" for real/complex symmetric matrices.

For a more detailed exposition on quadratic forms over fields (and a proof of the above cited Proposition) I recommend Introduction To Quadratic Forms Over Fields or Quadratic Forms with Applications to Algebraic Geometry and Topology.

  • Ok so, for char ≠ 2
    1. every matrix has an associated bilinear form
    2. every symmetric matrix has an associated bilinear form
    3. every symmetric bilinear form has an associated quadratic form
    – Davey Dec 28 '23 at 18:18