Skip to content

Commit

Permalink
Merge pull request #30 from SamTov/update_documentation_SamTov
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
SamTov authored Jul 9, 2021
2 parents 5944045 + b010d2c commit 5ac6fbc
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 118 deletions.
31 changes: 30 additions & 1 deletion docs/source/_theory/algebra.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,33 @@ arbitrary complexity, e.g.
2\cdot x + 1 = 5
please solve for x.
please solve for x.

While this is in fact Algebra the concept goes far beyond replacing some numbers
with letters and torturing students for hours on end with systems of linear
equations.

*More to come*

Lie Algebra
^^^^^^^^^^^
A type of algebra we will come across in this package quite a lot is known as
Lie algebra. A Lie algebra is vector space :math:`\mathcal{g}` together with an
operation referred to as the Lie bracket. This operation should be an alternating
bi-linear map (:math:`\mathcal{g} \circ \mathcal{g} \rightarrow \mathcal{g}`)
satisfying the Jacobi identity:

.. math::
[X, [Y, X]] + [Y, [Z, X]] + [Z, [X, Y]] = 0.
What this identity implies is that we can commute elements of the Lie algebra
[A, B] and generate either 0 or a new element C. C can take on two possibilities:

1.) C is a linear combination of A and B
2.) C is a new element of the algebra.

While there is the possibility that this commutation property can go on
indefinitely, typically a finite number of these elements are found. This is a
defining property of a Lie algebra.

10 changes: 5 additions & 5 deletions docs/source/_theory/mathematical_groups.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Mathematical Groups
===================

We will talk a lot about groups and Lie groups in the theory sections, so it is important to have some
background on what a group is and why they are interesting. The first step is understanding up the
background on what a group is and why they are interesting. The first step is understanding the
notion of a *set*. Without getting into the details (and there are many details), a set is a collection of objects
which may or may not have a relationship to one another. The integers are a archetypal example of a *set* which we
which may or may not have a relationship to one another. The integers are an archetypal example of a *set* which we
write as:

.. math::
Expand Down Expand Up @@ -121,9 +121,9 @@ of the theory and if interested, you should go and see the :ref:`algebra` part o
studying operations in physics, we will often come across certain symmetries. These can arise in all areas from
classical mechanics and quantum mechanics through general relativity and string theory. These symmetries allow us to
make some assumptions about what it is we are studying. If the operators we are studying appear to form a Lie group,
we can then use all the information and properties of Lie groups as mathematical tools to study our system. This is,
it a vastly simplified summary, the benefit of identifying and understanding Lie groups. On a mathematical level, the
benefits of Lie groups arise mostly in their underlying algebra, and so I will leave it to the algebra section to
we can then use all the information and properties of Lie groups as mathematical tools to study our system.
This is -- in a vastly simplified summary -- the benefit of identifying and understanding Lie groups. On a mathematical level, the
benefits of Lie groups arise mostly in their underlying algebra and so I will leave it to the algebra section to
outline these.

References
Expand Down
Loading

0 comments on commit 5ac6fbc

Please sign in to comment.