Required Reading
Mathematics and physics principles required to understand the theory described on this site

Introduction
The scientific notation I will be using throughout the rest of the site, are rows or lower indices for covectors (covariant vectors) and columns or upper indices for vectors (contravarient vectors) as per Einstein index notation. You create the covector by taking the complex conjugate transpose of the vector. For in-depth explanation, please expand the various subjects below.
Please click the titles to expand the section to see content for each subject:
Einstein Notation
In mathematics, especially in applications of linear algebra to physics, the Einstein notation or Einstein summation convention is a notational convention that implies summation over a set of indexed terms in a formula, thus achieving notational brevity. As part of mathematics it is a notational subset of Ricci calculus; however, it is often used in applications in physics that do not distinguish between tangent and cotangent spaces. It was introduced to physics by Albert Einstein in 1916.
Einstein notation will be what I will use throughout the rest of the document, which will employ the standard of lower indices for covectors (rows) and upper indices for contravariant vectors (columns) as per Einstein index notation. You get the covector by taking the complex conjugate transpose of the vector.
Bra-Ket Notation
In quantum mechanics, bra–ket notation is a common notation for quantum states, i.e. vectors in a \CC Hilbert space on which an algebra of observables acts. More generally the notation uses the angle brackets (the \rangle and \langle symbols) and a vertical bar (the | symbol), for a ket (for example, \ket{A} ) to denote a vector in an abstract usually \CC vector space A and a bra, (for example, \bra{f} ) to denote a linear functional f on A.
The natural pairing of a linear function f = \bra{f} with a vector v = \ket{v} is then written as \braket{f \vert v} . On Hilbert spaces, the scalar product ( , ) (with anti linear first argument) given an (anti-linear) identification of a vector ket \psi = \ket{\psi} with a linear functional bra (\phi,\ ) = \bra{\phi} . Using this notation, the scalar product (\phi,\psi) = \braket{\phi \vert \psi} . For the vector space \CC^n , kets can be identified with column vectors, and bras with row vectors.
Grokipedia Articles
Examples
Einstein Notation
A^{\mu} B_{\nu} = A \otimes B
A_{\mu} B^{\nu} = A \cdot B
Bra-Ket Notation
\ket{A} \bra{B} = A \otimes B
\braket{A \vert B} = A \cdot B
Inner, Dot & Scalar Product
Geometrically, it is the product of the Euclidean magnitudes of the two vectors and the cosine of the angle between them. In the case of vector spaces, the dot product is used for defining lengths (the length of a vector is the square root of the dot product of the vector by itself) and angles (the cosine of the angle of two vectors is the quotient of their dot product by the product of their lengths).
An inner product space is a vector space with an additional structure called an inner product. This additional structure associates each pair of vectors in the space with a scalar quantity known as the inner product of the vectors. Inner products allow the rigorous introduction of intuitive geometrical notions such as the length of a vector or the angle between two vectors. They also provide the means of defining orthogonality between vectors (zero inner product). Inner product spaces generalize Euclidean spaces (in which the inner product is the dot product, also known as the scalar product) to vector spaces of any (possibly infinite) dimension, and are studied in functional analysis.
More precisely, for a real vector space, an inner product A_{\mu} B^{\nu} satisfies the following properties shown.
The dot and inner product are commutative, meaning:
A \cdot B = \overline{B \cdot A}
For all vectors A and B.
Inner Product
Inner Product
Grokipedia Articles
Examples
Inner, Dot & Scalar Product
\begin{aligned} A_{\mu} B^{\nu} &= \begin{bmatrix} a & b \end{bmatrix} \begin{bmatrix} c \\ d \end{bmatrix} \\ &= ac + bd \end{aligned}
\begin{aligned} A_{\mu} B^{\nu} &= \braket{A \vert B} \\ &= A \cdot B \\ &= {A}^\dagger{B} \\ \end{aligned}
\begin{aligned} A_{\mu} B^{\nu} &= \overline{B \cdot A} \\ &= {B}^\dagger{A} \\ &= B_{\nu} A^{\mu} \end{aligned}
Cross Product
The cross product or vector product (occasionally directed area product to emphasize the geometric significance) is a binary operation on two vectors in three-dimensional space (\RR^3 ) and is denoted by the symbol \times . Given two linearly independent vectors A and B, the cross product A \times B is defined as a vector C that is perpendicular (orthogonal) to both A and B, with a direction given by the right-hand rule and a magnitude equal to the area of the parallelogram that the vectors span.
Exterior & Wedge Product
The exterior product or wedge product of vectors is an algebraic construction used in geometry to study areas, volumes, and their higher-dimensional analogues. The exterior product of two vectors A and B, denoted by A \wedge B , is called a bivector and lives in a space called the exterior square, A vector space that is distinct from the original space of vectors. The magnitude of A \wedge B can be interpreted as the area of the parallelogram with sides A and B, which in three dimensions can also be computed using the cross product of the two vectors.
Both the cross product and wedge product are anti-commutative, meaning:
A \times B = - B \times A
A \wedge B = - B \wedge A
For all vectors A and B.
Cross & Wedge Product
Cross & Wedge Product
Grokipedia Articles
Examples
Cross Product
Wedge Product
\begin{aligned} A^{\mu} \times B^{\nu} &= \begin{bmatrix} a \\ b \end{bmatrix} e_i \times \begin{bmatrix} c \\ d \end{bmatrix} e_j \\ &= det \begin{bmatrix} a & c \\ b & d \end{bmatrix} e_k \\ &= |ad - bc| e_k \end{aligned}
\begin{aligned} A^{\mu} \wedge B^{\nu} &= \begin{bmatrix} a \\ b \end{bmatrix} e_i \wedge \begin{bmatrix} c \\ d \end{bmatrix} e_j \\ &= det \begin{bmatrix} a & c \\ b & d \end{bmatrix} \\ &= |ad - bc| \end{aligned}
Outer & Tensor Product
The outer product of two coordinate vectors is a matrix. If the two vectors have dimensions n and m, then their outer product is an n × m matrix. More generally, given two tensors (multidimensional arrays of numbers), their outer product is a tensor. The outer product of tensors is also referred to as their tensor product and can be used to define the tensor algebra.
Kronecker Product
The Kronecker product, sometimes denoted by \otimes is an operation on two matrices of arbitrary size resulting in a block matrix. It is a generalization of the outer product (which is denoted by the same symbol) from vectors to matrices, and gives the matrix of the tensor product with respect to a standard choice of basis. The Kronecker product should not be confused with the usual matrix multiplication, which is an entirely different operation.
Like the cross product, the outer product is anti-commutative, meaning that.
A \otimes B = - B \otimes A
For all vectors A and B.
Grokipedia Articles
Examples
Outer & Tensor Product
\begin{aligned} A^{\mu} B_{\nu} &= \ket{A} \bra{B} \\ &= A \otimes B \\ &= {A}{B}^\dagger \end{aligned}
\begin{aligned} A^{\mu} B_{\nu} &= - B^{\nu} A_{\mu} \\ &= - B \otimes A \\ &= - {B}{A}^\dagger \end{aligned}
\begin{aligned} A^{\mu} B_{\nu} &= \begin{bmatrix} a \\ b \end{bmatrix} \begin{bmatrix} c & d \end{bmatrix} \\ &= \begin{bmatrix} ac & ad \\ bc & bd \end{bmatrix} \end{aligned}
Hadamard Product
The Hadamard product (also known as the element-wise, entrywise or Schur product) is a binary operation that takes two matrices of the same dimensions and produces another matrix of the same dimension as the operands where each element i, j is the product of elements i, j of the original two matrices. It should not be confused with the more common matrix product.
The Hadamard product is associative and distributive. Unlike the matrix product, it is also commutative.
Grokipedia Articles
Examples
Hadamard Product
\begin{aligned} A^{\mu} \odot B^{\nu} &= \ket{A} \odot \ket{B} \\ &= B^{\nu} \odot A^{\mu} \\ &= {A}{B} \end{aligned}
\begin{aligned} A_{\mu} \odot B_{\nu} &= \bra{A} \odot \bra{B} \\ &= B_{\nu} \odot A_{\mu} \\ &= {B}{A} \end{aligned}
\begin{aligned} A^{\mu} \odot B^{\nu} &= \begin{bmatrix} a \\ b \end{bmatrix} \odot \begin{bmatrix} c \\ d \end{bmatrix} \\ &= \begin{bmatrix} ac \\ bd \end{bmatrix} \end{aligned}
\begin{aligned} A_{\mu} \odot B_{\nu} &= \begin{bmatrix} a & b \end{bmatrix} \odot \begin{bmatrix} c & d \end{bmatrix} \\ &= \begin{bmatrix} ac & bd \end{bmatrix} \end{aligned}
Hodge Star Operator
In mathematics, the Hodge star operator or Hodge star is a linear map defined on the exterior algebra of a finite-dimensional oriented vector space endowed with a nondegenerate symmetric bilinear form. Applying the operator to an element of the algebra produces the Hodge dual of the element. This map was introduced by W. V. D. Hodge.
For example, in an oriented 3-dimensional Euclidean space, an oriented plane can be represented by the exterior product of two basis vectors, and its Hodge dual is the normal vector given by their cross product; conversely, any vector is dual to the oriented plane perpendicular to it, endowed with a suitable bivector.
Grokipedia Articles
Examples
Two Dimensions
  • \star 1 = dx \wedge dy
  • \star dx = dy
  • \star dy = -dx
  • \star (dx \wedge dy) = 1
