<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=86.17.0.0%2F16</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=86.17.0.0%2F16"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/86.17.0.0/16"/>
	<updated>2026-08-15T14:00:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.47.0-wmf.7</generator>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=V-Cube_7&amp;diff=22488</id>
		<title>V-Cube 7</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=V-Cube_7&amp;diff=22488"/>
		<updated>2014-01-22T16:09:12Z</updated>

		<summary type="html">&lt;p&gt;86.17.134.115: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- [[File:Giunzioni e endpoint.png|thumb|Binarization hit-or-miss transform and branch points and end points detection]] --&amp;gt;&lt;br /&gt;
In [[mathematical morphology]], &#039;&#039;&#039;hit-or-miss transform&#039;&#039;&#039; is an operation that detects a given configuration (or pattern) in a [[binary image]], using the morphological [[erosion (morphology)|erosion]] operator and a pair of [[Disjoint sets|disjoint]] [[structuring element]]s. The result of the hit-or-miss transform is the set of positions, where the first [[structuring element]] fits in the foreground of the input image, and the second structuring element misses it completely.&lt;br /&gt;
&lt;br /&gt;
== Mathematical definition ==&lt;br /&gt;
&lt;br /&gt;
In binary morphology, an image is viewed as a [[subset]] of an [[Euclidean space]] &amp;lt;math&amp;gt;\mathbb{R}^d&amp;lt;/math&amp;gt; or the integer grid &amp;lt;math&amp;gt;\mathbb{Z}^d&amp;lt;/math&amp;gt;, for some dimension &#039;&#039;d&#039;&#039;. Let us denote this space or grid by &#039;&#039;E&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
A structuring element is a simple, pre-defined shape, represented as a binary image, used to probe another binary image, in morphological operations such as [[erosion (morphology)|erosion]], [[dilation (morphology)|dilation]], [[opening (morphology)|opening]], and [[closing (morphology)|closing]].&lt;br /&gt;
&lt;br /&gt;
Let &amp;lt;math&amp;gt;C&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;D&amp;lt;/math&amp;gt; be two structuring elements satisfying &amp;lt;math&amp;gt;C\cap D=\emptyset&amp;lt;/math&amp;gt;. The pair (&#039;&#039;C&#039;&#039;,&#039;&#039;D&#039;&#039;) is sometimes called &#039;&#039;composite structuring element&#039;&#039;. The hit-or-miss transform of a given image &#039;&#039;A&#039;&#039; by &#039;&#039;B&#039;&#039;=(&#039;&#039;C&#039;&#039;,&#039;&#039;D&#039;&#039;) is given by:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;A\odot B=(A\ominus C)\cap(A^c\ominus D)&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;A^c&amp;lt;/math&amp;gt; is the [[set complement]] of &#039;&#039;A&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
That is, a point &#039;&#039;x&#039;&#039; in &#039;&#039;E&#039;&#039; belongs to the hit-or-miss transform output if &#039;&#039;C&#039;&#039; translated to &#039;&#039;x&#039;&#039; fits in &#039;&#039;A&#039;&#039;, and &#039;&#039;D&#039;&#039; translated to &#039;&#039;x&#039;&#039; misses &#039;&#039;A&#039;&#039; (fits the background of &#039;&#039;A&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
== Some applications ==&lt;br /&gt;
&lt;br /&gt;
===Thinning===&lt;br /&gt;
&lt;br /&gt;
Let &amp;lt;math&amp;gt;E=Z^2&amp;lt;/math&amp;gt;, and consider the eight composite structuring elements, composed by:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;C_1=\{(0,0),(-1,-1),(0,-1),(1,-1)\}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;D_1=\{(-1,1),(0,1),(1,1)\}&amp;lt;/math&amp;gt;,&lt;br /&gt;
:&amp;lt;math&amp;gt;C_2=\{(-1,0),(0,0),(-1,-1),(0,-1)\}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;D_2=\{(0,1),(1,1),(1,0)\}&amp;lt;/math&amp;gt;&lt;br /&gt;
and the three rotations of each by &amp;lt;math&amp;gt;90^o&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;180^o&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;270^o&amp;lt;/math&amp;gt;. The corresponding composite structuring elements are denoted &amp;lt;math&amp;gt;B_1,\ldots,B_8&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
For any &#039;&#039;i&#039;&#039; between 1 and 8, and any binary image &#039;&#039;X&#039;&#039;, define&lt;br /&gt;
::&amp;lt;math&amp;gt;X\otimes B_i=X\setminus (X\odot B_i)&amp;lt;/math&amp;gt;,&lt;br /&gt;
where &amp;lt;math&amp;gt;\setminus&amp;lt;/math&amp;gt; denotes the [[set minus|set-theoretical difference]].&lt;br /&gt;
&lt;br /&gt;
The thinning of an image &#039;&#039;A&#039;&#039; is obtained by cyclically iterating until convergence:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;A\otimes B_1\otimes B_2\otimes\ldots\otimes B_8\otimes B_1\otimes B_2\otimes\ldots&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Other applications===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[Pattern detection]]&#039;&#039;&#039;. By definition, the hit-or-miss transform indicates the positions where a certain pattern (characterized by the composite structuring element &#039;&#039;B&#039;&#039;) occurs in the input image.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[Pruning (morphology)|Pruning]]&#039;&#039;&#039;. The hit-or-miss transform can be used to identify the end-points of a line to allow this line to be shrunk from each end to remove unwanted branches.&lt;br /&gt;
&lt;br /&gt;
* Computing the &#039;&#039;&#039;[[Euler number (topology)|Euler number]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Bibliography==&lt;br /&gt;
* &#039;&#039;An Introduction to Morphological Image Processing&#039;&#039; by Edward R. Dougherty, ISBN 0-8194-0845-X (1992)&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematical morphology]]&lt;br /&gt;
[[Category:Digital geometry]]&lt;/div&gt;</summary>
		<author><name>86.17.134.115</name></author>
	</entry>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Rank_(differential_topology)&amp;diff=15517</id>
		<title>Rank (differential topology)</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Rank_(differential_topology)&amp;diff=15517"/>
		<updated>2013-04-17T20:20:26Z</updated>

		<summary type="html">&lt;p&gt;86.17.79.159: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Stanley–Wilf conjecture&#039;&#039;&#039;, formulated independently by [[Richard P. Stanley]] and [[Herbert Wilf]] in the late 1980s, states that every [[permutation pattern]] defines a set of permutations whose growth rate is [[Exponential growth|singly exponential]]. It was proved by {{harvs|first1=Adam|last1=Marcus|author1-link=Adam Marcus (mathematician)|first2=Gábor|last2=Tardos|author2-link=Gábor Tardos|year=2004|txt}} and is no longer a conjecture.  Marcus and Tardos actually proved a different conjecture, due to {{harvs|first1=Zoltán|last1=Füredi|author1-link=Zoltán Füredi|first2=Péter|last2=Hajnal|year=1992|txt}}, which had been shown to imply the Stanley–Wilf conjecture by {{harvtxt|Klazar|2000}}.&lt;br /&gt;
&lt;br /&gt;
==Statement==&lt;br /&gt;
The Stanley–Wilf conjecture states that for every permutation &#039;&#039;β&#039;&#039;, there is a constant &#039;&#039;C&#039;&#039; such that the number |&#039;&#039;S&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt;(&#039;&#039;β&#039;&#039;)| of permutations of length &#039;&#039;n&#039;&#039; which avoid &#039;&#039;β&#039;&#039; as a [[permutation pattern]] is at most &#039;&#039;C&#039;&#039;&amp;lt;sup&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sup&amp;gt;. As {{harvtxt|Arratia|1999}} observed, this is equivalent to the convergence of the [[Limit (mathematics) |limit]]&lt;br /&gt;
:&amp;lt;math&amp;gt;\lim_{n\to\infty} |S_n(\beta)|^{1/n}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The upper bound given by Marcus and Tardos for &#039;&#039;C&#039;&#039; is [[Exponential function|exponential]] in the length of &#039;&#039;β&#039;&#039;.  A stronger conjecture of {{harvtxt|Arratia|1999}} had stated that one could take &#039;&#039;C&#039;&#039; to be {{Nowrap|(&#039;&#039;k&#039;&#039; − 1)&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;}}, where &#039;&#039;k&#039;&#039; denotes the length of &#039;&#039;β&#039;&#039;, but this conjecture was disproved for the permutation {{Nowrap|1=&#039;&#039;β&#039;&#039; = 4231}} by {{harvtxt|Albert|Elder|Rechnitzer|Westcott|2006}}. Indeed, {{harvtxt|Fox|preprint}} has shown that &#039;&#039;C&#039;&#039; is, in fact, exponential in &#039;&#039;k&#039;&#039; for [[almost all]] permutations.&lt;br /&gt;
&lt;br /&gt;
==Allowable growth rates==&lt;br /&gt;
Not every growth rate of the form &#039;&#039;C&#039;&#039;&amp;lt;sup&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sup&amp;gt; may be achieved by a permutation class, regardless of whether it is defined by a single forbidden permutation pattern or a set of forbidden patterns. If the number of permutations in a permutation class grows at more than a polynomial rate, it must grow at least as quickly as the [[Fibonacci number]]s. More specifically, define the growth constant (or Stanley–Wilf limit) of a permutation class &#039;&#039;P&#039;&#039;, with &#039;&#039;f&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;P&#039;&#039;&amp;lt;/sub&amp;gt;(&#039;&#039;n&#039;&#039;) permutations of length &#039;&#039;n&#039;&#039;, to be &lt;br /&gt;
:&amp;lt;math&amp;gt;\limsup_{n\to\infty} f_P(n)^{1/n}.&amp;lt;/math&amp;gt;&lt;br /&gt;
If the growth constant is zero, then &#039;&#039;f&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;P&#039;&#039;&amp;lt;/sub&amp;gt;(&#039;&#039;n&#039;&#039;) must be a polynomial. If it is not zero, then it must be the largest root of a polynomial of the form&lt;br /&gt;
:&amp;lt;math&amp;gt;1+x+x^2+x^3+\cdots x^{k-1}=x^k,&amp;lt;/math&amp;gt;&lt;br /&gt;
for an integer &#039;&#039;k&#039;&#039;&amp;amp;nbsp;≥&amp;amp;nbsp;2.&lt;br /&gt;
For &#039;&#039;k&#039;&#039;&amp;amp;nbsp;=&amp;amp;nbsp;2, &#039;&#039;C&#039;&#039; is the [[golden ratio]], the base of the growth rate of the Fibonacci numbers. In general, as &#039;&#039;k&#039;&#039; grows larger, these roots approach&amp;amp;nbsp;2. Thus, in this range, there are only a countably infinite number of growth rates possible.&amp;lt;ref&amp;gt;{{harvtxt|Klazar|2010}}; {{harvtxt|Kaiser|Klazar|2003}}.&amp;lt;/ref&amp;gt; However, for every &#039;&#039;C&#039;&#039;&amp;amp;nbsp;&amp;gt;&amp;amp;nbsp;2.48188 there exists a permutation class (possibly with infinitely many forbidden patterns) whose growth constant is &#039;&#039;C&#039;&#039;.&amp;lt;ref&amp;gt;{{harvtxt|Klazar|2010}}; {{harvtxt|Vatter|2010}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Enumerations of specific permutation classes]] for the growth rates of specific sets defined by permutation patterns&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
*{{Citation | last1=Albert | first1=Michael H. | author1-link=Michael H. Albert | last2=Elder | first2=Murray | last3=Rechnitzer | first3=Andrew | last4=Westcott | first4=P. | last5=Zabrocki | first5=Mike | title=On the Stanley–Wilf limit of 4231-avoiding permutations and a conjecture of Arratia | mr = 2199982 | year=2006 | journal=[[Advances in Applied Mathematics]] | volume=36 | issue=2 | pages=96–105 | doi=10.1016/j.aam.2005.05.007}}.&lt;br /&gt;
*{{Citation | last1=Arratia | first1=Richard | authorlink=Richard Arratia | title=On the Stanley–Wilf conjecture for the number of permutations avoiding a given pattern | mr = 1710623 | year=1999 | journal=[[Electronic Journal of Combinatorics]] | volume=6 | page = N1 | url=http://www.combinatorics.org/ojs/index.php/eljc/article/view/v6i1n1}}.&lt;br /&gt;
*{{Citation | last1=Fox | first1=Jacob | year=preprint | title=Stanley-Wilf limits are typically exponential | id = {{arxiv | id = 1310.8378}}&lt;br /&gt;
 }}.&lt;br /&gt;
*{{Citation | last1=Füredi | first1=Zoltán | author1-link=Zoltán Füredi | last2=Hajnal | first2=Péter | title=Davenport–Schinzel theory of matrices | mr = 1171777 | year=1992 | journal=[[Discrete Mathematics (journal)|Discrete Mathematics]] | volume=103 | issue=3 | pages=233–251 | doi=10.1016/0012-365X(92)90316-8}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Kaiser | first1 = Tomáš&lt;br /&gt;
 | last2 = Klazar | first2 = Martin&lt;br /&gt;
 | date = March 2002&lt;br /&gt;
 | issue = 2&lt;br /&gt;
 | journal = Electronic Journal of Combinatorics&lt;br /&gt;
 | mr = 2028280&lt;br /&gt;
 | page = Research paper 10, 20&lt;br /&gt;
 | title = On growth rates of closed permutation classes&lt;br /&gt;
 | url = http://www.combinatorics.org/Volume_9/Abstracts/v9i2r10.html&lt;br /&gt;
 | volume = 9}}.&lt;br /&gt;
*{{Citation | last1=Klazar | first1=Martin | contribution=The Füredi–Hajnal conjecture implies the Stanley–Wilf conjecture | mr = 1798218 | year=2000 | title=Formal Power Series and Algebraic Combinatorics (Moscow, 2000) | publisher = Springer | pages=250–255}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last = Klazar | first = Martin&lt;br /&gt;
 | contribution = Some general results in combinatorial enumeration&lt;br /&gt;
 | doi = 10.1017/CBO9780511902499.002&lt;br /&gt;
 | location = Cambridge&lt;br /&gt;
 | mr = 2732822&lt;br /&gt;
 | pages = 3–40&lt;br /&gt;
 | publisher = Cambridge Univ. Press&lt;br /&gt;
 | series = London Math. Soc. Lecture Note Ser.&lt;br /&gt;
 | title = Permutation patterns&lt;br /&gt;
 | volume = 376&lt;br /&gt;
 | year = 2010}}.&lt;br /&gt;
*{{Citation | last1=Marcus | first1=Adam | last2=Tardos | first2= Gábor | author2-link=Gábor Tardos | title=Excluded permutation matrices and the Stanley–Wilf conjecture | mr = 2063960 | year=2004 | journal=[[Journal of Combinatorial Theory]] | series= Series A  | volume=107 | issue=1 | pages=153–160 | doi=10.1016/j.jcta.2004.04.002}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last = Vatter | first = Vincent&lt;br /&gt;
 | doi = 10.1112/S0025579309000503&lt;br /&gt;
 | issue = 1&lt;br /&gt;
 | journal = Mathematika&lt;br /&gt;
 | mr = 2604993&lt;br /&gt;
 | pages = 182–192&lt;br /&gt;
 | title = Permutation classes of every growth rate above 2.48188&lt;br /&gt;
 | volume = 56&lt;br /&gt;
 | year = 2010}}.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://www.math.rutgers.edu/~zeilberg/mamarim/mamarimPDF/paramath.pdf A Description of The Stanley–Wilf Conjecture] – by [[Doron Zeilberger]].&lt;br /&gt;
