Algebraic structure Updated +Created
A set plus any number of functions , such that each satisfies some properties of choice.
Key examples:
  • group: one function
  • field: two functions
  • ring: also two functions, but with less restrictive properties
Commutative ring Updated +Created
Two ways to see it:
Distributive property Updated +Created
One of the defining properties of algebraic structure with two operations such as ring and field:
This property shows how the two operations interact.
Division ring Updated +Created
Two ways to see it:
Field (mathematics) Updated +Created
A ring where multiplication is commutative and there is always an inverse.
A field can be seen as an Abelian group that has two group operations defined on it: addition and multiplication.
And then, besides each of the two operations obeying the group axioms individually, and they are compatible between themselves according to the distributive property.
Basically the nicest, least restrictive, 2-operation type of algebra.
Matrix exponential Updated +Created
Is the solution to a system of linear ordinary differential equations, the exponential function is just a 1-dimensional subcase.
Note that more generally, the matrix exponential can be defined on any ring.
The matrix exponential is of particular interest in the study of Lie groups, because in the case of the Lie algebra of a matrix Lie group, it provides the correct exponential map.
Video 1.
How (and why) to raise e to the power of a matrix by 3Blue1Brown (2021)
Source.
Matrix ring Updated +Created
The matrix ring of degree n is the set of all n-by-n square matrices together with the usual vector space and matrix multiplication operations.
This set forms a ring.
Polynomial over a ring Updated +Created
The usual definition of a polynomial is over a field as shown at polynomial over a field.
However, there is nothing in the immediate definition that prevents us from having a ring instead, i.e. a field but without the commutative property and inverse elements.
The only thing is that then we would need to differentiate between different orderings of the terms of multivariate polynomial, e.g. the following would all be potentially different terms:
while for a field they would all go into a single term:
so when considering a polynomial over a ring we end up with a lot more more possible terms.
If the ring is a commutative ring however, polynomials do look like proper polynomials: Section "Polynomial over a commutative ring".
Polynomial ring Updated +Created
The polynomials together with polynomial addition and multiplication form a commutative ring.
Ring (mathematics) Updated +Created
A Ring can be seen as a generalization of a field where:
Addition however has to be commutative and have inverses, i.e. it is an Abelian group.
The simplest example of a ring which is not a full fledged field and with commutative multiplication are the integers. Notably, no inverses exist except for the identity itself and -1. E.g. the inverse of 2 would be 1/2 which is not in the set. More specifically, the integers are a commutative ring.
A polynomial ring is another example with the same properties as the integers.
The simplest non-commutative, non-division is is the set of all 2x2 matrices of real numbers:
  • we know that 2x2 matrix multiplication is non-commutative in general
  • some 2x2 matrices have a multiplicative inverse, but others don't
Note that is not a ring because you can by addition reach the zero matrix.