Three Dimensions
A common example of the Hodge star operator is the case n = 3, when it can be taken as the correspondence between vectors and bivectors. Specifically, for Euclidean \RR^3 with the basis dx, dy, dz of one-forms often used in vector calculus, one finds that:
  • \star dx = dy \wedge dz
  • \star dy = dz \wedge dx
  • \star dz = dx \wedge dy
The Hodge star relates the exterior and cross product in three dimensions:
  • \star (u \wedge v) = u \times v
  • \star (u \times v) = u \wedge v
Applied to three dimensions, the Hodge star provides an isomorphism between axial vectors and bivectors, so each axial vector a is associated with a bivector A and vice versa, that is A = \star a, a = \star A .
Four Dimensions
In case n = 4, the Hodge star acts as an endomorphism of the second exterior power (i.e. it maps 2-forms to 2-forms, since 4 − 2 = 2). If the signature of the metric tensor is all positive, i.e. on a Riemannian manifold, then the Hodge star is an involution; if the signature is mixed, then application twice will return the argument up to a sign – see § Duality. For example, in Minkowski spacetime where n = 4 with metric signature [+,-,-,-] and coordinates [t,x,y,z] where (using \varepsilon_{0123} = 1 ):
  • \star dt = dx \wedge dy \wedge dz
  • \star dx = dt \wedge dy \wedge dz
  • \star dy = dx \wedge dt \wedge dz
  • \star dz = dx \wedge dy \wedge dt
