In symmetric matrices,
- Product of pivots = determinant of that matrix
- Determinant of the matrix = Product of eigenvalues
- Therefore the product of eigenvalues = product of pivots.
Do any or all of the above apply to matrices that are not symmetric?
In symmetric matrices,
Do any or all of the above apply to matrices that are not symmetric?
I'm not sure what you mean by the "pivots"; there is no unique row-echelon form for any particular matrix and moreover Gaussian elimination (in particular, row-swapping and row-scaling) does not preserve determinants.
But you can say the following: elementary matrices that add a multiple of one row to a different row have determinant 1. It follows from multiplicity of the determinant that applying any sequence of such elementary operations (only) to any matrix (symmetric or not) leaves the determinant unchanged. If the resulting matrix is upper-triangular, the determinant of the matrix is the product of the diagonal entries.
As for property (2); as the constant term in the characteristic polynomial the determinant of a matrix is always the product of its eigenvalues, with appropriate algebraic multiplicity. Note that if the matrix is not symmetric, the determinant is the product of all eigenvalues, not just the real ones.