Macaulay2 » Documentation
Packages » RealRoots :: signature
next | previous | forward | backward | up | index | toc

signature -- the signature of a symmetric matrix with rational entries

Description

This computes the signature of the symmetric matrix M with rational entries.

i1 : signature(matrix{{1,-2,3/5},{-2,-16,9},{3/5,9,13}})

o1 = 1

Ways to use signature:

  • signature(Matrix)

For the programmer

The object signature is a method function.


The source of this document is in RealRoots.m2:981:0.