For one-forms and for two-forms:
  • \star (dt \wedge dx) = dz \wedge dy
  • \star (dt \wedge dy) = dx \wedge dz
  • \star (dt \wedge dz) = dy \wedge dx
  • \star (dx \wedge dy) = dt \wedge dz
  • \star (dx \wedge dz) = dy \wedge dt
  • \star (dy \wedge dz) = dt \wedge dz
Because their determinants are the same in both [+,-,-,-] and [-,+,+,+] , the signs of the Minkowski space 2-form duals depend only on the chosen orientation.
An easy rule to remember for the above Hodge operations is that given a form \alpha , its Hodge dual \star \alpha may be obtained by writing the components not involved in \alpha in an order such that \alpha \wedge \star \alpha = dt \wedge dx \wedge dy \wedge dz . An extra minus sign will enter only if \alpha does not contain dt. The latter convention stems from the choice [+,-,-,-] for the metric signature. For [-,+,+,+] , one puts in a minus sign only if \alpha involves dt.
Pauli Matrices (2D)
In mathematical physics and mathematics, the Pauli matrices are a set of three 2 \times 2 complex \CC matrices which are Hermitian and unitary. Usually indicated by the Greek letter \sigma (sigma), they are occasionally denoted by \tau (tau) when used in connection with isospin symmetries.
  • \sigma_0 = \sigma_t = I_2
  • \sigma_1 = \sigma_x
  • \sigma_2 = \sigma_y
  • \sigma_3 = \sigma_z
  • \HH = \sigma_0 -(\sigma_j)i
