▲ | xeonmc 2 days ago | |
Would one be correct to say that square matrices are an example of monoids, since they have an identity element and are associative, but might not necessarily have inverses if their determinant is zero? | ||
▲ | ndriscoll 2 days ago | parent | next [-] | |
Additionally, if you restrict to invertible matrices with matrix multiplication, they are also a monoid (so they are a submonoid), and in fact a group, the general linear group. If you restrict again to matrices with determinant 1, it's again itself a group (a subgroup, and also a submonoid), the special linear group. | ||
▲ | sd9 2 days ago | parent | prev | next [-] | |
The operation is important too. Square matrices over integers with matrix multiplication is (just) a monoid. Square matrices with addition are a monoid too (but also a group, because there is an additive inverse). Put it all together and it’s called a ring | ||
▲ | Jaxan 2 days ago | parent | prev [-] | |
Yes |