Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-05-31 13:18 2af69127

View on Github →

feat(linear_algebra): the determinant of an endomorphism (#7635) linear_map.det is the determinant of an endomorphism, which is defined independent of a basis. If there is no finite basis, the determinant is defined to be equal to 1. This approach is inspired by linear_map.trace.

Estimated changes