Gell-Mann Matrices (3D)
The Gell-Mann matrices, developed by Murray Gell-Mann, are a set of eight linearly independent 3 \times 3 traceless Hermitian matrices used in the study of the strong interaction in particle physics. They span the Lie algebra of the SU(3) group in the defining representation.
Gamma Matrices (4D)
In mathematical physics, the gamma matrices, also known as the Dirac matrices, are a set of conventional matrices with specific anti-commutation relations that ensure they generate a matrix representation of the Clifford algebra C{\ell}_{1,3}(\RR) . It is also possible to define higher-dimensional gamma matrices. When interpreted as the matrices of the action of a set of orthogonal basis vectors for contravariant vectors in Minkowski space, the column vectors on which the matrices act become a space of spinors, on which the Clifford algebra of spacetime acts. This in turn makes it possible to represent infinitesimal spatial rotations and Lorentz boosts. Spinors facilitate spacetime computations in general, and in particular are fundamental to the Dirac equation for relativistic spin ½ particles.
  • \gamma^0 = \gamma^t = \sigma_3 \otimes \sigma_0
  • \gamma^1 = \gamma^x = i\sigma_2 \otimes \sigma_1
  • \gamma^2 = \gamma^y = i\sigma_2 \otimes \sigma_2
  • \gamma^3 = \gamma^z = i\sigma_2 \otimes \sigma_3
  • \gamma^5 = \sigma_1 \otimes \sigma_0 = i \gamma^0 \gamma^1 \gamma^2 \gamma^3
  • \gamma^0 is the time-like, hermitian matrix.
  • \gamma^j are space-like, anti-hermitian matrices.
