Clifford algebra is a type of algebra characterized by the geometric product of scalars , vectors , bivectors , trivectors ...etc.
Just as a vector has length so a bivector has area and a trivector has volume.
Just as a vector has direction so a bivector has orientation. In three dimensions a trivector has only one possible orientation and is therefore a pseudoscalar . But in four dimensions a trivector becomes a pseudovector and the quadvector becomes the
pseudoscalar.
Multiplication of arbitrary vectors [ ]
The dot product of two vectors is:
Failed to parse (unknown function "\begin{split}"): {\displaystyle \begin{split} \mathbf{u} \cdot \mathbf{v} &= {\color{blue}\text{vector}} \cdot {\color{blue}\text{vector}} \\ &= (u_{x} + u_{y})(v_{x} + v_{y}) \\ &= {\color{red}u_{x} v_{x} + u_{y} v_{y}} \end{split} }
But this is actually quite mysterious. When we multiply
(
a
1
+
a
2
)
{\displaystyle (a_1 + a_2)}
and
(
b
1
+
b
2
)
{\displaystyle (b_1 + b_2)}
we dont get
(
a
1
b
1
+
a
2
b
2
)
{\displaystyle (a_1 b_1 + a_2 b_2)}
so why is it that when we multiply vectors we only multiply parallel components? Clifford algebra has a surprisingly simple answer. The answer is: We dont! Instead of the dot product or the wedge product Clifford algebra uses the geometric product .
Failed to parse (unknown function "\begin{split}"): {\displaystyle \begin{split} \mathbf{u} \mathbf{v} &= (u_{x} {\color{blue}e_{x}} + u_{y} {\color{blue} e_{y}} ) (v_{x} {\color{blue}e_{x}} + v_{y} {\color{blue} e_{y}} ) \\ &= u_{x} v_{x} {\color{red}e_{x} e_{x}} + u_{x} v_{y} {\color{green}e_{x} e_{y}} + u_{y} v_{x} {\color{green}e_{y} e_{x}} + u_{y} v_{y} {\color{red}e_{y} e_{y}} \\ &= u_{x} v_{x} {\color{red}(1)} + u_{y} v_{y} {\color{red}(1)} + u_{x} v_{y} {\color{green}e_{x} e_{y}} - u_{y} v_{x} {\color{green}e_{x} e_{y}} \\ &= (u_{x} v_{x} + u_{y} v_{y}){\color{red}(1)} + (u_{x} v_{y} - u_{y} v_{x}) {\color{green}e_{xy}} \\ &= {\color{red}\text{scalar}} + {\color{green}\text{bivector}} \end{split} }
A scalar plus a bivector (or any number of blades of different grade) is called a multivector . The idea of adding a scalar and a bivector might seem wrong but in the real world it just means that what appears to be a single equation is in fact a set of * simultaneous equations .
For example:
u
v
=
5
{\displaystyle
\mathbf{u} \mathbf{v} = 5
}
would just mean that:
Failed to parse (syntax error): {\displaystyle (u_{x} v_{x} + u_{y} v_{y}){\color{red}(1)} = 5 \\ \quad \quad \quad \text{and} \\ (u_{x} v_{y} - u_{y} v_{x}) {\color{green}e_{xy}} = 0 }
Back to top
Rules [ ]
All the properties of Clifford algebra derive from a few simple rules.
Let
e
x
,
{\displaystyle {\color{blue}e_{x}},}
e
y
,
{\displaystyle {\color{blue}e_{y}},}
and
e
z
{\displaystyle {\color{blue}e_{z}}}
be perpendicular unit vectors .
Multiplying two perpendicular vectors results in a bivector:
e
x
e
y
=
e
x
y
{\displaystyle e_x e_y = {\color{green}e_{xy}}}
Multiplying three perpendicular vectors results in a trivector:
e
x
e
y
e
z
=
e
x
y
z
{\displaystyle e_x e_y e_z = {\color{orange}e_{xyz}}}
Multiplying parallel vectors results in a scalar:
e
x
e
x
=
e
x
x
=
1
{\displaystyle e_x e_x = {\color{red}e_{xx}} = {\color{red}1}}
Clifford algebra is associative therefore the fact that multiplying parallel vectors results in a scalar means that:
Failed to parse (unknown function "\begin{split}"): {\displaystyle \begin{split} {\color{green}(e_{x} e_{y})} {\color{blue} (e_{y}) } &= {\color{blue} e_{x}} {\color{red}(e_{y} e_{y})} \\ &= {\color{blue} e_{x}} {\color{red}(1)} \\ &= {\color{blue} e_{x}} \end{split} }
and:
(
e
x
e
y
)
(
e
y
+
e
z
)
=
e
x
y
y
+
e
x
y
z
=
e
x
+
e
x
y
z
{\displaystyle
\begin{align}
{\color{green} (e_{x} e_{y})} {\color{blue} (e_{y} + e_{z}) } &=
{\color{blue} e_{xyy}} + {\color{orange}e_{xyz}} \\ &=
{\color{blue} e_{x}} + {\color{orange}e_{xyz}}
\end{align}
}
and:
(
e
x
e
y
)
(
e
z
)
=
e
x
y
z
{\displaystyle
\begin{align}
{\color{green} (e_{x} e_{y}) } {\color{blue} (e_{z}) } &=
{\color{orange} e_{xyz}}
\end{align}
}
Rotation from x to y is the negative of rotation from y to x:
e
x
y
=
−
e
y
x
{\displaystyle e_{xy} = -e_{yx}}
Therefore:
Failed to parse (unknown function "\begin{split}"): {\displaystyle \begin{split} {\color{green}(e_{x} e_{y})} {\color{blue} (e_{x}) } &= \phantom{-}{\color{blue} e_{x}} {\color{green}(e_{y} e_{x})} \\ &= {\color{blue} -e_{x}} {\color{green}(e_{x} e_{y})} \\ &= -{\color{red} (e_{x} e_{x})} {\color{blue} e_{y}} \\ &= -{\color{red} (1)} {\color{blue} e_{y}} \\ &= -{\color{blue} e_{y}} \end{split} }
Back to top
Multiplication tables [ ]
In one dimension:
1
e
x
e
x
1
{\displaystyle
\begin{array}{r|r}
{\color{red} 1 } &
{\color{blue} e_{x}}
\\\hline
{\color{blue} e_{x}} &
{\color{red} 1 }
\end{array}
}
In two dimensions:
1
e
x
e
y
e
x
y
e
x
1
e
x
y
e
y
e
y
−
e
x
y
1
−
e
x
e
x
y
−
e
y
e
x
−
1
{\displaystyle
\begin{array}{r|rr|r}
{\color{red} 1 } &
{\color{blue} e_{x}} &
{\color{blue} e_{y}} &
{\color{green} e_{xy}}
\\\hline
{\color{blue} e_{x}} &
{\color{red} 1 } &
{\color{green} e_{xy}} &
{\color{blue} {e_{y}}}
\\
{\color{blue} e_{y}} &
{\color{green} -e_{xy}} &
{\color{red} 1 } &
{\color{blue} -e_{x}}
\\\hline
{\color{green} e_{xy}} &
{\color{blue} -e_{y}} &
{\color{blue} {e_{x}}} &
{\color{red} {-1}}
\end{array}
}
In three dimensions:
1
e
x
e
y
e
z
e
x
y
e
x
z
e
y
z
e
x
y
z
e
x
1
e
x
y
e
x
z
e
y
e
z
e
x
y
z
e
y
z
e
y
−
e
x
y
1
e
y
z
−
e
x
−
e
x
y
z
e
z
−
e
x
z
e
z
−
e
x
z
−
e
y
z
1
e
x
y
z
−
e
x
−
e
y
e
x
y
e
x
y
−
e
y
e
x
e
x
y
z
−
1
−
e
y
z
e
x
z
−
e
z
e
x
z
−
e
z
−
e
x
y
z
e
x
e
y
z
−
1
−
e
x
y
e
y
e
y
z
e
x
y
z
−
e
z
e
y
−
e
x
z
e
x
y
−
1
−
e
x
e
x
y
z
e
y
z
−
e
x
z
e
x
y
−
e
z
e
y
−
e
x
−
1
{\displaystyle
\begin{array}{r|rrr|rrr|r}
{\color{red} 1 } &
{\color{blue} e_{x}} &
{\color{blue} e_{y}} &
{\color{blue} e_{z}} &
{\color{green} e_{xy}} &
{\color{green} e_{xz}} &
{\color{green} e_{yz}} &
{\color{orange} e_{xyz}}
\\\hline
{\color{blue} e_{x}} &
{\color{red} 1 } &
{\color{green} e_{xy}} &
{\color{green} e_{xz}} &
{\color{blue} e_{y}} &
{\color{blue} e_{z}} &
{\color{orange} e_{xyz}} &
{\color{green} e_{yz}}
\\
{\color{blue} e_{y}} &
{\color{green} -e_{xy}} &
{\color{red} 1 } &
{\color{green} e_{yz}} &
{\color{blue} -e_{x}} &
{\color{orange} -e_{xyz}} &
{\color{blue} e_{z}} &
{\color{green} -e_{xz}}
\\
{\color{blue} e_{z}} &
{\color{green} -e_{xz}} &
{\color{green} -e_{yz}} &
{\color{red} 1 } &
{\color{orange} e_{xyz}}&
{\color{blue} -e_{x}} &
{\color{blue} -e_{y}} &
{\color{green} e_{xy}}
\\\hline
{\color{green} e_{xy}} &
{\color{blue} -e_{y}} &
{\color{blue} e_{x}} &
{\color{orange} e_{xyz}} &
{\color{red} -1} &
{\color{green} -e_{yz}} &
{\color{green} e_{xz}} &
{\color{blue} -e_{z}}
\\
{\color{green} e_{xz}} &
{\color{blue} -e_{z}} &
{\color{orange} -e_{xyz}} &
{\color{blue} e_{x}} &
{\color{green} e_{yz}} &
{\color{red} -1 } &
{\color{green} -e_{xy}} &
{\color{blue} e_{y}}
\\
{\color{green} e_{yz}} &
{\color{orange} e_{xyz}} &
{\color{blue} -e_{z}} &
{\color{blue} e_{y}} &
{\color{green} -e_{xz}} &
{\color{green} e_{xy}} &
{\color{red} -1 } &
{\color{blue} -e_{x}}
\\\hline
{\color{orange} e_{xyz}} &
{\color{green} e_{yz}} &
{\color{green} -e_{xz}} &
{\color{green} e_{xy}} &
{\color{blue} -e_{z}} &
{\color{blue} e_{y}} &
{\color{blue} -e_{x}} &
{\color{red} -1 }
\end{array}
}
In four dimensions:
1
e
1
e
2
e
3
e
4
e
12
e
13
e
14
e
23
e
24
e
34
e
123
e
124
e
134
e
234
e
1234
e
1
1
e
12
e
13
e
14
e
2
e
3
e
4
e
123
e
124
e
134
e
23
e
24
e
34
e
1234
e
234
e
2
−
e
12
1
e
23
e
24
−
e
1
−
e
123
−
e
124
e
3
e
4
e
234
−
e
13
−
e
14
−
e
1234
e
34
−
e
134
e
3
−
e
13
−
e
23
1
e
34
e
123
−
e
1
−
e
134
−
e
2
−
e
234
e
4
e
12
e
1234
−
e
14
−
e
24
e
124
e
4
−
e
14
−
e
24
−
e
34
1
e
124
e
123
−
e
1
e
234
−
e
2
−
e
3
−
e
1234
e
12
e
13
e
23
−
e
123
e
12
−
e
2
e
1
e
123
e
124
−
1
−
e
23
−
e
24
e
13
e
14
e
1234
−
e
3
−
e
4
−
e
234
e
134
−
e
34
e
13
−
e
3
−
e
123
e
1
e
134
e
23
−
1
−
e
34
−
e
12
−
e
1234
e
14
e
2
e
234
−
e
4
−
e
124
e
24
e
14
−
e
4
−
e
124
−
e
123
e
1
e
24
e
34
−
1
e
1234
−
e
12
−
e
13
−
e
234
e
2
e
3
e
123
−
e
23
e
23
e
123
−
e
3
e
2
e
234
−
e
13
e
12
e
1234
−
1
−
e
34
e
24
−
e
1
−
e
134
e
124
−
e
4
−
e
14
e
24
e
124
−
e
4
−
e
234
e
2
−
e
14
−
e
1234
e
12
e
34
−
1
−
e
23
e
123
−
e
144
−
e
123
e
3
e
13
e
34
e
134
e
234
−
e
4
e
3
e
3412
−
e
14
e
13
−
e
24
e
23
−
1
−
e
124
e
123
−
e
1
−
e
2
−
e
12
e
123
e
23
−
e
13
e
12
e
1234
−
e
3
e
2
e
234
−
e
1
−
e
134
e
124
−
1
−
e
34
e
24
−
e
14
−
e
4
e
124
e
24
−
e
14
−
e
1234
e
12
−
e
4
−
e
234
e
2
e
123
−
e
1
−
e
123
e
34
−
1
−
e
23
e
13
e
3
e
134
e
34
e
1234
−
e
14
e
13
e
234
−
e
4
e
3
−
e
124
e
123
−
e
1
−
e
24
e
23
−
1
−
e
12
−
e
2
e
234
−
e
1234
e
34
−
e
24
e
23
−
e
134
e
124
−
e
123
−
e
4
e
3
−
e
2
e
14
−
e
13
e
12
−
1
e
1
e
1234
−
e
234
e
134
−
e
124
e
123
−
e
34
e
24
−
e
23
−
e
14
e
13
−
e
12
e
4
−
e
3
e
2
−
e
1
1
{\displaystyle
\begin{array}{r|rrrr|rrrrrr|rrrr|r}
{\color{red} 1 } &
{\color{black} e_{1}} &
{\color{black} e_{2}} &
{\color{black} e_{3}} &
{\color{black} e_{4}} &
{\color{black} e_{12}} &
{\color{black} e_{13}} &
{\color{black} e_{14}} &
{\color{black} e_{23}} &
{\color{black} e_{24}} &
{\color{black} e_{34}} &
{\color{black} e_{123}} &
{\color{black} e_{124}} &
{\color{black} e_{134}} &
{\color{black} e_{234}} &
{\color{red} e_{1234}}
\\\hline
{\color{black} e_{1}} &
{\color{red} 1 } &
{\color{black} e_{12}} &
{\color{black} e_{13}} &
{\color{black} e_{14}} &
{\color{black} e_{2}} &
{\color{black} e_{3}} &
{\color{black} e_{4}} &
{\color{black} e_{123}} &
{\color{black} e_{124}} &
{\color{black} e_{134}} &
{\color{black} e_{23}} &
{\color{black} e_{24}} &
{\color{black} e_{34}} &
{\color{red} e_{1234}} &
{\color{black} e_{234}}
\\
{\color{black} e_{2}} &
{\color{black} -e_{12}} &
{\color{red} 1 } &
{\color{black} e_{23}} &
{\color{black} e_{24}} &
{\color{black} -e_{1}} &
{\color{black} -e_{123}} &
{\color{black} -e_{124}} &
{\color{black} e_{3}} &
{\color{black} e_{4}} &
{\color{black} e_{234}} &
{\color{black} -e_{13}} &
{\color{black} -e_{14}} &
{\color{red} -e_{1234}} &
{\color{black} e_{34}} &
{\color{black} -e_{134}}
\\
{\color{black} e_{3}} &
{\color{black} -e_{13}} &
{\color{black} -e_{23}} &
{\color{red} 1 } &
{\color{black} e_{34}} &
{\color{black} e_{123}} &
{\color{black} -e_{1}} &
{\color{black} -e_{134}} &
{\color{black} -e_{2}} &
{\color{black} -e_{234}} &
{\color{black} e_{4}} &
{\color{black} e_{12}} &
{\color{red} e_{1234}} &
{\color{black} -e_{14}} &
{\color{black} -e_{24}} &
{\color{black} e_{124}}
\\
{\color{black} e_{4}} &
{\color{black} -e_{14}} &
{\color{black} -e_{24}} &
{\color{black} -e_{34}} &
{\color{red} 1 } &
{\color{black} e_{124}} &
{\color{black} e_{123}} &
{\color{black} -e_{1}} &
{\color{black} e_{234}} &
{\color{black} -e_{2}} &
{\color{black} -e_{3}} &
{\color{red} -e_{1234}} &
{\color{black} e_{12}} &
{\color{black} e_{13}} &
{\color{black} e_{23}} &
{\color{black} -e_{123}}
\\\hline
{\color{black} e_{12}} &
{\color{black} -e_{2}} &
{\color{black} e_{1}} &
{\color{black} e_{123}} &
{\color{black} e_{124}} &
{\color{red} -1 } &
{\color{black} -e_{23}} &
{\color{black} -e_{24}} &
{\color{black} e_{13}} &
{\color{black} e_{14}} &
{\color{red} e_{1234}} &
{\color{black} -e_{3}} &
{\color{black} -e_{4}} &
{\color{black} -e_{234}} &
{\color{black} e_{134}} &
{\color{black} -e_{34}}
\\
{\color{black} e_{13}} &
{\color{black} -e_{3}} &
{\color{black} -e_{123}} &
{\color{black} e_{1}} &
{\color{black} e_{134}} &
{\color{black} e_{23}} &
{\color{red} -1 } &
{\color{black} -e_{34}} &
{\color{black} -e_{12}} &
{\color{red} -e_{1234}} &
{\color{black} e_{14}} &
{\color{black} e_{2}} &
{\color{black} e_{234}} &
{\color{black} -e_{4}} &
{\color{black} -e_{124}} &
{\color{black} e_{24}}
\\
{\color{black} e_{14}} &
{\color{black} -e_{4}} &
{\color{black} -e_{124}} &
{\color{black} -e_{123}} &
{\color{black} e_{1}} &
{\color{black} e_{24}} &
{\color{black} e_{34}} &
{\color{red} -1 } &
{\color{red} e_{1234}} &
{\color{black} -e_{12}} &
{\color{black} -e_{13}} &
{\color{black} -e_{234}} &
{\color{black} e_{2}} &
{\color{black} e_{3}} &
{\color{black} e_{123}} &
{\color{black} -e_{23}}
\\
{\color{black} e_{23}} &
{\color{black} e_{123}} &
{\color{black} -e_{3}} &
{\color{black} e_{2}} &
{\color{black} e_{234}} &
{\color{black} -e_{13}} &
{\color{black} e_{12}} &
{\color{red} e_{1234}} &
{\color{red} -1 } &
{\color{black} -e_{34}} &
{\color{black} e_{24}} &
{\color{black} -e_{1}} &
{\color{black} -e_{134}} &
{\color{black} e_{124}} &
{\color{black} -e_{4}} &
{\color{black} -e_{14}}
\\
{\color{black} e_{24}} &
{\color{black} e_{124}} &
{\color{black} -e_{4}} &
{\color{black} -e_{234}} &
{\color{black} e_{2}} &
{\color{black} -e_{14}} &
{\color{red} -e_{1234}} &
{\color{black} e_{12}} &
{\color{black} e_{34}} &
{\color{red} -1 } &
{\color{black} -e_{23}} &
{\color{black} e_{123}} &
{\color{black} -e_{144}} &
{\color{black} -e_{123}} &
{\color{black} e_{3}} &
{\color{black} e_{13}}
\\
{\color{black} e_{34}} &
{\color{black} e_{134}} &
{\color{black} e_{234}} &
{\color{black} -e_{4}} &
{\color{black} e_{3}} &
{\color{red} e_{3412}} &
{\color{black} -e_{14}} &
{\color{black} e_{13}} &
{\color{black} -e_{24}} &
{\color{black} e_{23}} &
{\color{red} -1 } &
{\color{black} -e_{124}} &
{\color{black} e_{123}} &
{\color{black} -e_{1}} &
{\color{black} -e_{2}} &
{\color{black} -e_{12}}
\\\hline
{\color{black} e_{123}} &
{\color{black} e_{23}} &
{\color{black} -e_{13}} &
{\color{black} e_{12}} &
{\color{red} e_{1234}} &
{\color{black} -e_{3}} &
{\color{black} e_{2}} &
{\color{black} e_{234}} &
{\color{black} -e_{1}} &
{\color{black} -e_{134}} &
{\color{black} e_{124}} &
{\color{red} -1 } &
{\color{black} -e_{34}} &
{\color{black} e_{24}} &
{\color{black} -e_{14}} &
{\color{black} -e_{4}}
\\
{\color{black} e_{124}} &
{\color{black} e_{24}} &
{\color{black} -e_{14}} &
{\color{red} -e_{1234}} &
{\color{black} e_{12}} &
{\color{black} -e_{4}} &
{\color{black} -e_{234}} &
{\color{black} e_{2}} &
{\color{black} e_{123}} &
{\color{black} -e_{1}} &
{\color{black} -e_{123}} &
{\color{black} e_{34}} &
{\color{red} -1 } &
{\color{black} -e_{23}} &
{\color{black} e_{13}} &
{\color{black} e_{3}}
\\
{\color{black} e_{134}} &
{\color{black} e_{34}} &
{\color{red} e_{1234}} &
{\color{black} -e_{14}} &
{\color{black} e_{13}} &
{\color{black} e_{234}} &
{\color{black} -e_{4}} &
{\color{black} e_{3}} &
{\color{black} -e_{124}} &
{\color{black} e_{123}} &
{\color{black} -e_{1}} &
{\color{black} -e_{24}} &
{\color{black} e_{23}} &
{\color{red} -1 } &
{\color{black} -e_{12}} &
{\color{black} -e_{2}}
\\
{\color{black} e_{234}} &
{\color{red} -e_{1234}} &
{\color{black} e_{34}} &
{\color{black} -e_{24}} &
{\color{black} e_{23}} &
{\color{black} -e_{134}} &
{\color{black} e_{124}} &
{\color{black} -e_{123}} &
{\color{black} -e_{4}} &
{\color{black} e_{3}} &
{\color{black} -e_{2}} &
{\color{black} e_{14}} &
{\color{black} -e_{13}} &
{\color{black} e_{12}} &
{\color{red} -1 } &
{\color{black} e_{1}}
\\\hline
{\color{red} e_{1234}} &
{\color{black} -e_{234}} &
{\color{black} e_{134}} &
{\color{black} -e_{124}} &
{\color{black} e_{123}} &
{\color{black} -e_{34}} &
{\color{black} e_{24}} &
{\color{black} -e_{23}} &
{\color{black} -e_{14}} &
{\color{black} e_{13}} &
{\color{black} -e_{12}} &
{\color{black} e_{4}} &
{\color{black} -e_{3}} &
{\color{black} e_{2}} &
{\color{black} -e_{1}} &
{\color{red} 1 }
\end{array}
}
Back to top
Basis [ ]
Every multivector of the Clifford algebra can be expressed as a linear combination of the canonical basis elements. The basis elements of the Clifford algebra Cℓ3 are
{
1
,
e
x
,
e
y
,
e
z
,
e
x
y
,
e
x
z
,
e
y
z
,
e
x
y
z
}
{\displaystyle \{{\color{red}1}, \, {\color{blue}e_x}, \, {\color{blue}e_y}, \, {\color{blue}e_z}, \, {\color{green}e_{xy}}, \, {\color{green}e_{xz}}, \, {\color{green}e_{yz}}, \, {\color{orange}e_{xyz}} \}}
and the general element of Cℓ3 is given by
A
=
a
0
(
1
)
+
a
1
e
x
+
a
2
e
y
+
a
3
e
z
+
a
4
e
x
y
+
a
5
e
x
z
+
a
6
e
y
z
+
a
7
e
x
y
z
.
{\displaystyle A = a_0{\color{red}(1)} + a_1 {\color{blue}e_x} + a_2 {\color{blue}e_y} + a_3 {\color{blue}e_z} + a_4 {\color{green}e_{xy}} + a_5 {\color{green}e_{xz}} + a_6 {\color{green}e_{yz}} + a_7 {\color{orange}e_{xyz}}.}
If
a
0
,
a
1
,
a
2
,
a
3
,
a
4
,
a
5
,
a
6
,
a
7
{\displaystyle a_0, a_1, a_2, a_3, a_4, a_5, a_6, a_7 }
are all real then the Clifford algebra is Cℓ3 (R ). If the coefficients are allowed to be complex then the Clifford algebra is Cℓ3 (C ).
A multivector can be separated into components of different grades:
Failed to parse (syntax error): {\displaystyle \langle \mathbf{A} \rangle_0 = a_0{\color{red}(1)}\\ \langle \mathbf{A} \rangle_1 = a_1 {\color{blue}e_x} + a_2 {\color{blue}e_y} + a_3 {\color{blue}e_z}\\ \langle \mathbf{A} \rangle_2 = a_4 {\color{green}e_{xy}} + a_5 {\color{green}e_{xz}} + a_6 {\color{green}e_{yz}}\\ \langle \mathbf{A} \rangle_3 = a_7 {\color{orange}e_{xyz}}\\ }
The elements of even grade form a subalgebra because the sum or product of even grade elements always results in an element of even grade. The elements of odd grade do not form a subalgebra.
Back to top
Relation to other algebras [ ]
Failed to parse (syntax error): {\displaystyle Cℓ_0 (\mathbf{R})}
: Real numbers (scalars ). A scalar can (and should) be thought of as zero vectors multiplied together. See Empty product .
Failed to parse (syntax error): {\displaystyle Cℓ_0 (\mathbf{C})}
: Complex numbers
Failed to parse (syntax error): {\displaystyle Cℓ_1 (\mathbf{R})}
: Split-complex numbers
1
e
x
e
x
1
{\displaystyle
\begin{array}{r|r}
{\color{red} 1 } &
{\color{blue} e_{x}}
\\\hline
{\color{blue} e_{x}} &
{\color{red} 1 }
\end{array}
}
Failed to parse (syntax error): {\displaystyle Cℓ_1 (\mathbf{C})}
: Bicomplex numbers
Failed to parse (syntax error): {\displaystyle Cℓ_2^0 (\mathbf{R})}
: Complex numbers (The superscript 0 indicates the even subalgebra)
1
e
x
y
e
x
y
−
1
{\displaystyle
\begin{array}{r|r}
{\color{red} 1} &
{\color{green} e_{xy}}
\\\hline
{\color{green} e_{xy}} &
{\color{red} {-1}}
\end{array}
}
Failed to parse (syntax error): {\displaystyle Cℓ_3^0 (\mathbf{R})}
: Quaternions
1
e
x
y
e
x
z
e
y
z
e
x
y
−
1
−
e
y
z
e
x
z
e
x
z
e
y
z
−
1
−
e
x
y
e
y
z
−
e
x
z
e
x
y
−
1
{\displaystyle
\begin{array}{r|rrr}
{\color{red} 1} &
{\color{green} e_{xy}} &
{\color{green} e_{xz}} &
{\color{green} e_{yz}}
\\\hline
{\color{green} e_{xy}} &
{\color{red} -1 } &
{\color{green} -e_{yz}} &
{\color{green} e_{xz}}
\\
{\color{green} e_{xz}} &
{\color{green} e_{yz}} &
{\color{red} -1 } &
{\color{green} -e_{xy}}
\\
{\color{green} e_{yz}} &
{\color{green} -e_{xz}} &
{\color{green} e_{xy}} &
{\color{red} -1 }
\end{array}
}
Failed to parse (syntax error): {\displaystyle Cℓ_3^0 (\mathbf{C})}
: Biquaternions
Back to top
Multivector multiplication using tensors [ ]
To find the product
A
B
=
(
a
0
1
+
a
1
e
x
+
a
2
e
y
+
a
3
e
x
y
)
(
b
0
1
+
b
1
e
x
+
b
2
e
y
+
b
3
e
x
y
)
{\displaystyle
AB =
(a_0 {\color{red} 1 } + a_1 {\color{blue} e_{x}} + a_2 {\color{blue} e_{y}} + a_3 {\color{green} e_{xy}})
(b_0 {\color{red} 1 } + b_1 {\color{blue} e_{x}} + b_2 {\color{blue} e_{y}} + b_3 {\color{green} e_{xy}})
}
we have to multiply every component of the first multivector with every component of the second multivector.
Failed to parse (unknown function "\begin{split}"): {\displaystyle \begin{split} AB = & \phantom{+} (a_0 b_0 {\color{red}1}{\color{red}1} + a_0 b_1 {\color{red}1}{\color{blue} e_{x}} + a_0 b_2 {\color{red}1}{\color{blue} e_{y}} + a_0 b_3 {\color{red}1}{\color{green} e_{xy}}) \\ &+ (a_1 b_0 {\color{blue} e_{x}}{\color{red}1} + a_1 b_1 {\color{blue} e_{x}}{\color{blue} e_{x}} + a_1 b_2 {\color{blue} e_{x}}{\color{blue} e_{y}} + a_1 b_3 {\color{blue} e_{x}}{\color{green} e_{xy}}) \\ &+ (a_2 b_0 {\color{blue} e_{y}}{\color{red}1} + a_2 b_1 {\color{blue} e_{y}}{\color{blue} e_{x}} + a_2 b_2 {\color{blue} e_{y}}{\color{blue} e_{y}} + a_2 b_3 {\color{blue} e_{y}}{\color{green} e_{xy}}) \\ &+ (a_3 b_0 {\color{green} e_{xy}}{\color{red}1} + a_3 b_1 {\color{green} e_{xy}}{\color{blue} e_{x}} + a_3 b_2 {\color{green} e_{xy}}{\color{blue} e_{y}} + a_3 b_3 {\color{green} e_{xy}}{\color{green} e_{xy}}) \end{split} }
Then we reduce each of the 16 resulting terms to its standard form.
Failed to parse (unknown function "\begin{split}"): {\displaystyle \begin{split} AB = & \phantom{+} (a_0 b_0 {\color{red}1} + a_0 b_1 {\color{blue} e_{x}} + a_0 b_2 {\color{blue} e_{y}} + a_0 b_3 {\color{green} e_{xy}}) \\ &+ (a_1 b_0 {\color{blue} e_{x}} + a_1 b_1 {\color{red}1} + a_1 b_2 {\color{green} e_{xy}} + a_1 b_3 {\color{blue} e_{y}}) \\ &+ (a_2 b_0 {\color{blue} e_{y}} - a_2 b_1 {\color{green} e_{xy}} + a_2 b_2 {\color{red}1} - a_2 b_3 {\color{blue} e_{x}}) \\ &+ (a_3 b_0 {\color{green} e_{xy}} - a_3 b_1 {\color{blue} e_{y}} + a_3 b_2 {\color{blue} e_{x}} - a_3 b_3 {\color{red}1}) \end{split} }
Finally we collect like products into the four components of the final multivector.
Failed to parse (unknown function "\begin{split}"): {\displaystyle \begin{split} AB = & \phantom{+} ( a_0 b_0 + a_1 b_1 + a_2 b_2 - a_3 b_3 ) {\color{red}1} \\ &+ ( a_1 b_0 + a_0 b_1 + a_3 b_2 - a_2 b_3 ) {\color{blue} e_{x} } \\ &+ ( a_2 b_0 - a_3 b_1 + a_0 b_2 + a_1 b_3 ) {\color{blue} e_{y} } \\ &+ ( a_3 b_0 - a_2 b_1 + a_1 b_2 + a_0 b_3 ) {\color{green} e_{xy} } \end{split} }
This is all very tedious and error-prone. It would be nice if there was some way to cut straight to the end. Tensor notation allows us to do just that.
To find the tensor that we need we first need to know which terms end up as scalars, which terms end up as vectors...etc. There is an easy way to do this and it involves the multiplication table.
First lets start with an easy one.
Back to top
Complex numbers [ ]
The multiplication table for Failed to parse (syntax error): {\displaystyle Cℓ_2^0 (\mathbf{R})}
(Which is isomorphic to complex numbers)
1
e
x
y
e
x
y
−
1
{\displaystyle
\begin{array}{r|r}
{\color{red} 1} &
{\color{green} e_{xy}}
\\\hline
{\color{green} e_{xy}} &
{\color{red} -1 }
\end{array}
}
We can see then that:
(
1
e
x
y
e
x
y
1
)
(
1
e
x
y
)
=
(
1
⋅
1
+
e
x
y
e
x
y
e
x
y
1
+
1
e
x
y
)
=
(
1
−
1
e
x
y
+
e
x
y
)
{\displaystyle
\begin{align}
\left(
\begin{array}{rrrr}
{\color{red} 1} &
{\color{green} e_{xy}}
\\
{\color{green} e_{xy}} &
{\color{red} 1 }
\end{array}
\right)
\left(
\begin{array}{rrrr}
{\color{red} 1} \\
{\color{green} e_{xy}}
\end{array}
\right) &=
\left(
\begin{array}{lcl}
{\color{red} 1} \cdot
{\color{red} 1} &
+ &
{\color{green} e_{xy}}
{\color{green} e_{xy}}
\\
{\color{green} e_{xy}}
{\color{red} 1} &
+ &
{\color{red} 1 }
{\color{green} e_{xy}}
\end{array}
\right) \\ &=
\left(
\begin{array}{lcl}
{\color{red} 1} &
- &
{\color{red} 1 }
\\
{\color{green} e_{xy}} &
+ &
{\color{green} e_{xy}}
\end{array}
\right)
\end{align}
}
It worked! All the terms in the first row are scalars and all the terms in the second row are bivectors. This is exactly what we are looking for.
(
b
0
⋅
1
b
1
⋅
e
x
y
b
1
⋅
e
x
y
b
0
⋅
1
)
(
a
0
⋅
1
a
1
⋅
e
x
y
)
=
(
b
0
a
0
⋅
1
⋅
1
+
b
1
a
1
⋅
e
x
y
e
x
y
b
1
a
0
⋅
e
x
y
1
+
b
0
a
1
⋅
1
e
x
y
)
=
(
b
0
a
0
⋅
1
−
b
1
a
1
⋅
1
b
1
a
0
⋅
e
x
y
+
b
0
a
1
⋅
e
x
y
)
{\displaystyle
\begin{align}
\left(
\begin{array}{rrrr}
b_0 & \cdot &
{\color{red} 1} \quad &
b_1 & \cdot &
{\color{green} e_{xy}}
\\
b_1 & \cdot &
{\color{green} e_{xy}} \quad &
b_0 & \cdot &
{\color{red} 1 }
\end{array}
\right)
\left(
\begin{array}{rrrr}
a_0 & \cdot &
{\color{red} 1} \\
a_1 & \cdot &
{\color{green} e_{xy}}
\end{array}
\right) &=
\left(
\begin{array}{lcl}
b_0 a_0 & \cdot &
{\color{red} 1} \cdot
{\color{red} 1} &
+ &
b_1 a_1 & \cdot &
{\color{green} e_{xy}}
{\color{green} e_{xy}}
\\
b_1 a_0 & \cdot &
{\color{green} e_{xy}}
{\color{red} 1} &
+ &
b_0 a_1 & \cdot &
{\color{red} 1 }
{\color{green} e_{xy}}
\end{array}
\right) \\ &=
\left(
\begin{array}{lcl}
b_0 a_0 & \cdot &
{\color{red} 1} &
- &
b_1 a_1 & \cdot &
{\color{red} 1 }
\\
b_1 a_0 & \cdot &
{\color{green} e_{xy}} &
+ &
b_0 a_1 & \cdot &
{\color{green} e_{xy}}
\end{array}
\right)
\end{align}
}
Pay special attention to the signs in the final matrix above.
Therefore to find the product
(
a
0
1
+
a
1
e
x
y
)
(
b
0
1
+
b
1
e
x
y
)
{\displaystyle
(a_0 {\color{red} 1 } + a_1 {\color{green} e_{xy}} )
(b_0 {\color{red} 1 } + b_1 {\color{green} e_{xy}} )
}
We would multiply:
(
b
0
−
b
1
b
1
b
0
)
(
a
0
a
1
)
=
(
b
0
a
0
−
b
1
a
1
b
1
a
0
+
b
0
a
1
)
{\displaystyle
\left(
\begin{array}{rr}
{\color{red} b_0 } &
{\color{green} -b_1 }
\\
{\color{green} b_1 } &
{\color{red} b_0 }
\end{array}
\right)
\left(
\begin{array}{r}
{\color{red} a_0 } \\
{\color{green} a_1 }
\end{array}
\right) =
\left(
\begin{array}{rcr}
{\color{red} b_0 }
{\color{red} a_0 }&
- &
{\color{red} b_1 }
{\color{red} a_1 }
\\
{\color{green} b_1 }
{\color{green} a_0 }&
+ &
{\color{green} b_0 }
{\color{green} a_1 }
\end{array}
\right)
}
Each row of the final matrix has exactly the right terms with exactly the right signs.
The vector above represents a complex number. You should think of the first column of the matrix above as representing another complex number. All the other terms in the matrix are just there to make our lives a little bit easier.
It works. It works so well that complex numbers can be represented as matrices as:
[
a
−
b
b
a
]
{\displaystyle
\begin{bmatrix}
a & -b \\
b & a
\end{bmatrix}
}
Which corresponds perfectly to a multiplication table for complex numbers:
1
−
i
i
1
{\displaystyle
\begin{array}{r|r}
{\color{red} 1} &
{\color{green} -i}
\\\hline
{\color{green} i} &
{\color{red} 1 }
\end{array}
}
1
−
e
x
y
e
x
y
1
{\displaystyle \quad \quad
\begin{array}{r|r}
{\color{red} 1} &
{\color{green} -e_{xy}}
\\\hline
{\color{green} e_{xy}} &
{\color{red} 1 }
\end{array}
}
Back to top
Quaternions [ ]
The multiplication table for Failed to parse (syntax error): {\displaystyle Cℓ_3^0 (\mathbf{R})}
(Which is isomorphic to quaternions) is:
1
e
x
y
e
x
z
e
y
z
e
x
y
−
1
−
e
y
z
e
x
z
e
x
z
e
y
z
−
1
−
e
x
y
e
y
z
−
e
x
z
e
x
y
−
1
i
=
e
y
z
j
=
e
x
z
k
=
e
x
y
{\displaystyle
\begin{array}{r|rrr}
{\color{red} 1} &
{\color{green} e_{xy}} &
{\color{green} e_{xz}} &
{\color{green} e_{yz}}
\\\hline
{\color{green} e_{xy}} &
{\color{red} -1 } &
{\color{green} -e_{yz}} &
{\color{green} e_{xz}}
\\
{\color{green} e_{xz}} &
{\color{green} e_{yz}} &
{\color{red} -1 } &
{\color{green} -e_{xy}}
\\
{\color{green} e_{yz}} &
{\color{green} -e_{xz}} &
{\color{green} e_{xy}} &
{\color{red} -1 }
\end{array} \quad \quad \quad
\begin{array}{l}
i = e_{yz} \\
j = e_{xz} \\
k = e_{xy}
\end{array}
}
The entire 2nd row of the multiplication table is just
e
x
y
{\displaystyle {\color{green} e_{xy}}}
multiplied by the entire first row.
The entire 3rd row of the multiplication table is just
e
x
z
{\displaystyle {\color{green} e_{xz}}}
multiplied by the entire first row.
The entire 4th row of the multiplication table is just
e
y
z
{\displaystyle {\color{green} e_{yz}}}
multiplied by the entire first row.
We can see then that if we multiply each row by the first row again then we get:
(
1
e
x
y
e
x
z
e
y
z
e
x
y
1
e
y
z
e
x
z
e
x
z
e
y
z
1
e
x
y
e
y
z
e
x
z
e
x
y
1
)
(
1
e
x
y
e
x
z
e
y
z
)
=
(
1
⋅
1
+
e
x
y
e
x
y
+
e
x
z
e
x
z
+
e
y
z
e
y
z
e
x
y
1
+
1
e
x
y
+
e
y
z
e
x
z
+
e
x
z
e
y
z
e
x
z
1
+
e
y
z
e
x
y
+
1
e
x
z
+
e
x
y
e
y
z
e
y
z
1
+
e
x
z
e
x
y
+
e
x
y
e
x
z
+
1
e
y
z
)
=
(
1
−
1
−
1
−
1
e
x
y
+
e
x
y
+
e
x
y
−
e
x
y
e
x
z
−
e
x
z
+
e
x
z
+
e
x
z
e
y
z
+
e
y
z
−
e
y
z
+
e
y
z
)
{\displaystyle
\begin{align}
\left(
\begin{array}{rrrr}
{\color{red} 1} &
{\color{green} e_{xy}} &
{\color{green} e_{xz}} &
{\color{green} e_{yz}}
\\
{\color{green} e_{xy}} &
{\color{red} 1 } &
{\color{green} e_{yz}} &
{\color{green} e_{xz}}
\\
{\color{green} e_{xz}} &
{\color{green} e_{yz}} &
{\color{red} 1 } &
{\color{green} e_{xy}}
\\
{\color{green} e_{yz}} &
{\color{green} e_{xz}} &
{\color{green} e_{xy}} &
{\color{red} 1 }
\end{array}
\right)
\left(
\begin{array}{rrrr}
{\color{red} 1} \\
{\color{green} e_{xy}} \\
{\color{green} e_{xz}} \\
{\color{green} e_{yz}}
\end{array}
\right) &=
\left(
\begin{array}{rrrr}
{\color{red} 1} \cdot
{\color{red} 1} &
+ &
{\color{green} e_{xy}}
{\color{green} e_{xy}} &
+ &
{\color{green} e_{xz}}
{\color{green} e_{xz}} &
+ &
{\color{green} e_{yz}}
{\color{green} e_{yz}}
\\
{\color{green} e_{xy}}
{\color{red} 1} &
+ &
{\color{red} 1 }
{\color{green} e_{xy}} &
+ &
{\color{green} e_{yz}}
{\color{green} e_{xz}} &
+ &
{\color{green} e_{xz}}
{\color{green} e_{yz}}
\\
{\color{green} e_{xz}}
{\color{red} 1} &
+ &
{\color{green} e_{yz}}
{\color{green} e_{xy}} &
+ &
{\color{red} 1 }
{\color{green} e_{xz}} &
+ &
{\color{green} e_{xy}}
{\color{green} e_{yz}}
\\
{\color{green} e_{yz}}
{\color{red} 1} &
+ &
{\color{green} e_{xz}}
{\color{green} e_{xy}} &
+ &
{\color{green} e_{xy}}
{\color{green} e_{xz}} &
+ &
{\color{red} 1 }
{\color{green} e_{yz}}
\end{array}
\right) \\ &=
\left(
\begin{array}{llll}
{\color{red} 1} &
- &
{\color{red} 1 } &
- &
{\color{red} 1 } &
- &
{\color{red} 1 }
\\
{\color{green} e_{xy}} &
+ &
{\color{green} e_{xy}}&
+ &
{\color{green} e_{xy}} &
- &
{\color{green} e_{xy}}
\\
{\color{green} e_{xz}} &
- &
{\color{green} e_{xz}} &
+ &
{\color{green} e_{xz}} &
+ &
{\color{green} e_{xz}}
\\
{\color{green} e_{yz}} &
+ &
{\color{green} e_{yz}} &
- &
{\color{green} e_{yz}} &
+ &
{\color{green} e_{yz}}
\end{array}
\right)
\end{align}
}
This works because we have in effect multiplied each term by a second term twice. In other words we have multiplied every term by the square of another term and the square of every term is either 1 or -1.
Therefore to find the product
(
a
0
1
+
a
1
e
x
y
+
a
2
e
x
z
+
a
3
e
y
z
)
(
b
0
1
+
b
1
e
x
y
+
b
2
e
x
z
+
b
3
e
y
z
)
{\displaystyle
(a_0 {\color{red} 1 } + a_1 {\color{green} e_{xy}} + a_2 {\color{green} e_{xz}} + a_3 {\color{green} e_{yz}})
(b_0 {\color{red} 1 } + b_1 {\color{green} e_{xy}} + b_2 {\color{green} e_{xz}} + b_3 {\color{green} e_{yz}})
}
We would multiply:
(
b
0
−
b
1
−
b
2
−
b
3
b
1
b
0
b
3
−
b
2
b
2
−
b
3
b
0
b
1
b
3
b
2
−
b
1
b
0
)
(
a
0
a
1
a
2
a
3
)
=
(
b
0
a
0
−
b
1
a
1
−
b
2
a
2
−
b
3
a
3
b
1
a
0
+
b
0
a
1
+
b
3
a
2
−
b
2
a
3
b
2
a
0
−
b
3
a
1
+
b
0
a
2
+
b
1
a
3
b
3
a
0
+
b
2
a
1
−
b
1
a
2
+
b
0
a
3
)
{\displaystyle
\left(
\begin{array}{rrrr}
{\color{red} b_0 } &
{\color{green} -b_1 } &
{\color{green} -b_2 } &
{\color{green} -b_3 }
\\
{\color{green} b_1 } &
{\color{red} b_0 } &
{\color{green} b_3 } &
{\color{green} {-b_2 }}
\\
{\color{green} b_2 } &
{\color{green} -b_3 } &
{\color{red} b_0 } &
{\color{green} b_1 }
\\
{\color{green} b_3 } &
{\color{green} b_2 } &
{\color{green} {-b_1 }} &
{\color{red} b_0 }
\end{array}
\right)
\left(
\begin{array}{rrrr}
{\color{red} a_0 } \\
{\color{green} a_1 } \\
{\color{green} a_2 } \\
{\color{green} a_3 }
\end{array}
\right) =
\left(
\begin{array}{rrrr}
{\color{red} b_0 }
{\color{red} a_0 } &
- &
{\color{red} b_1 }
{\color{red} a_1 } &
- &
{\color{red} b_2 }
{\color{red} a_2 } &
- &
{\color{red} b_3 }
{\color{red} a_3 }
\\
{\color{green} b_1 }
{\color{green} a_0 } &
+ &
{\color{green} b_0 }
{\color{green} a_1 } &
+ &
{\color{green} b_3 }
{\color{green} a_2 } &
- &
{\color{green} {b_2 }}
{\color{green} a_3 }
\\
{\color{green} b_2 }
{\color{green} a_0 } &
- &
{\color{green} b_3 }
{\color{green} a_1 } &
+ &
{\color{green} b_0 }
{\color{green} a_2 } &
+ &
{\color{green} b_1 }
{\color{green} a_3 }
\\
{\color{green} b_3 }
{\color{green} a_0 } &
+ &
{\color{green} b_2 }
{\color{green} a_1 } &
- &
{\color{green} {b_1 }}
{\color{green} a_2 } &
+ &
{\color{green} b_0 }
{\color{green} a_3 }
\end{array}
\right)
}
Just as complex numbers can be represented as matrices , so a quaternion can be represented as:
(
a
−
b
−
c
−
d
b
a
d
−
c
c
−
d
a
b
d
c
−
b
a
)
=
(
(
a
−
b
b
a
)
−
(
c
d
−
d
c
)
(
c
−
d
d
c
)
(
a
b
−
b
a
)
)
{\displaystyle
\left(
\begin{array}{rrrr}
a & -b & -c & -d \\
b & a & d &-c \\
c & -d & a & b \\
d & c & -b & a
\end{array}
\right)=
\left(
\begin{array}{rr}
\left(
\begin{array}{rr}
a & -b \\
b & a
\end{array}
\right) &
-
\left(
\begin{array}{rr}
c & d \\
-d &c
\end{array}
\right) \\
\left(
\begin{array}{rr}
c & -d \\
d & c
\end{array}
\right) &
\left(
\begin{array}{rr}
a & b \\
-b & a
\end{array}
\right)
\end{array}
\right)
}
Which corresponds to a multiplication table for quaternions:
1
−k
−j
−i
k
1
i
−j
j
−i
1
k
i
j
−k
1
1
−
e
x
y
−
e
x
z
−
e
y
z
e
x
y
1
e
y
z
−
e
x
z
e
x
z
−
e
y
z
1
e
x
y
e
y
z
e
x
z
−
e
x
y
1
{\displaystyle
\begin{array}{r|rrr}
{\color{red} 1} &
{\color{green} -e_{xy}} &
{\color{green} -e_{xz}} &
{\color{green} -e_{yz}}
\\\hline
{\color{green} e_{xy}} &
{\color{red} 1 } &
{\color{green} e_{yz}} &
{\color{green} -e_{xz}}
\\
{\color{green} e_{xz}} &
{\color{green} -e_{yz}} &
{\color{red} 1 } &
{\color{green} e_{xy}}
\\
{\color{green} e_{yz}} &
{\color{green} e_{xz}} &
{\color{green} -e_{xy}} &
{\color{red} 1 }
\end{array}
}
Back to top
CL2 [ ]
The multiplication table for Failed to parse (syntax error): {\displaystyle Cℓ_{2} (\mathbf{R})}
is:
1
e
x
e
y
e
x
y
e
x
1
e
x
y
e
y
e
y
−
e
x
y
1
−
e
x
e
x
y
−
e
y
e
x
−
1
{\displaystyle
\begin{array}{r|rr|r}
{\color{red} 1 } &
{\color{blue} e_{x}} &
{\color{blue} e_{y}} &
{\color{green} e_{xy}}
\\\hline
{\color{blue} e_{x}} &
{\color{red} 1 } &
{\color{green} e_{xy}} &
{\color{blue} {e_{y}}}
\\
{\color{blue} e_{y}} &
{\color{green} -e_{xy}} &
{\color{red} 1 } &
{\color{blue} -e_{x}}
\\\hline
{\color{green} e_{xy}} &
{\color{blue} -e_{y}} &
{\color{blue} {e_{x}}} &
{\color{red} {-1}}
\end{array}
}
We can see then that:
(
1
e
x
e
y
e
x
y
e
x
1
e
x
y
e
y
e
y
e
x
y
1
e
x
e
x
y
e
y
e
x
1
)
(
1
e
x
e
y
e
x
y
)
=
(
1
⋅
1
+
e
x
e
x
+
e
y
e
y
+
e
x
y
e
x
y
e
x
1
+
1
e
x
+
e
x
y
e
y
+
e
y
e
x
y
e
y
1
+
e
x
y
e
x
+
1
e
y
+
e
x
e
x
y
e
x
y
1
+
e
y
e
x
+
e
x
e
y
+
1
e
x
y
)
=
(
1
+
1
+
1
−
1
e
x
+
e
x
+
e
x
−
e
x
e
y
−
e
y
+
e
y
+
e
y
e
x
y
−
e
x
y
+
e
x
y
+
e
x
y
)
{\displaystyle
\begin{align}
\left(
\begin{array}{rrrr}
{\color{red} 1 } &
{\color{blue} e_{x}} &
{\color{blue} e_{y}} &
{\color{green} e_{xy}}
\\
{\color{blue} e_{x}} &
{\color{red} 1 } &
{\color{green} e_{xy}} &
{\color{blue} {e_{y}}}
\\
{\color{blue} e_{y}} &
{\color{green} e_{xy}} &
{\color{red} 1 } &
{\color{blue} e_{x}}
\\
{\color{green} e_{xy}} &
{\color{blue} e_{y}} &
{\color{blue} {e_{x}}} &
{\color{red} {1}}
\end{array}
\right)
\left(
\begin{array}{rrrr}
{\color{red} 1 } \\
{\color{blue} e_{x}} \\
{\color{blue} e_{y}} \\
{\color{green} e_{xy}}
\end{array}
\right) &=
\left(
\begin{array}{rrrr}
{\color{red} 1 } \cdot
{\color{red} 1 } &
+ &
{\color{blue} e_{x}}
{\color{blue} e_{x}} &
+ &
{\color{blue} e_{y}}
{\color{blue} e_{y}} &
+ &
{\color{green} e_{xy}}
{\color{green} e_{xy}}
\\
{\color{blue} e_{x}}
{\color{red} 1 } &
+ &
{\color{red} 1 }
{\color{blue} e_{x}} &
+ &
{\color{green} e_{xy}}
{\color{blue} e_{y}} &
+ &
{\color{blue} {e_{y}}}
{\color{green} e_{xy}}
\\
{\color{blue} e_{y}}
{\color{red} 1 } &
+ &
{\color{green} e_{xy}}
{\color{blue} e_{x}} &
+ &
{\color{red} 1 }
{\color{blue} e_{y}} &
+ &
{\color{blue} e_{x}}
{\color{green} e_{xy}}
\\
{\color{green} e_{xy}}
{\color{red} 1 } &
+ &
{\color{blue} e_{y}}
{\color{blue} e_{x}} &
+ &
{\color{blue} {e_{x}}}
{\color{blue} e_{y}} &
+ &
{\color{red} {1}}
{\color{green} e_{xy}}
\end{array}
\right) \\ &=
\left(
\begin{array}{llll}
{\color{red}1} & + & {\color{red}1} & + & {\color{red}1} & - & {\color{red}1} \\
{\color{blue}e_{x}} & + & {\color{blue}e_{x}} & + & {\color{blue}e_{x}} & - & {\color{blue}e_{x}} \\
{\color{blue}e_{y}} & - & {\color{blue}e_{y}} & + & {\color{blue}e_{y}} & + & {\color{blue}e_{y}} \\
{\color{green}e_{xy}} & - & {\color{green}e_{xy}} & + & {\color{green}e_{xy}} & + & {\color{green}e_{xy}}
\end{array}
\right)
\end{align}
}
Therefore to find the product
(
a
0
1
+
a
1
e
x
+
a
2
e
y
+
a
3
e
x
y
)
(
b
0
1
+
b
1
e
x
+
b
2
e
y
+
b
3
e
x
y
)
{\displaystyle
(a_0 {\color{red} 1 } + a_1 {\color{blue} e_{x}} + a_2 {\color{blue} e_{y}} + a_3 {\color{green} e_{xy}})
(b_0 {\color{red} 1 } + b_1 {\color{blue} e_{x}} + b_2 {\color{blue} e_{y}} + b_3 {\color{green} e_{xy}})
}
We would multiply:
(
b
0
b
1
−
b
2
−
b
3
b
1
b
0
b
3
−
b
2
b
2
−
b
3
b
0
b
1
b
3
−
b
2
b
1
b
0
)
(
a
0
a
1
a
2
a
3
)
=
(
b
0
a
0
+
b
1
a
1
+
b
2
a
2
−
b
3
a
3
b
1
a
0
+
b
0
a
1
+
b
3
a
2
−
b
2
a
3
b
2
a
0
−
b
3
a
1
+
b
0
a
2
+
b
1
a
3
b
3
a
0
−
b
2
a
1
+
b
1
a
2
+
b
0
a
3
)
{\displaystyle
\left(
\begin{array}{rrrr}
{\color{red} b_0 } &
{\color{blue} b_1 } & \phantom{-}
{\color{blue} b_2 } &
{\color{green} -b_3 }
\\
{\color{blue} b_1 } &
{\color{red} b_0 } &
{\color{green} b_3 } &
{\color{blue} {-b_2 }}
\\
{\color{blue} b_2 } &
{\color{green} -b_3 } &
{\color{red} b_0 } &
{\color{blue} b_1 }
\\
{\color{green} b_3 } &
{\color{blue} -b_2 } &
{\color{blue} {b_1 }} &
{\color{red} b_0 }
\end{array}
\right)
\left(
\begin{array}{rrrr}
{\color{red} a_0 } \\
{\color{blue} a_1 } \\
{\color{blue} a_2 } \\
{\color{green} a_3 }
\end{array}
\right) =
\left(
\begin{array}{rrrr}
{\color{red} b_0 }
{\color{red} a_0 } &
+ &
{\color{red} b_1 }
{\color{red} a_1 } &
+ &
{\color{red} b_2 }
{\color{red} a_2 } &
- &
{\color{red} b_3 }
{\color{red} a_3 }
\\
{\color{blue} b_1 }
{\color{blue} a_0 } &
+ &
{\color{blue} b_0 }
{\color{blue} a_1 } &
+ &
{\color{blue} b_3 }
{\color{blue} a_2 } &
- &
{\color{blue} {b_2 }}
{\color{blue} a_3 }
\\
{\color{blue} b_2 }
{\color{blue} a_0 } &
- &
{\color{blue} b_3 }
{\color{blue} a_1 } &
+ &
{\color{blue} b_0 }
{\color{blue} a_2 } &
+ &
{\color{blue} b_1 }
{\color{blue} a_3 }
\\
{\color{green} b_3 }
{\color{green} a_0 } &
- &
{\color{green} b_2 }
{\color{green} a_1 } &
+ &
{\color{green} {b_1 }}
{\color{green} a_2 } &
+ &
{\color{green} b_0 }
{\color{green} a_3 }
\end{array}
\right)
}
Back to top
Squares of pseudoscalars are either 1 or -1 [ ]
In 0 dimensions:
(
1
)
2
=
1
{\displaystyle (1)^2 = 1}
In 1 dimension:
(
e
1
)
2
=
e
11
=
1
{\displaystyle (e_{1})^2 = e_{11} = 1}
In 2 dimensions:
(
e
12
)
2
=
e
1212
=
−
e
11
22
=
−
1
{\displaystyle (e_{12})^2 = e_{1212} = -e_{11 \color{red}{22}} = -1}
In 3 dimensions:
(
e
123
)
2
=
e
123123
=
e
1212
33
=
−
1
{\displaystyle (e_{123})^2 = e_{123123} = e_{1212 \color{red}{33}} = -1}
In 4 dimensions:
(
e
1234
)
2
=
e
12341234
=
−
e
123123
44
=
1
{\displaystyle (e_{1234})^2 = e_{12341234} = -e_{123123 \color{red}{44}} = 1}
In 5 dimensions:
(
e
12345
)
2
=
e
1234512345
=
e
12341234
55
=
1
{\displaystyle (e_{12345})^2 = e_{1234512345} = e_{12341234 \color{red}{55}} = 1}
In 6 dimensions:
(
e
123456
)
2
=
e
123456123456
=
−
e
1234512345
66
=
−
1
{\displaystyle (e_{123456})^2 = e_{123456123456} = -e_{1234512345 \color{red}{66}} = -1}
In 7 dimensions:
(
e
1234567
)
2
=
e
12345671234567
=
e
123456123456
77
=
−
1
{\displaystyle (e_{1234567})^2 = e_{12345671234567} = e_{123456123456 \color{red}{77}} = -1}
In 8 dimensions:
(
e
12345678
)
2
=
e
1234567812345678
=
−
e
12345671234567
88
=
1
{\displaystyle (e_{12345678})^2 = e_{1234567812345678} = -e_{12345671234567 \color{red}{88}} = 1}
In 9 dimensions:
(
e
123456789
)
2
=
e
123456789123456789
=
e
1234567812345678
99
=
1
{\displaystyle (e_{123456789})^2 = e_{123456789123456789} = e_{1234567812345678 \color{red}{99}} = 1}
Back to top
Bivectors in higher dimensions [ ]
A simple bivector can be used to represent a single rotation.
In four dimensions a rigid object can rotate in two different ways simultaneously. Such a rotation can only be represented as the sum of two simple bivectors.
In six dimensions a rigid object can rotate in three different ways simultaneously. Such a rotation can only be represented as the sum of three simple bivectors.
From Wikipedia:Bivector
The wedge product of two vectors is a bivector, but not all bivectors are wedge products of two vectors. For example, in four dimensions the bivector
B
=
e
1
∧
e
2
+
e
3
∧
e
4
=
e
1
e
2
+
e
3
e
4
=
e
12
+
e
34
{\displaystyle \mathbf{B} = \mathbf{e}_1 \wedge \mathbf{e}_2 + \mathbf{e}_3 \wedge \mathbf{e}_4 = \mathbf{e}_1 \mathbf{e}_2 + \mathbf{e}_3\mathbf{e}_4 = \mathbf{e}_{12} + \mathbf{e}_{34}}
cannot be written as the wedge product of two vectors. A bivector that can be written as the wedge product of two vectors is simple. In two and three dimensions all bivectors are simple, but not in four or more dimensions;
A bivector has a real square if and only if it is simple.
(
e
12
)
2
=
e
1212
=
1
{\displaystyle
\begin{align}
(\mathbf{e}_{12})^2 &=
e_{1212} \\ &=
1
\end{align}
}
But:
(
e
12
+
e
34
)
2
=
e
1212
+
e
1234
+
e
3412
+
e
3434
=
−
e
1122
+
e
1234
+
e
1234
−
e
3344
=
−
1
+
2
e
1234
−
1
=
2
e
1234
−
2
{\displaystyle
\begin{align}
(\mathbf{e}_{12} + \mathbf{e}_{34})^2 &=
e_{1212} + e_{1234} + e_{3412} + e_{3434} \\ &=
-e_{1122} + e_{1234} + e_{1234} - e_{3344} \\ &=
-1 + 2 e_{1234} -1 \\ &=
2 e_{1234} - 2
\end{align}
}
Back to top
Other quadratic forms [ ]
The square of a vector is:
Failed to parse (unknown function "\begin{split}"): {\displaystyle \begin{split} \mathbf{v} \mathbf{v} &= (v_{x} {\color{blue}e_{x}} + v_{y} {\color{blue}e_{y}}) (v_{x} {\color{blue}e_{x}} + v_{y} {\color{blue}e_{y}}) \\ &= v_{x} v_{x} {\color{red}e_{x} e_{x}} + v_{x} v_{y} {\color{green}e_{x} e_{y}} + v_{y} v_{x} {\color{green}e_{y} e_{x}} + v_{y} v_{y} {\color{red}e_{y} e_{y}} \\ &= v_{x} v_{x} {\color{red}(1)} + v_{y} v_{y} {\color{red}(1)} + v_{x} v_{y} {\color{green}e_{x} e_{y}} - v_{y} v_{x} {\color{green}e_{x} e_{y}} \\ &= (v_{x} v_{x} + v_{y} v_{y}){\color{red}(1)} + (v_{x} v_{y} - v_{y} v_{x}) {\color{green}e_{xy}} \\ &= (v_{x}^2 + v_{y}^2){\color{red}(1)} + (0) {\color{green}e_{xy}} \\ &= (v_{x}^2 + v_{y}^2){\color{red}(1)} \\ &= {\color{red}\text{scalar}} \end{split} }
(
v
x
2
+
v
y
2
{\displaystyle v_{x}^2 + v_{y}^2}
) is called the quadratic form . In this case both terms are positive but some Clifford algebras have quadratic forms with negative terms. Some have both positive and negative terms.
From Wikipedia:Clifford algebra :
Every nondegenerate quadratic form on a finite-dimensional real vector space is equivalent to the standard diagonal form:
Q
(
v
)
=
v
2
=
v
1
2
+
⋯
+
v
p
2
−
v
p
+
1
2
−
⋯
−
v
p
+
q
2
,
{\displaystyle Q(v) = v^2 = v_1^2 + \cdots + v_p^2 - v_{p+1}^2 - \cdots - v_{p+q}^2 ,}
where n = p + q is the dimension of the vector space. The pair of integers (p , q ) is called the * signature of the quadratic form. The real vector space with this quadratic form is often denoted R p ,q . The Clifford algebra on R p ,q is denoted Cℓp ,q (R ). The symbol Cℓn (R ) means either Cℓn ,0 (R ) or Cℓ0,n (R ) depending on whether the author prefers positive-definite or negative-definite spaces.
A standard basis w {e i } for R p ,q consists of n = p + q mutually orthogonal vectors, p of which square to +1 and q of which square to −1. The algebra Cℓp ,q (R ) will therefore have p vectors that square to +1 and q vectors that square to −1.
From Wikipedia:Spacetime algebra :
* Spacetime algebra (STA) is a name for the Clifford algebra w Cl3,1 (R ), or equivalently the geometric algebra w G(M4 ) , which can be particularly closely associated with the geometry of special relativity w and relativistic spacetime w . See also * Algebra of physical space .
The spacetime algebra may be built up from an orthogonal basis of one time-like vector
γ
0
{\displaystyle \gamma_0}
and three space-like vectors,
{
γ
1
,
γ
2
,
γ
3
}
{\displaystyle \{\gamma_1, \gamma_2, \gamma_3\}}
, with the multiplication rule
γ
μ
γ
ν
+
γ
ν
γ
μ
=
2
η
μ
ν
{\displaystyle \gamma_\mu \gamma_\nu + \gamma_\nu \gamma_\mu = 2 \eta_{\mu \nu} }
where
η
μ
ν
{\displaystyle \eta_{\mu \nu}}
is the Minkowski metric w with signature (− + + +) .
Thus:
γ
0
2
=
−
1
{\displaystyle \gamma_0^2 = {-1}}
γ
1
2
=
γ
2
2
=
γ
3
2
=
+
1
{\displaystyle \gamma_1^2 = \gamma_2^2 = \gamma_3^2 = {+1}}
γ
μ
γ
ν
=
−
γ
ν
γ
μ
{\displaystyle \gamma_\mu \gamma_\nu = - \gamma_\nu \gamma_\mu}
The basis vectors
γ
k
{\displaystyle \gamma_k}
share these properties with the * Gamma matrices , but no explicit matrix representation need be used in STA.
Failed to parse (syntax error): {\displaystyle Cℓ_{3,0} (\mathbf{R})}
:Algebra of physical space (Time = scalar)
Failed to parse (syntax error): {\displaystyle Cℓ_{3,1} (\mathbf{R})}
:Spacetime algebra (Time = vector)
Failed to parse (syntax error): {\displaystyle Cℓ_{0,2} (\mathbf{R})}
:Quaternions (Three quaternions = two vectors that square to -1 and one bivector that squares to -1)
Back to top
Pauli matrices and Tensors [ ]
Clifford algebra in two and three dimensions has the same multiplication table as Pauli matrices (
σ
x
,
σ
y
,
σ
z
{\displaystyle \sigma_x, \sigma_y, \sigma_z}
) so it is tempting to assume that Clifford algebra is derived from Pauli matrices. But in fact, I think it would be more accurate to say that tensors in general owe their properties to, and are ultimately derived from, Clifford algebra rather than the other way around.
1
v
=
v
v
v
=
v
v
x
2
+
v
y
2
{\displaystyle
\begin{align}
\frac{1}{\mathbf{v}} &= \frac{\mathbf{v}}{\mathbf{v}\mathbf{v}}\\
&= \frac{\mathbf{v}}{v_{x}^2 + v_{y}^2}
\end{align}
}
Failed to parse (unknown function "\begin{split}"): {\displaystyle \begin{split} \mathbf{u} \otimes \mathbf{v} &= \begin{bmatrix} u_{x} {\color{blue} e_{x}} \\ u_{y} {\color{blue} e_{y}} \end{bmatrix} \begin{bmatrix} v_{x} {\color{blue}e_{x}} & v_{y} {\color{blue}e_{y}} \end{bmatrix} \\ \\ &= \begin{bmatrix} u_{x} v_{x} {\color{red} e_{x} e_{x} } & u_{x} v_{y} {\color{green} e_{x} e_{y} } \\ u_{y} v_{x} {\color{green} e_{y} e_{x} } & u_{y} v_{y} {\color{red} e_{y} e_{y} } \end{bmatrix} \end{split}\\ \\ \\ \\ }
Failed to parse (unknown function "\begin{split}"): {\displaystyle \begin{split} (\mathbf{u} \otimes \mathbf{v}) \cdot (\mathbf{v})^{-1} &= \begin{bmatrix} u_{x} v_{x} {\color{red} e_{x} e_{x} } & u_{x} v_{y} {\color{green} e_{x} e_{y} } \\ u_{y} v_{x} {\color{green} e_{y} e_{x} } & u_{y} v_{y} {\color{red} e_{y} e_{y} } \end{bmatrix} \cdot \begin{bmatrix} v_{x} {\color{blue} e_{x}} \\ v_{y} {\color{blue} e_{y}} \end{bmatrix}^{-1} \\ \\ &= \begin{bmatrix} u_{x} v_{x} {\color{red} e_{x} e_{x} } & u_{x} v_{y} {\color{green} e_{x} e_{y} } \\ u_{y} v_{x} {\color{green} e_{y} e_{x} } & u_{y} v_{y} {\color{red} e_{y} e_{y} } \end{bmatrix} \cdot \begin{bmatrix} v_{x} {\color{blue} e_{x}} (v_x^2 + v_y^2)^{-1} \\ v_{y} {\color{blue} e_{y}} (v_x^2 + v_y^2)^{-1} \end{bmatrix} \\ \\ &= \begin{bmatrix} u_{x} v_{x} {\color{red} e_{x} e_{x} } v_{x} e_{x} (v_x^2 + v_y^2)^{-1} + u_{x} v_{y} {\color{green} e_{x} e_{y} } v_{y} e_{y} (v_x^2 + v_y^2)^{-1} \\ u_{y} v_{x} {\color{green} e_{y} e_{x} } v_{x} e_{x} (v_x^2 + v_y^2)^{-1} + u_{y} v_{y} {\color{red} e_{y} e_{y} } v_{y} e_{y} (v_x^2 + v_y^2)^{-1} \end{bmatrix} \\ \\ &= \begin{bmatrix} (u_{x} v_{x} {\color{red} e_{x} e_{x} } v_{x} e_{x} + u_{x} v_{y} {\color{green} e_{x} e_{y} } v_{y} e_{y}) (v_x^2 + v_y^2)^{-1} \\ (u_{y} v_{x} {\color{green} e_{y} e_{x} } v_{x} e_{x} + u_{y} v_{y} {\color{red} e_{y} e_{y} } v_{y} e_{y}) (v_x^2 + v_y^2)^{-1} \end{bmatrix} \\ \\ &= \begin{bmatrix} (u_{x} v_{x} v_{x} {\color{red} e_{x} e_{x} } e_{x} + u_{x} v_{y} v_{y} {\color{green} e_{x} e_{y} } e_{y}) (v_x^2 + v_y^2)^{-1} \\ (u_{y} v_{x} v_{x} {\color{green} e_{y} e_{x} } e_{x} + u_{y} v_{y} v_{y} {\color{red} e_{y} e_{y} } e_{y}) (v_x^2 + v_y^2)^{-1} \end{bmatrix} \\ \\ &= \begin{bmatrix} (u_{x} v_{x} v_{x} e_{x} {\color{red}e_{x} e_{x}} + u_{x} v_{y} v_{y} e_{x} {\color{red}e_{y} e_{y}}) (v_x^2 + v_y^2)^{-1} \\ (u_{y} v_{x} v_{x} e_{y} {\color{red}e_{x} e_{x}} + u_{y} v_{y} v_{y} e_{y} {\color{red}e_{y} e_{y}}) (v_x^2 + v_y^2)^{-1} \end{bmatrix} \\ \\ &= \begin{bmatrix} (u_{x} v_{x} v_{x} {\color{blue}e_{x}} + u_{x} v_{y} v_{y} {\color{blue}e_{x}}) (v_x^2 + v_y^2)^{-1} \\ (u_{y} v_{x} v_{x} {\color{blue}e_{y}} + u_{y} v_{y} v_{y} {\color{blue}e_{y}}) (v_x^2 + v_y^2)^{-1} \end{bmatrix} \\ \\ &= \begin{bmatrix} u_{x} {\color{blue}e_{x}} (v_{x} v_{x} + v_{y} v_{y}) (v_x^2 + v_y^2)^{-1} \\ u_{y} {\color{blue}e_{y}} (v_{x} v_{x} + v_{y} v_{y}) (v_x^2 + v_y^2)^{-1} \end{bmatrix} \\ \\ &= \begin{bmatrix} u_{x} {\color{blue}e_{x}} \\ u_{y} {\color{blue}e_{y}} \end{bmatrix} \\ \\ \\ &= \mathbf{u} \end{split} }
The dot product behaves more like division than multiplication!
Back to top
Geometric calculus [ ]
In calculus units like feet or seconds behave like constants
∫
x
m
e
t
e
r
s
⋅
d
(
x
m
e
t
e
r
s
)
=
m
e
t
e
r
s
⋅
m
e
t
e
r
s
∫
x
⋅
d
(
x
)
=
x
2
2
m
e
t
e
r
s
2
{\displaystyle
\begin{align}
\int \! x \, meters \, \cdot d(x \, meters) &=
meters \cdot meters \int \! x \, \cdot d(x) \\ &= \frac{x^2}{2} meters^2
\end{align}
}
And:
d
(
x
2
2
m
e
t
e
r
s
2
)
d
(
x
m
e
t
e
r
s
)
=
m
e
t
e
r
s
2
m
e
t
e
r
s
d
(
x
2
2
)
d
x
=
x
m
e
t
e
r
s
{\displaystyle
\begin{align}
\frac{d \left( \frac{x^2}{2} meters^2 \right)}{d(x \, meters)} &=
\frac{meters^2}{meters} \frac{d \left( \frac{x^2}{2} \right) }{dx} \\ \\ \\ \\ &=
x \, meters
\end{align}
}
But:
1
e
i
=
e
i
e
i
e
i
=
e
i
1
=
e
i
{\displaystyle \frac{1}{e_i} = \frac{e_i}{e_i e_i} = \frac{e_i}{1} = e_i}
Derivatives in three dimensions [ ]
The derivative of a scalar function:
∇
F
=
(
∂
∂
x
,
∂
∂
y
,
∂
∂
z
)
(
f
(
x
,
y
,
z
)
)
=
(
∂
f
∂
x
e
x
+
∂
f
∂
y
e
y
+
∂
f
∂
z
e
z
)
{\displaystyle
\begin{align}
\nabla \mathbf{F} &=
\left( \frac{\partial}{\partial x}, \frac{\partial}{\partial y}, \frac{\partial}{\partial z} \right)
\left( f(x,y,z) \right) \\ \\ \\ &=
\left(
\frac{\partial f}{\partial x} e_x
+ \frac{\partial f}{\partial y} e_y
+ \frac{\partial f}{\partial z} e_z
\right)
\end{align}
}
which is similar to the total differential which is a differential form :
d
F
=
(
∂
f
∂
x
d
x
+
∂
f
∂
y
d
y
+
∂
f
∂
z
d
z
)
{\displaystyle
\begin{align}
d \mathbf{F} &=
\left(
\frac{\partial f}{\partial x} dx
+ \frac{\partial f}{\partial y} dy
+ \frac{\partial f}{\partial z} dz
\right)
\end{align}
}
The derivative of a vector function:
∇
F
=
(
∂
∂
x
,
∂
∂
y
,
∂
∂
z
)
(
f
x
(
x
,
y
,
z
)
e
x
+
f
y
(
x
,
y
,
z
)
e
y
+
f
z
(
x
,
y
,
z
)
e
z
)
=
(
∂
f
x
∂
x
e
x
x
+
∂
f
y
∂
x
e
y
x
+
∂
f
z
∂
x
e
z
x
)
+
(
∂
f
x
∂
y
e
x
y
+
∂
f
y
∂
y
e
y
y
+
∂
f
z
∂
y
e
z
y
)
+
(
∂
f
x
∂
z
e
x
z
+
∂
f
y
∂
z
e
y
z
+
∂
f
z
∂
z
e
z
z
)
=
(
∂
f
x
∂
x
(
1
)
+
∂
f
y
∂
x
e
y
x
+
∂
f
z
∂
x
e
z
x
)
+
(
∂
f
x
∂
y
e
x
y
+
∂
f
y
∂
y
(
1
)
+
∂
f
z
∂
y
e
z
y
)
+
(
∂
f
x
∂
z
e
x
z
+
∂
f
y
∂
z
e
y
z
+
∂
f
z
∂
z
(
1
)
)
=
(
∂
f
x
∂
x
+
∂
f
y
∂
y
+
∂
f
z
∂
z
)
+
(
∂
f
y
∂
x
e
y
x
+
∂
f
x
∂
y
e
x
y
)
+
(
∂
f
z
∂
x
e
z
x
+
∂
f
x
∂
z
e
x
z
)
+
(
∂
f
z
∂
y
e
z
y
+
∂
f
y
∂
z
e
y
z
)
=
(
∂
f
x
∂
x
+
∂
f
y
∂
y
+
∂
f
z
∂
z
)
+
(
−
∂
f
y
∂
x
e
x
y
+
∂
f
x
∂
y
e
x
y
)
+
(
−
∂
f
z
∂
x
e
x
z
+
∂
f
x
∂
z
e
x
z
)
+
(
−
∂
f
z
∂
y
e
y
z
+
∂
f
y
∂
z
e
y
z
)
=
(
∂
f
x
∂
x
+
∂
f
y
∂
y
+
∂
f
z
∂
z
)
+
(
∂
f
x
∂
y
−
∂
f
y
∂
x
)
e
x
y
+
(
∂
f
x
∂
z
−
∂
f
z
∂
x
)
e
x
z
+
(
∂
f
y
∂
z
−
∂
f
z
∂
y
)
e
y
z
=
∇
⋅
F
+
∇
∧
F
{\displaystyle
\begin{align}
\nabla \mathbf{F} &=
\left( \frac{\partial}{\partial x}, \frac{\partial}{\partial y}, \frac{\partial}{\partial z} \right)
\left( f_x(x,y,z) e_x + f_y(x,y,z) e_y + f_z(x,y,z) e_z \right) \\ &=
\left(
\frac{\partial f_x}{\partial x} e_{xx}
+ \frac{\partial f_y}{\partial x} \mathbf{e_{yx}}
+ \frac{\partial f_z}{\partial x} \mathbf{e_{zx}}
\right) +
\left(
\frac{\partial f_x}{\partial y} \mathbf{e_{xy}}
+ \frac{\partial f_y}{\partial y} e_{yy}
+ \frac{\partial f_z}{\partial y} \mathbf{e_{zy}}
\right) +
\left(
\frac{\partial f_x}{\partial z} \mathbf{e_{xz}}
+ \frac{\partial f_y}{\partial z} \mathbf{e_{yz}}
+ \frac{\partial f_z}{\partial z} e_{zz}
\right) \\ \\ &=
\left(
{\color{red} \frac{\partial f_x}{\partial x} (1) } +
{\color{green} \frac{\partial f_y}{\partial x} \mathbf{e_{yx}}} +
{\color{green} \frac{\partial f_z}{\partial x} \mathbf{e_{zx}}}
\right) +
\left(
{\color{green} \frac{\partial f_x}{\partial y} \mathbf{e_{xy}}} +
{\color{red} \frac{\partial f_y}{\partial y} (1) } +
{\color{green} \frac{\partial f_z}{\partial y} \mathbf{e_{zy}}}
\right) +
\left(
{\color{green} \frac{\partial f_x}{\partial z} \mathbf{e_{xz}}} +
{\color{green} \frac{\partial f_y}{\partial z} \mathbf{e_{yz}}} +
{\color{red} \frac{\partial f_z}{\partial z} (1) }
\right) \\ \\ &=
{\color{red}\left( \frac{\partial f_x}{\partial x} + \frac{\partial f_y}{\partial y} + \frac{\partial f_z}{\partial z} \right)} +
{\color{green}\left( \frac{\partial f_y}{\partial x} \mathbf{e_{yx}} + \frac{\partial f_x}{\partial y} \mathbf{e_{xy}} \right)} +
{\color{green}\left( \frac{\partial f_z}{\partial x} \mathbf{e_{zx}} + \frac{\partial f_x}{\partial z} \mathbf{e_{xz}} \right)} +
{\color{green}\left( \frac{\partial f_z}{\partial y} \mathbf{e_{zy}} + \frac{\partial f_y}{\partial z} \mathbf{e_{yz}} \right)} \\ \\ &=
{\color{red}\left( \frac{\partial f_x}{\partial x} + \frac{\partial f_y}{\partial y} + \frac{\partial f_z}{\partial z} \right)} +
{\color{green}\left(-\frac{\partial f_y}{\partial x} \mathbf{e_{xy}} + \frac{\partial f_x}{\partial y} \mathbf{e_{xy}} \right)} +
{\color{green}\left(-\frac{\partial f_z}{\partial x} \mathbf{e_{xz}} + \frac{\partial f_x}{\partial z} \mathbf{e_{xz}} \right)} +
{\color{green}\left(-\frac{\partial f_z}{\partial y} \mathbf{e_{yz}} + \frac{\partial f_y}{\partial z} \mathbf{e_{yz}} \right)} \\ \\ &=
{\color{red}\left( \frac{\partial f_x}{\partial x} + \frac{\partial f_y}{\partial y} + \frac{\partial f_z}{\partial z} \right)} +
{\color{green}\left( \frac{\partial f_x}{\partial y} - \frac{\partial f_y}{\partial x} \right) \mathbf{e_{xy}}} +
{\color{green}\left( \frac{\partial f_x}{\partial z} - \frac{\partial f_z}{\partial x} \right) \mathbf{e_{xz}}} +
{\color{green}\left( \frac{\partial f_y}{\partial z} - \frac{\partial f_z}{\partial y} \right) \mathbf{e_{yz}}} \\ \\ \\ &=
\nabla\cdot\mathbf{F} + \nabla \wedge \mathbf{F}
\end{align}
}
The derivative of a bivector function:
∇
F
=
(
∂
∂
x
,
∂
∂
y
,
∂
∂
z
)
(
f
x
y
(
x
,
y
,
z
)
e
x
y
+
f
x
z
(
x
,
y
,
z
)
e
x
z
+
f
y
z
(
x
,
y
,
z
)
e
y
z
)
=
(
∂
f
x
y
∂
x
e
x
y
x
+
∂
f
x
z
∂
x
e
x
z
x
+
∂
f
y
z
∂
x
e
y
z
x
)
+
(
∂
f
x
y
∂
y
e
x
y
y
+
∂
f
x
z
∂
y
e
x
z
y
+
∂
f
y
z
∂
y
e
y
z
y
)
+
(
∂
f
x
y
∂
z
e
x
y
z
+
∂
f
x
z
∂
z
e
x
z
z
+
∂
f
y
z
∂
z
e
y
z
z
)
=
(
−
∂
f
x
y
∂
x
e
y
x
x
−
∂
f
x
z
∂
x
e
z
x
x
+
∂
f
y
z
∂
x
e
x
y
z
)
+
(
∂
f
x
y
∂
y
e
x
y
y
−
∂
f
x
z
∂
y
e
x
y
z
−
∂
f
y
z
∂
y
e
z
y
y
)
+
(
∂
f
x
y
∂
z
e
x
y
z
+
∂
f
x
z
∂
z
e
x
z
z
+
∂
f
y
z
∂
z
e
y
z
z
)
=
(
−
∂
f
x
y
∂
x
e
y
−
∂
f
x
z
∂
x
e
z
+
∂
f
y
z
∂
x
e
x
y
z
)
+
(
∂
f
x
y
∂
y
e
x
−
∂
f
x
z
∂
y
e
x
y
z
−
∂
f
y
z
∂
y
e
z
)
+
(
∂
f
x
y
∂
z
e
x
y
z
+
∂
f
x
z
∂
z
e
x
+
∂
f
y
z
∂
z
e
y
)
=
(
∂
f
x
y
∂
z
e
x
y
z
+
∂
f
x
z
∂
y
e
x
z
y
+
∂
f
y
z
∂
x
e
y
z
x
)
+
(
∂
f
x
y
∂
y
e
x
+
∂
f
x
z
∂
z
e
x
)
+
(
−
∂
f
x
y
∂
x
e
y
+
∂
f
y
z
∂
z
e
y
)
+
(
−
∂
f
x
z
∂
x
e
z
−
∂
f
y
z
∂
y
e
z
)
=
(
∂
f
x
y
∂
z
−
∂
f
x
z
∂
y
+
∂
f
y
z
∂
x
)
e
x
y
z
+
(
∂
f
x
y
∂
y
+
∂
f
x
z
∂
z
)
e
x
+
(
∂
f
y
z
∂
z
−
∂
f
x
y
∂
x
)
e
y
+
(
−
∂
f
x
z
∂
x
−
∂
f
y
z
∂
y
)
e
z
{\displaystyle
\begin{align}
\nabla \mathbf{F} &=
\left( \frac{\partial}{\partial x}, \frac{\partial}{\partial y}, \frac{\partial}{\partial z} \right)
\left( f_{xy}(x,y,z) e_{xy} + f_{xz}(x,y,z) e_{xz} + f_{yz}(x,y,z) e_{yz} \right) \\ &=
\left(
\frac{\partial f_{xy}}{\partial x} \mathbf{e_{xyx}}
+ \frac{\partial f_{xz}}{\partial x} \mathbf{e_{xzx}}
+ \frac{\partial f_{yz}}{\partial x} e_{yzx}
\right) +
\left(
\frac{\partial f_{xy}}{\partial y} \mathbf{e_{xyy}}
+ \frac{\partial f_{xz}}{\partial y} e_{xzy}
+ \frac{\partial f_{yz}}{\partial y} \mathbf{e_{yzy}}
\right) +
\left(
\frac{\partial f_{xy}}{\partial z} e_{xyz}
+ \frac{\partial f_{xz}}{\partial z} \mathbf{e_{xzz}}
+ \frac{\partial f_{yz}}{\partial z} \mathbf{e_{yzz}}
\right) \\ \\ &=
\left(
{\color{blue} - \frac{\partial f_{xy}}{\partial x} \mathbf{e_{yxx}}}
{\color{blue} \, - \frac{\partial f_{xz}}{\partial x} \mathbf{e_{zxx}}}
{\color{orange} \, + \frac{\partial f_{yz}}{\partial x} e_{xyz}}
\right) +
\left(
{\color{blue} \frac{\partial f_{xy}}{\partial y} \mathbf{e_{xyy}}}
{\color{orange} \, - \frac{\partial f_{xz}}{\partial y} e_{xyz}}
{\color{blue} \, - \frac{\partial f_{yz}}{\partial y} \mathbf{e_{zyy}}}
\right) +
\left(
{\color{orange} \frac{\partial f_{xy}}{\partial z} e_{xyz}}
{\color{blue} \, + \frac{\partial f_{xz}}{\partial z} \mathbf{e_{xzz}}}
{\color{blue} \, + \frac{\partial f_{yz}}{\partial z} \mathbf{e_{yzz}}}
\right) \\ \\ &=
\left(
{\color{blue} - \frac{\partial f_{xy}}{\partial x} \mathbf{e_{y}}}
{\color{blue} \, - \frac{\partial f_{xz}}{\partial x} \mathbf{e_{z}}}
{\color{orange} \, + \frac{\partial f_{yz}}{\partial x} e_{xyz}}
\right) +
\left(
{\color{blue} \frac{\partial f_{xy}}{\partial y} \mathbf{e_{x}}}
{\color{orange} \, - \frac{\partial f_{xz}}{\partial y} e_{xyz}}
{\color{blue} \, - \frac{\partial f_{yz}}{\partial y} \mathbf{e_{z}}}
\right) +
\left(
{\color{orange} \frac{\partial f_{xy}}{\partial z} e_{xyz}}
{\color{blue} \, + \frac{\partial f_{xz}}{\partial z} \mathbf{e_{x}}}
{\color{blue} \, + \frac{\partial f_{yz}}{\partial z} \mathbf{e_{y}}}
\right) \\ \\ &=
{\color{orange}\left( \frac{\partial f_{xy}}{\partial z} e_{xyz} + \frac{\partial f_{xz}}{\partial y} e_{xzy} + \frac{\partial f_{yz}}{\partial x} e_{yzx} \right)} +
{\color{blue}\left( \frac{\partial f_{xy}}{\partial y} \mathbf{e_{x}} + \frac{\partial f_{xz}}{\partial z} \mathbf{e_{x}} \right)} +
{\color{blue}\left(-\frac{\partial f_{xy}}{\partial x} \mathbf{e_{y}} + \frac{\partial f_{yz}}{\partial z} \mathbf{e_{y}} \right)} +
{\color{blue}\left(-\frac{\partial f_{xz}}{\partial x} \mathbf{e_{z}} - \frac{\partial f_{yz}}{\partial y} \mathbf{e_{z}} \right)} \\ \\ &=
{\color{orange}\left( \frac{\partial f_{xy}}{\partial z} - \frac{\partial f_{xz}}{\partial y} + \frac{\partial f_{yz}}{\partial x} \right) e_{xyz}} +
{\color{blue}\left( \frac{\partial f_{xy}}{\partial y} + \frac{\partial f_{xz}}{\partial z} \right) \mathbf{e_{x}}} +
{\color{blue}\left( \frac{\partial f_{yz}}{\partial z} - \frac{\partial f_{xy}}{\partial x} \right) \mathbf{e_{y}}} +
{\color{blue}\left(-\frac{\partial f_{xz}}{\partial x} - \frac{\partial f_{yz}}{\partial y} \right) \mathbf{e_{z}}}
\end{align}
}
The derivative of a pseudoscalar function:
∇
F
=
(
∂
∂
x
,
∂
∂
y
,
∂
∂
z
)
(
f
(
x
,
y
,
z
)
e
x
y
z
)
=
(
∂
f
∂
x
e
x
y
z
x
+
∂
f
∂
y
e
x
y
z
y
+
∂
f
∂
z
e
x
y
z
z
)
=
(
∂
f
∂
x
e
y
z
−
∂
f
∂
y
e
x
z
+
∂
f
∂
z
e
x
y
)
{\displaystyle
\begin{align}
\nabla \mathbf{F} &=
\left( \frac{\partial}{\partial x}, \frac{\partial}{\partial y}, \frac{\partial}{\partial z} \right)
\left( f(x,y,z) e_{xyz} \right) \\ \\ \\ &=
\left(
\frac{\partial f}{\partial x} e_{xyzx}
+ \frac{\partial f}{\partial y} e_{xyzy}
+ \frac{\partial f}{\partial z} e_{xyzz}
\right) \\ &=
\left(
{\color{green}\frac{\partial f}{\partial x} e_{yz}}
- {\color{green}\frac{\partial f}{\partial y} e_{xz}}
+ {\color{green}\frac{\partial f}{\partial z} e_{xy}}
\right)
\end{align}
}
Back to top
Classical mechanics [ ]
Classical mechanics
See also: Wikipedia:Phasor
The derivative of potential is force:
F
=
∇
E
=
(
∂
∂
x
,
∂
∂
y
,
∂
∂
z
)
(
E
(
x
,
y
,
z
)
)
=
(
∂
E
∂
x
e
x
+
∂
E
∂
y
e
y
+
∂
E
∂
z
e
z
)
{\displaystyle
\begin{align}
F =
\nabla \mathbf{E} &=
\left( \frac{\partial}{\partial x}, \frac{\partial}{\partial y}, \frac{\partial}{\partial z} \right)
\left( E(x,y,z) \right) \\ \\ \\ &=
\left(
\frac{\partial E}{\partial x} e_x
+ \frac{\partial E}{\partial y} e_y
+ \frac{\partial E}{\partial z} e_z
\right)
\end{align}
}
Assuming time is a scalar:
A
=
(
d
d
t
)
V
=
(
d
d
t
)
(
v
x
(
t
)
e
x
+
v
y
(
t
)
e
y
+
v
z
(
t
)
e
z
)
=
(
d
v
x
d
t
e
x
+
d
v
y
d
t
e
y
+
d
v
z
d
t
e
z
)
{\displaystyle
\begin{align}
A =
\left( \frac{d}{d t} \right) \mathbf{V} &=
\left( \frac{d}{d t} \right)
\left( v_x(t) e_x + v_y(t) e_y + v_z(t) e_z \right) \\ &=
\left(
\frac{d v_x}{d t} \mathbf{e_{x}}
+ \frac{d v_y}{d t} \mathbf{e_{y}}
+ \frac{d v_z}{d t} \mathbf{e_{z}}
\right)
\end{align}
}
From Wikipedia:Lorentz force :
F
=
q
(
E
+
v
×
B
)
{\displaystyle \mathbf{F} = q(\mathbf{E} + \mathbf{v} \times \mathbf{B})}
F
x
=
q
(
E
x
+
v
y
B
z
−
v
z
B
y
)
e
x
{\displaystyle F_x = q (E_x + v_y B_z - v_z B_y) e_x}
F
y
=
q
(
E
y
+
v
z
B
x
−
v
x
B
z
)
e
y
{\displaystyle F_y = q (E_y + v_z B_x - v_x B_z) e_y}
F
z
=
q
(
E
z
+
v
x
B
y
−
v
y
B
x
)
e
z
{\displaystyle F_z = q (E_z + v_x B_y - v_y B_x) e_z}
And:
F
(
r
,
r
˙
,
t
,
q
)
=
q
[
E
(
r
,
t
)
+
r
˙
×
B
(
r
,
t
)
]
{\displaystyle \mathbf{F}(\mathbf{r},\mathbf{\dot{r}},t,q) = q[\mathbf{E}(\mathbf{r},t) + \mathbf{\dot{r}} \times \mathbf{B}(\mathbf{r},t)]}
The rate at which energy is transferred from the electromagnetic field to the particle is:
v
⋅
F
=
q
v
⋅
E
{\displaystyle \mathbf{v} \cdot \mathbf{F} = q \, \mathbf{v} \cdot \mathbf{E}}
Back to top
Maxwell's equations [ ]
From Wikipedia:Mathematical descriptions of the electromagnetic field
E (x , y , z , t ) and B (x , y , z , t ) are vector fields called the electric field and the magnetic field.
The behaviour of electric and magnetic fields, whether in cases of electrostatics, magnetostatics, or electrodynamics (electromagnetic fields), is governed by Maxwell's equations:
Maxwell's equations (vector fields )
∇
⋅
E
=
ρ
ε
0
{\displaystyle \nabla \cdot \mathbf{E} = \frac{\rho}{\varepsilon_0}}
Gauss's law
∇
⋅
B
=
0
{\displaystyle \nabla \cdot \mathbf{B} = 0}
Gauss's law for magnetism
∇
×
B
=
μ
0
J
+
μ
0
ε
0
∂
E
∂
t
{\displaystyle \nabla \times \mathbf{B} = \mu_0 \mathbf{J} + \mu_0\varepsilon_0 \frac{\partial \mathbf{E}}{\partial t}}
Ampère–Maxwell law
∇
×
E
=
−
∂
B
∂
t
{\displaystyle \nabla \times \mathbf{E} = -\frac {\partial \mathbf{B}}{\partial t}}
Faraday's law
where ρ is the charge density, ε 0 is the electric constant , μ 0 is the magnetic constant , and J is the current per unit area.
Back to top
Algebra of physical space [ ]
In geometric algebra w two multivectors w are introduced. One for the field and one for the current.
The field multivector, known as the * Riemann–Silberstein vector , is
F
=
E
+
I
c
B
=
E
k
σ
k
+
I
c
B
k
σ
k
=
vector + pseudovector
{\displaystyle \bold{F} = \bold{E} + Ic\bold{B} = E^k\sigma_k + IcB^k\sigma_k = \text{vector + pseudovector}}
The current multivector is
c
ρ
−
J
=
c
ρ
−
J
k
σ
k
=
scalar + vector
{\displaystyle c \rho - \bold{J} = c \rho - J^k\sigma_k = \text{scalar + vector}}
where, in the * algebra of physical space (APS)
C
ℓ
3
,
0
(
R
)
{\displaystyle C\ell_{3,0}(\mathbb{R})}
with the vector basis
{
σ
k
}
{\displaystyle \{\sigma_k\}}
. The unit * pseudoscalar is
I
=
σ
1
σ
2
σ
3
{\displaystyle I=\sigma_1\sigma_2\sigma_3}
(assuming an * orthonormal basis ). Orthonormal basis vectors share the algebra of the * Pauli matrices , but are usually not equated with them.
After defining the derivative
∇
=
σ
k
∂
k
{\displaystyle \boldsymbol{\nabla} = \sigma^k \partial_k}
Maxwell's equations are reduced to the single equation[1]
(
1
c
∂
∂
t
+
∇
)
F
=
μ
0
c
(
c
ρ
−
J
)
.
{\displaystyle \left(\frac{1}{c}\dfrac{\partial }{\partial t} + \boldsymbol{\nabla}\right)\bold{F} = \mu_0 c (c \rho - \bold{J}). }
In three dimensions, the derivative has a special structure allowing the introduction of a cross product:
∇
F
=
∇
⋅
F
+
∇
∧
F
=
∇
⋅
F
+
I
∇
×
F
{\displaystyle \boldsymbol{\nabla}\bold{F} = \boldsymbol{\nabla} \cdot \bold{F} + \boldsymbol{\nabla} \wedge \bold{F} = \boldsymbol{\nabla} \cdot \bold{F} + I \boldsymbol{\nabla} \times \bold{F}}
from which it is easily seen that Gauss's law is the scalar part, the Ampère–Maxwell law is the vector part, Faraday's law is the pseudovector part, and Gauss's law for magnetism is the pseudoscalar part of the equation . After expanding and rearranging, this can be written as
(
∇
⋅
E
−
ρ
ϵ
0
)
−
c
(
∇
×
B
−
μ
0
ϵ
0
∂
E
∂
t
−
μ
0
J
)
+
I
(
∇
×
E
+
∂
B
∂
t
)
+
I
c
(
∇
⋅
B
)
=
0
{\displaystyle
\left( \boldsymbol{\nabla} \cdot \mathbf{E} - \frac{\rho}{\epsilon_0} \right)- c \left( \boldsymbol{\nabla} \times \mathbf{B} - \mu_0 \epsilon_0 \frac{\partial {\mathbf{E}}}{\partial {t}} - \mu_0 \mathbf{J} \right)+ I \left( \boldsymbol{\nabla} \times \mathbf{E} + \frac{\partial {\mathbf{B}}}{\partial {t}} \right)+ I c \left( \boldsymbol{\nabla} \cdot \mathbf{B} \right)= 0
}
Back to top
Spacetime algebra [ ]
We can identify APS as a subalgebra of the * spacetime algebra (STA)
C
ℓ
1
,
3
(
R
)
{\displaystyle C\ell_{1,3}(\mathbb{R})}
, defining
σ
k
=
γ
k
γ
0
{\displaystyle \sigma_k=\gamma_k\gamma_0}
and
I
=
γ
0
γ
1
γ
2
γ
3
{\displaystyle I=\gamma_0\gamma_1\gamma_2\gamma_3}
. The
γ
μ
{\displaystyle \gamma_\mu}
s have the same algebraic properties of the * gamma matrices but their matrix representation is not needed. The derivative is now
∇
=
γ
μ
∂
μ
.
{\displaystyle \nabla = \gamma^\mu \partial_\mu.}
The Riemann–Silberstein becomes a bivector
F
=
E
+
I
c
B
=
E
1
γ
1
γ
0
+
E
2
γ
2
γ
0
+
E
3
γ
3
γ
0
−
c
(
B
1
γ
2
γ
3
+
B
2
γ
3
γ
1
+
B
3
γ
1
γ
2
)
,
{\displaystyle F = \bold{E} + Ic\bold{B} = E^1\gamma_1\gamma_0 + E^2\gamma_2\gamma_0 + E^3\gamma_3\gamma_0 -c(B^1\gamma_2\gamma_3 + B^2\gamma_3\gamma_1 + B^3\gamma_1\gamma_2),}
and the charge and current density become a vector
J
=
J
μ
γ
μ
=
c
ρ
γ
0
+
J
k
γ
k
=
γ
0
(
c
ρ
−
J
k
σ
k
)
.
{\displaystyle J = J^\mu \gamma_\mu = c \rho \gamma_0 + J^k \gamma_k = \gamma_0(c \rho - J^k \sigma_k).}
Owing to the identity
γ
0
∇
=
γ
0
γ
0
∂
0
+
γ
0
γ
k
∂
k
=
∂
0
+
σ
k
∂
k
=
1
c
∂
∂
t
+
∇
,
{\displaystyle \gamma_0 \nabla = \gamma_0\gamma^0 \partial_0 + \gamma_0\gamma^k\partial_k = \partial_0 + \sigma^k\partial_k = \frac{1}{c}\dfrac{\partial }{\partial t} + \boldsymbol{\nabla},}
Maxwell's equations reduce to the single equation
∇
F
=
μ
0
c
J
.
{\displaystyle \nabla F = \mu_0 c J. }
Back to top
References [ ]
See also [ ]