lpetrich
Contributor
I decided on a separate thread because there are lots of interesting things here. A group generalizes certain properties of addition and multiplication:
Associative: (a*b)*c = a*(b*c)
Identity: a*e = e*a = a
Inverse: a*inv(a) = inv(a)*a = e
The operation can also be commutative -- a*b = b*a -- and a commutative group is often called an abelian one, after Norwegian mathematician Niels Henrik Abel (1802 - 1829). Does that make a noncommutative group a cainian one?
Groups can be finite or infinite, and infinite ones can be discrete or continuous. Continuous ones are often called Lie groups ("Lee"), after Norwegian mathematician Marius Sophus Lie (1842 - 1899). Lie groups are generated by "Lie algebras", formed from directions of departure of the group's elements from the identity element.
I have written a big Lie-algebra calculator, and you can download it from My Science and Math Stuff. It's in Mathematica, Python, and C++.
Associative: (a*b)*c = a*(b*c)
Identity: a*e = e*a = a
Inverse: a*inv(a) = inv(a)*a = e
The operation can also be commutative -- a*b = b*a -- and a commutative group is often called an abelian one, after Norwegian mathematician Niels Henrik Abel (1802 - 1829). Does that make a noncommutative group a cainian one?
Groups can be finite or infinite, and infinite ones can be discrete or continuous. Continuous ones are often called Lie groups ("Lee"), after Norwegian mathematician Marius Sophus Lie (1842 - 1899). Lie groups are generated by "Lie algebras", formed from directions of departure of the group's elements from the identity element.
I have written a big Lie-algebra calculator, and you can download it from My Science and Math Stuff. It's in Mathematica, Python, and C++.