Grokipedia Articles
Examples
Pauli Matrices
\sigma_0 = \begin{bmatrix*}[r] +1 & 0 \\ 0 & +1 \end{bmatrix*}
\sigma_1 = \begin{bmatrix*}[r] 0 & +1 \\ +1 & 0 \end{bmatrix*}
\sigma_2 = \begin{bmatrix*}[r] 0 & -i \\ +i & 0 \end{bmatrix*}
\sigma_3 = \begin{bmatrix*}[r] +1 & 0 \\ 0 & -1 \end{bmatrix*}
Gell-Mann Matrices
\lambda_1 = \begin{bmatrix*}[r] 0 & +1 & 0 \\ +1 & 0 & 0 \\ 0 & 0 & 0 \end{bmatrix*}
\lambda_2 = \begin{bmatrix*}[r] 0 & -i & 0 \\ +i & 0 & 0 \\ 0 & 0 & 0 \end{bmatrix*}
\lambda_3 = \begin{bmatrix*}[r] +1 & 0 & 0 \\ 0 & -1 & 0 \\ 0 & 0 & 0 \end{bmatrix*}
\lambda_4 = \begin{bmatrix*}[r] 0 & 0 & +1 \\ 0 & 0 & 0 \\ +1 & 0 & 0 \end{bmatrix*}
\lambda_5 = \begin{bmatrix*}[r] 0 & 0 & -i \\ 0 & 0 & 0 \\ +i & 0 & 0 \end{bmatrix*}
\lambda_6 = \begin{bmatrix*}[r] 0 & 0 & 0 \\ 0 & 0 & +1 \\ 0 & +1 & 0 \end{bmatrix*}
\lambda_7 = \begin{bmatrix*}[r] 0 & 0 & 0 \\ 0 & 0 & -i \\ 0 & +i & 0 \end{bmatrix*}
\lambda_8 = \frac{1}{\sqrt{3}} \begin{bmatrix*}[r] +1 & 0 & 0 \\ 0 & +1 & 0 \\ 0 & 0 & -2 \end{bmatrix*}
Gamma Matrices
\gamma^0 = \begin{bmatrix*}[r] +\sigma_0 & 0 \\ 0 & -\sigma_0 \end{bmatrix*}
\gamma^1 = \begin{bmatrix*}[r] 0 & +\sigma_1 \\ -\sigma_1 & 0 \end{bmatrix*}
\gamma^2 = \begin{bmatrix*}[r] 0 & +\sigma_2 \\ -\sigma_2 & 0 \end{bmatrix*}
\gamma^3 = \begin{bmatrix*}[r] 0 & +\sigma_3 \\ -\sigma_3 & 0 \end{bmatrix*}
\gamma^5 = \begin{bmatrix*}[r] 0 & +\sigma_0 \\ +\sigma_0 & 0 \end{bmatrix*}
Identity Matrices
I_4 = \begin{bmatrix*}[r] +\sigma_0 & 0 \\ 0 & +\sigma_0 \end{bmatrix*}
I_2 = \begin{bmatrix*}[r] +1 & 0 \\ 0 & +1 \end{bmatrix*}
Cayley-Dickson Construction
The Cayley-Dickson construction is an algebraic process that iteratively constructs a sequence of real algebras by doubling the dimension of a given algebra at each step, beginning with the Real \RR numbers and producing Complex \CC , Quaternion \HH , Octonion \OO , Sedenion \SS , and further higher-dimensional algebras.
Algebra Dimensions Ordered Commutative Associative Alternative Power Assoc Zero Divisors
Real 1 Yes Yes Yes Yes Yes No
Complex 2 No Yes Yes Yes Yes No
Quaternion 4 No No Yes Yes Yes No
Octonion 8 No No No Yes Yes No
Sedenion 16 No No No No Yes Yes
Complex Numbers
A complex number is a number that can be expressed in the form a + b\hat{i} , where a and b are \RR numbers, and \hat{i} represents the imaginary unit, satisfying the equation \hat{i}^2 = -1 . Because no real number satisfies this equation, \hat{i} as called an imaginary number. For the complex number a + b\hat{i} , a is called the real part, and b is called the imaginary part. The set of complex numbers is denoted using the symbol \CC . Despite the historical nomenclature "imaginary", complex numbers are regarded in the mathematical sciences as just as "real" as the real numbers, and are fundamental in many aspects of the scientific description of the natural world.
Quaternion Numbers
In mathematics, the quaternions are a number system that extends the compex numbers denoted using the letter \HH . They were first described by Irish mathematician William Rowan Hamilton in 1843 and applied to mechanics in three-dimensional space. A feature of \HH is that multiplication of two \HH is none-commutative. Hamilton defined a quaternion as the quotient of two directed lines in a three-dimensional space or equivalently as the quotient of two vectors.
\HH are generally represented in the form: a + \hat{i}b + \hat{j}c + \hat{k}d where a, b, c, and d are \RR numbers, and \hat{i}, \hat{j}, \hat{k} are the fundamental quaternion unit vectors.
Octonion Numbers
In mathematics, the octonions represented by the letter \OO are a normed division algebra over the real numbers, meaning it is a hypercomplex number system. Octonions have eight dimensions; twice the number of dimensions of the quaternions, of which they are an extension. They are noncommutative and nonassociative, but satisfy a weaker form of associativity; namely, they are alternative. They are also power associative.
Octonions are not as well known as the quaternions and complex numbers, which are much more widely studied and used. Octonions are related to exceptional structures in mathematics, among them the exceptional Lie groups. Octonions have applications in fields such as string theory, special relativity and quantum logic. Applying the Cayley-Dickson construction to the octonions produces the sedenions.
Sedenion Numbers
In mathematics, sedenions are 16-dimensional hypercomplex numbers that extend the octonions through the Cayley-Dickson construction, forming a power-associative algebra over the real numbers with basis elements {e_0}, {e_1} ... {e_{15}} , of if using hexidecimal notation {e_0}, {e_1} ... {e_f} , where {e_0} is the multiplicative identity and the others satisfy specific multiplication rules derived from lower-dimensional algebras. They represent the final stage in the sequence of real division algebras (reals, complexes, quaternions, octonions), beyond which the construction introduces zero divisors, rendering sedenions neither a division algebra nor a composition algebra.
Grokipedia Articles
Examples
Complex Numbers
  • \CC = \RR \times ({e_0} + {\star})
  • \CC = \RR \times ({e_0} + {e_1})
  • \CC = \RR \times ({1} + {i})
  • \CC = {e_0} + {e_1}
  • \CC = {1} + {i}
