Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-09-10 13:08 56ff42bd

View on Github →

feat(linear_algebra/matrix/transvection): matrices are generated by transvections and diagonal matrices (#8898) One version of Gauss' pivot: any matrix can be obtained starting from a diagonal matrix and doing elementary moves on rows and columns. Phrased in terms of multiplication by transvections.

Estimated changes