* {{mathworld|urlname=Stanley-WilfConjecture|title=Stanley-Wilf conjecture}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Stanley-Wilf conjecture}}&lt;br /&gt;
[[Category:Enumerative combinatorics]]&lt;br /&gt;
[[Category:Theorems in discrete mathematics]]&lt;br /&gt;
[[Category:Permutation patterns]]&lt;/div&gt;</summary>
		<author><name>86.17.79.159</name></author>
	</entry>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Gossip_(video_game)&amp;diff=10378</id>
		<title>Gossip (video game)</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Gossip_(video_game)&amp;diff=10378"/>
		<updated>2013-03-18T01:14:09Z</updated>

		<summary type="html">&lt;p&gt;86.17.246.0: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In [[differential geometry]] and [[theoretical physics]], the &#039;&#039;&#039;classification of electromagnetic fields&#039;&#039;&#039; is a pointwise classification of [[bivector]]s at each point of a [[Lorentzian manifold]]. It is used in the study of solutions of [[Maxwell&#039;s equations]] and has applications in Einstein&#039;s theory of [[general relativity]].&lt;br /&gt;
&lt;br /&gt;
==The classification theorem==&lt;br /&gt;
&lt;br /&gt;
A (real) bivector field may be viewed, at any given event in a spacetime, as a &#039;&#039;skew-symmetric&#039;&#039; [[linear operator]] on a four-dimensional (real) [[vector space]], &#039;&#039;r&#039;&#039;&amp;lt;sup&amp;gt;&#039;&#039;a&#039;&#039;&amp;lt;/sup&amp;gt; → &#039;&#039;F&#039;&#039;&amp;lt;sup&amp;gt;&#039;&#039;a&#039;&#039;&amp;lt;/sup&amp;gt;&amp;lt;sub&amp;gt;&#039;&#039;b&#039;&#039;&amp;lt;/sub&amp;gt;&#039;&#039;r&#039;&#039;&amp;lt;sup&amp;gt;&#039;&#039;b&#039;&#039;&amp;lt;/sup&amp;gt;.  Here, the vector space is the tangent space at the given event, and thus isomorphic as a (real) inner product space to E&amp;lt;sup&amp;gt;1,3&amp;lt;/sup&amp;gt;.  That is, it has the same notion of vector [[magnitude (mathematics)|magnitude]] and [[angle]] (or inner product) as [[Minkowski spacetime]].&lt;br /&gt;
&lt;br /&gt;
In the remainder of this section (and in the next section), we&#039;ll assume our spacetime &#039;&#039;is&#039;&#039; Minkowski spacetime.  This simplifies the mathematics (but tends to blur the distinction between the tangent space at an event and the underlying manifold).  Fortunately, nothing will be lost by this apparently drastic specialization, for reasons we discuss as the end of the article.&lt;br /&gt;
&lt;br /&gt;
In studying any linear operator, we confront the &#039;&#039;eigenvalue problem&#039;&#039;, that is, the problem of finding [[eigenvalues]] &#039;&#039;&amp;amp;lambda;&#039;&#039; and [[eigenvectors]] &#039;&#039;r&#039;&#039; which satisfy the &#039;&#039;eigenvalue equation&#039;&#039;&lt;br /&gt;
: &amp;lt;math&amp;gt;F^a{}_br^b \, =\lambda r^a&amp;lt;/math&amp;gt; &lt;br /&gt;
The skew-symmetry of the operator we are interested in now implies that one of the following must hold: &lt;br /&gt;
*&#039;&#039;r&#039;&#039; is a [[null vector (Minkowski space)|null vector]] belonging to a nonzero eigenvalue&lt;br /&gt;
*&#039;&#039;r&#039;&#039; is a nonnull eigenvector belonging to the eigenvalue zero&lt;br /&gt;
*&#039;&#039;r&#039;&#039; is a null eigenvector belonging to the eigenvalue zero &lt;br /&gt;
The linearly independent null [[eigenspace]]s are called the &#039;&#039;principal null directions&#039;&#039; of the bivector.&lt;br /&gt;
&lt;br /&gt;
The classification theorem characterizes the possible principal null directions of a bivector.  It states that one of the following must hold for any &#039;&#039;nonzero&#039;&#039; bivector:&lt;br /&gt;
* one &#039;&#039;repeated&#039;&#039; principal null direction, in this case, the bivector is said to be &#039;&#039;null&#039;&#039;, &lt;br /&gt;
* two &#039;&#039;distinct&#039;&#039; principal null directions, in this case, the bivector is said to be &#039;&#039;non-null&#039;&#039;. &lt;br /&gt;
Furthermore, for any non-null bivector, the two eigenvalues associated with the two distinct principal null directions have the same magnitude but opposite sign, &#039;&#039;&amp;amp;lambda;&#039;&#039; = ±&#039;&#039;&amp;amp;nu;&#039;&#039;, so we have three subclasses of non-null bivectors: &lt;br /&gt;
:*&#039;&#039;spacelike&#039;&#039;: &#039;&#039;&amp;amp;nu;&#039;&#039; = 0 &lt;br /&gt;
:*&#039;&#039;timelike&#039;&#039; : &#039;&#039;&amp;amp;nu;&#039;&#039; ≠ 0 and rank &#039;&#039;F&#039;&#039; = 2 &lt;br /&gt;
:*&#039;&#039;non-simple&#039;&#039;: &#039;&#039;&amp;amp;nu;&#039;&#039; ≠ 0 and rank &#039;&#039;F&#039;&#039; = 4&lt;br /&gt;
where the rank refers to the [[rank (linear algebra)|rank]] of the linear operator &#039;&#039;F&#039;&#039;.  Every nonsimple bivector can be written as a &#039;&#039;sum&#039;&#039; of at most two simple ones.&lt;br /&gt;
&lt;br /&gt;
==Physical interpretation==&lt;br /&gt;
&lt;br /&gt;
The algebraic classification of bivectors given above has an important application in [[relativistic physics]]: the [[electromagnetic field]] is represented by a skew-symmetric second rank tensor (the electromagnetic field tensor) so we immediately obtain an algebraic classification of electromagnetic fields.&lt;br /&gt;
&lt;br /&gt;
Recall that for in a cartesian chart on Minkowski spacetime, the [[electromagnetic field tensor]] has components&lt;br /&gt;
:&amp;lt;math&amp;gt;F_{ab} = \left(&lt;br /&gt;
\begin{matrix}&lt;br /&gt;
0 &amp;amp; B_z &amp;amp; -B_y &amp;amp; E_x/c \\&lt;br /&gt;
-B_z &amp;amp; 0 &amp;amp; B_x &amp;amp; E_y/c \\&lt;br /&gt;
B_y &amp;amp; -B_x &amp;amp; 0 &amp;amp; E_z/c \\&lt;br /&gt;
-E_x/c &amp;amp; -E_y/c &amp;amp; -E_z/c &amp;amp; 0&lt;br /&gt;
\end{matrix}&lt;br /&gt;
\right) &amp;lt;/math&amp;gt;&lt;br /&gt;
where &amp;lt;math&amp;gt;E_x, E_y, E_z&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B_x, B_y, B_z&amp;lt;/math&amp;gt; denote respectively the components of the electric and magnetic fields, as measured by an inertial observer (at rest in our coordinates).  As usual in relativistic physics, we will find it convenient to work with [[geometrized unit system|geometrised units]] in which &amp;lt;math&amp;gt;c=1&amp;lt;/math&amp;gt;. In the &amp;quot;tensor gymanastics&amp;quot; formalism of special relativity, the [[Minkowski metric]] &amp;lt;math&amp;gt;\eta&amp;lt;/math&amp;gt; is used to raise and lower indices.&lt;br /&gt;
&lt;br /&gt;
===Invariants===&lt;br /&gt;
&lt;br /&gt;
The fundamental invariants of the electromagnetic field are:&lt;br /&gt;
:&amp;lt;math&amp;gt; P \equiv \frac{1}{2} F_{ab} \, F^{ab} = \| \vec{B} \|^2 - \| \vec{E} \|^2 = -\frac{1}{2}{}^* F_{ab} \, {}^* F^{ab}&amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;Q \equiv \frac{1}{4}  F_{ab} \, {}^*F^{ab} =\frac{1}{4}\epsilon^{abcd}F_{ab}F_{cd}= \vec{E} \cdot \vec{B}&amp;lt;/math&amp;gt;. &lt;br /&gt;
(Fundamental means that every other invariant can be expressed in terms of these two.)&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;null electromagnetic field&#039;&#039;&#039; is characterised by  &amp;lt;math&amp;gt;P = Q =0&amp;lt;/math&amp;gt;. In this case, the invariants reveal that the electric and magnetic fields are perpendicular and that they are of the same magnitude (in geometrised units). An example of a null field is a [[plane wave|plane electromagnetic wave]] in [[Minkowski space]].&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;non-null field&#039;&#039;&#039; is characterised by &amp;lt;math&amp;gt;P^2+Q^2 \neq \, 0&amp;lt;/math&amp;gt;. If &amp;lt;math&amp;gt;P \neq 0 = Q&amp;lt;/math&amp;gt;, there exists an [[inertial frame]] for which either the electric or magnetic field vanishes.  (These correspond respectively to &#039;&#039;magnetostatic&#039;&#039; and &#039;&#039;electrostatic&#039;&#039; fields.)  If &amp;lt;math&amp;gt;Q \neq 0&amp;lt;/math&amp;gt;, there exists an inertial frame in which electric and magnetic fields are proportional.&lt;br /&gt;
&lt;br /&gt;
==Curved Lorentzian manifolds==&lt;br /&gt;
&lt;br /&gt;
So far we have discussed only flat spacetime, i.e. the [[Minkowski spacetime|Minkowski vacuum]].  Fortunately, according to the (strong) equivalence principle, if we simply replace &amp;quot;inertial frame&amp;quot; above with a [[frame fields in general relativity|frame field]], everything works out exactly the same way on curved manifolds.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[Electromagnetic peeling theorem]]&lt;br /&gt;
*[[Electrovacuum solution]]&lt;br /&gt;
*[[Lorentz group]]&lt;br /&gt;
*[[Petrov classification]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
*{{cite book | author=Landau, Lev D.; and Lifshitz, E. M. | title=The Classical Theory of Fields | location=New York | publisher=Pergamon | year=1973 | isbn=0-08-025072-6}} See &#039;&#039;section 25&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematical physics]]&lt;br /&gt;
[[Category:Electromagnetism]]&lt;br /&gt;
[[Category:Lorentzian manifolds]]&lt;/div&gt;</summary>
		<author><name>86.17.246.0</name></author>
	</entry>
</feed>