\CC \times \CC = \left[ \def \arraystretch{1.2} \begin{array}{c:c} {+e_0} & {+e_1} \\ \hdashline {+e_1} & {-e_0} \end{array} \right]
\CC \times \CC = \left[ \def \arraystretch{1.2} \begin{array}{c:c} \RR e_0 \times \RR e_0 & \RR e_0 \times \RR e_1 \\ \hdashline \RR e_1 \times \RR e_0 & \RR e_1 \times \RR e_1 \end{array} \right]
Quaternion Numbers
  • \HH = \CC \times ({e_0} + {\star})
  • \HH = \CC \times ({e_0} + {e_2})
  • \HH = \CC \times ({1} + {j})
  • \HH = {e_0} + {e_1} + {e_2} + {e_3}
  • \HH = {1} + {i} + {j} + {k}
\HH \times \HH = \left[ \def \arraystretch{1.2} \begin{array}{c:ccc} {+e_0} & {+e_1} & {+e_2} & {+e_3} \\ \hdashline {+e_1} & {-e_0} & {+e_3} & {-e_2} \\ {+e_2} & {-e_3} & {-e_0} & {+e_1} \\ {+e_3} & {+e_2} & {-e_1} & {-e_0} \end{array} \right]
\HH \times \HH = \left[ \def \arraystretch{1.2} \begin{array}{c:c} \CC e_0 \times \CC e_0 & \CC e_0 \times \CC e_2 \\ \hdashline \CC e_2 \times \CC e_0 & \CC e_2 \times \CC e_2 \end{array} \right]
Octonion Numbers
  • \OO = \HH \times ({e_0} + {\star})
  • \OO = \HH \times ({e_0} + {e_4})
  • \OO = \HH \times ({1} + {L})
  • \OO = {e_0} + {e_1} + {e_2} + {e_3} + {e_4} + {e_5} + {e_6} + {e_7}
  • \OO = {1} + {i} + {j} + {k} + {L} + {I} + {J} + {K}
\OO \times \OO = \left[ \def \arraystretch{1.2} \begin{array}{c:ccccccc} {+e_0} & {+e_1} & {+e_2} & {+e_3} & {+e_4} & {+e_5} & {+e_6} & {+e_7} \\ \hdashline {+e_1} & {-e_0} & {+e_3} & {-e_2} & {+e_5} & {-e_4} & {-e_7} & {+e_6} \\ {+e_2} & {-e_3} & {-e_0} & {+e_1} & {+e_6} & {+e_7} & {-e_4} & {-e_5} \\ {+e_3} & {+e_2} & {-e_1} & {-e_0} & {+e_7} & {-e_6} & {+e_5} & {-e_4} \\ {+e_4} & {-e_5} & {-e_6} & {-e_7} & {-e_0} & {+e_1} & {+e_2} & {+e_3} \\ {+e_5} & {+e_4} & {-e_7} & {+e_6} & {-e_1} & {-e_0} & {-e_3} & {+e_2} \\ {+e_6} & {+e_7} & {+e_4} & {-e_5} & {-e_2} & {+e_3} & {-e_0} & {-e_1} \\ {+e_7} & {-e_6} & {+e_5} & {+e_4} & {-e_3} & {-e_2} & {+e_1} & {-e_0} \end{array} \right]
\OO \times \OO = \left[ \def \arraystretch{1.2} \begin{array}{c:c} \HH e_0 \times \HH e_0 & \HH e_0 \times \HH e_4 \\ \hdashline \HH e_4 \times \HH e_0 & \HH e_4 \times \HH e_4 \end{array} \right]
Sedenion Numbers
  • \SS = \OO \times ({e_0} + {\star})
  • \SS = \OO \times ({e_0} + {e_8})
  • \SS = \OO \times ({1} + {m})
  • \SS = {e_0} + {e_1} + {e_2} + {e_3} + {e_4} + {e_5} + {e_6} + {e_7} + {e_8} + {e_9} + {e_a} + {e_b} + {e_c} + {e_d} + {e_e} + {e_f}
  • \SS = {1} + {i} + {j} + {k} + {L} + {I} + {J} + {K} + {m} + {p} + {q} + {r} + {M} + {P} + {Q} + {R}
\SS \times \SS = \left[ \def \arraystretch{1.2} \begin{array}{c:ccccccccccccccc} {+e_0} & {+e_1} & {+e_2} & {+e_3} & {+e_4} & {+e_5} & {+e_6} & {+e_7} & {+e_8} & {+e_9} & {+e_a} & {+e_b} & {+e_c} & {+e_d} & {+e_e} & {+e_f} \\ \hdashline {+e_1} & {-e_0} & {+e_3} & {-e_2} & {+e_5} & {-e_4} & {-e_7} & {+e_6} & {+e_9} & {-e_8} & {-e_b} & {+e_a} & {-e_d} & {+e_c} & {+e_f} & {-e_e} \\ {+e_2} & {-e_3} & {-e_0} & {+e_1} & {+e_6} & {+e_7} & {-e_4} & {-e_5} & {+e_a} & {+e_b} & {-e_8} & {-e_9} & {-e_e} & {-e_f} & {+e_c} & {+e_d} \\ {+e_3} & {+e_2} & {-e_1} & {-e_0} & {+e_7} & {-e_6} & {+e_5} & {-e_4} & {+e_b} & {-e_a} & {+e_9} & {-e_8} & {-e_f} & {+e_e} & {-e_d} & {+e_c} \\ {+e_4} & {-e_5} & {-e_6} & {-e_7} & {-e_0} & {+e_1} & {+e_2} & {+e_3} & {+e_c} & {+e_d} & {+e_e} & {+e_f} & {-e_8} & {-e_9} & {-e_a} & {-e_b} \\ {+e_5} & {+e_4} & {-e_7} & {+e_6} & {-e_1} & {-e_0} & {-e_3} & {+e_2} & {+e_d} & {-e_c} & {+e_f} & {-e_e} & {+e_9} & {-e_8} & {+e_b} & {-e_a} \\ {+e_6} & {+e_7} & {+e_4} & {-e_5} & {-e_2} & {+e_3} & {-e_0} & {-e_1} & {+e_e} & {-e_f} & {-e_c} & {+e_d} & {+e_a} & {-e_b} & {-e_8} & {+e_9} \\ {+e_7} & {-e_6} & {+e_5} & {+e_4} & {-e_3} & {-e_2} & {+e_1} & {-e_0} & {+e_f} & {+e_e} & {-e_d} & {-e_c} & {+e_b} & {+e_a} & {-e_9} & {-e_8} \\ {+e_8} & {-e_9} & {-e_a} & {-e_b} & {-e_c} & {-e_d} & {-e_e} & {-e_f} & {-e_0} & {+e_1} & {+e_2} & {+e_3} & {+e_4} & {+e_5} & {+e_6} & {+e_7} \\ {+e_9} & {+e_8} & {-e_b} & {+e_a} & {-e_d} & {+e_c} & {+e_f} & {-e_e} & {-e_1} & {-e_0} & {-e_3} & {+e_2} & {-e_5} & {+e_4} & {+e_7} & {-e_6} \\ {+e_a} & {+e_b} & {+e_8} & {-e_9} & {-e_e} & {-e_f} & {+e_c} & {+e_d} & {-e_2} & {+e_3} & {-e_0} & {-e_1} & {-e_6} & {-e_7} & {+e_4} & {+e_5} \\ {+e_b} & {-e_a} & {+e_9} & {+e_8} & {-e_f} & {+e_e} & {-e_d} & {+e_c} & {-e_3} & {-e_2} & {+e_1} & {-e_0} & {-e_7} & {+e_6} & {-e_5} & {+e_4} \\ {+e_c} & {+e_d} & {+e_e} & {+e_f} & {+e_8} & {-e_9} & {-e_a} & {-e_b} & {-e_4} & {+e_5} & {+e_6} & {+e_7} & {-e_0} & {-e_1} & {-e_2} & {-e_3} \\ {+e_d} & {-e_c} & {+e_f} & {-e_e} & {+e_9} & {+e_8} & {+e_b} & {-e_a} & {-e_5} & {-e_4} & {+e_7} & {-e_6} & {+e_1} & {-e_0} & {+e_3} & {-e_2} \\ {+e_e} & {-e_f} & {-e_c} & {+e_d} & {+e_a} & {-e_b} & {+e_8} & {+e_9} & {-e_6} & {-e_7} & {-e_4} & {+e_5} & {+e_2} & {-e_3} & {-e_0} & {+e_1} \\ {+e_f} & {+e_e} & {-e_d} & {-e_c} & {+e_b} & {+e_a} & {-e_9} & {+e_8} & {-e_7} & {+e_6} & {-e_5} & {-e_4} & {+e_3} & {+e_2} & {-e_1} & {-e_0} \end{array} \right]
\SS \times \SS = \left[ \def \arraystretch{1.2} \begin{array}{c:c} \OO e_0 \times \OO e_0 & \OO e_0 \times \OO e_8 \\ \hdashline \OO e_8 \times \OO e_0 & \OO e_8 \times \OO e_8 \end{array} \right]
Minkowski Spacetime
In physics, Minkowski space (or Minkowski spacetime) is the main mathematical description of spacetime in the absence of gravitation. It combines inertial space and time manifolds into a four-dimensional model.
Minkowski space is closely associated with Einstein's theories of special relativity and general relativity and is the most common mathematical structure by which special relativity is formalized. While the individual components in Euclidean space and time might differ due to length contraction and time dilation, in Minkowski spacetime, all frames of reference will agree on the total interval in spacetime between events.
Minkowski space differs from four-dimensional Euclidean space insofar as it treats time differently than the three spatial dimensions.
Rindler Spacetime
Rindler coordinates are a coordinate system used in the context of special relativity to describe the hyperbolic acceleration of a uniformly accelerating reference frame in flat spacetime. In relativistic physics the coordinates of a hyperbolically accelerated reference frame constitute an important and useful coordinate chart representing part of flat Minkowski spacetime. In special relativity, a uniformly accelerating particle undergoes hyperbolic motion, for which a uniformly accelerating frame of reference in which it is at rest can be chosen as its proper reference frame. The phenomena in this hyperbolically accelerated frame can be compared to effects arising in a homogeneous gravitational field.
Grokipedia Articles
Penrose Diagram
In theoretical physics, a Penrose diagram (named after mathematical physicist Roger Penrose) is a two-dimensional diagram capturing the causal relations between different points in spacetime through a conformal treatment of infinity. It is an extension of a Minkowski diagram where the vertical dimension represents time, and the horizontal dimension represents a space dimension, and diagonal lines at an angle of ±45° correspond to real and virtual light rays. The biggest difference is that locally, the metric on a Penrose diagram is conformally equivalent to the actual metric in spacetime. The conformal factor is chosen such that the entire infinite spacetime is transformed into a Penrose diagram of finite size, with infinity on the boundary of the diagram. For spherically symmetric spacetime, every point in the Penrose diagram corresponds to a 2-dimensional sphere.
Formulation
Penrose diagrams are formulated using the transform tan(u \pm v) = t \pm x which has roots of \pm \pi and \infin at \pm \pi/2 . So the outer box represents \pm \infin for both light and vacuum energy (real and virtual bosons), and the inner cross the point or event horizon between what is a time-like causally connected event and space-like event, showing us the special relativity light cone.
Penrose Diagram
Penrose Diagram
Grokipedia Articles