<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/index.php?action=history&amp;feed=atom&amp;title=Algebraic_code-excited_linear_prediction</id>
	<title>Algebraic code-excited linear prediction - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/index.php?action=history&amp;feed=atom&amp;title=Algebraic_code-excited_linear_prediction"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Algebraic_code-excited_linear_prediction&amp;action=history"/>
	<updated>2026-04-17T04:50:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0-wmf.28</generator>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=Algebraic_code-excited_linear_prediction&amp;diff=298556&amp;oldid=prev</id>
		<title>213.106.56.145: added date to patent</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Algebraic_code-excited_linear_prediction&amp;diff=298556&amp;oldid=prev"/>
		<updated>2014-12-31T17:15:53Z</updated>

		<summary type="html">&lt;p&gt;added date to patent&lt;/p&gt;
&lt;a href=&quot;https://en.formulasearchengine.com/index.php?title=Algebraic_code-excited_linear_prediction&amp;amp;diff=298556&amp;amp;oldid=7491&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>213.106.56.145</name></author>
	</entry>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=Algebraic_code-excited_linear_prediction&amp;diff=7491&amp;oldid=prev</id>
		<title>en&gt;Smartyhall: Disambiguated: ROM → Read-only memory</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Algebraic_code-excited_linear_prediction&amp;diff=7491&amp;oldid=prev"/>
		<updated>2014-01-27T16:58:22Z</updated>

		<summary type="html">&lt;p&gt;Disambiguated: &lt;a href=&quot;/index.php?title=ROM&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;ROM (page does not exist)&quot;&gt;ROM&lt;/a&gt; → &lt;a href=&quot;/index.php?title=Read-only_memory&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Read-only memory (page does not exist)&quot;&gt;Read-only memory&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A &amp;#039;&amp;#039;&amp;#039;triangulation of a set of points&amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;&amp;#039;P&amp;#039;&amp;#039;&amp;#039; in the [[plane (geometry)|plane]] is a [[Polygon triangulation|triangulation]] of the [[convex hull]] of &amp;#039;&amp;#039;&amp;#039;P&amp;#039;&amp;#039;&amp;#039;, with all points from &amp;#039;&amp;#039;&amp;#039;P&amp;#039;&amp;#039;&amp;#039; being among the vertices of the triangulation.{{sfn |de Berg|van Kreveld|Overmars|Schwarzkopf|2008|loc=Section 9.1}} Triangulations are special cases of [[planar straight-line graph]]s.&lt;br /&gt;
&lt;br /&gt;
There are special triangulations like the [[Delaunay triangulation]] which is the [[Dual polytope|geometric dual]] of the [[Voronoi diagram]]. Subsets of the Delaunay triangulation are the [[Gabriel graph]], [[nearest neighbor graph]] and the [[minimal spanning tree]].&lt;br /&gt;
&lt;br /&gt;
Triangulations have a number of applications, and there is an interest to find a &amp;quot;good&amp;quot; triangulation for a given point set under some criteria. One of them is a [[minimum-weight triangulation]]. Sometimes it is desirable to have a triangulation with special properties, e.g., in which all triangles have large angles (long and narrow (&amp;quot;splinter&amp;quot;) triangles are avoided).&lt;br /&gt;
&lt;br /&gt;
Given a set of edges that connect some pairs of the points, the problem to determine whether they contain a triangulation is [[NP-complete]] .{{sfn |Lloyd|1977}}&lt;br /&gt;
&lt;br /&gt;
==Triangulation and convex hull==&lt;br /&gt;
A triangulation of the set &amp;#039;&amp;#039;S&amp;#039;&amp;#039; of &amp;#039;&amp;#039;n&amp;#039;&amp;#039;-dimensional points in [[general position]] may be derived from the [[convex hull]] of a set of points &amp;#039;&amp;#039;S&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; in the space of dimension larger by 1 which are the projections of the original point set onto the paraboloid surface &amp;lt;math&amp;gt;x_{n+1} = x_1^2+\cdots+x_n^2&amp;lt;/math&amp;gt;. One has to construct the convex hull of the set &amp;#039;&amp;#039;S&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; and project it back onto the space of &amp;#039;&amp;#039;S&amp;#039;&amp;#039;. If points are not in general position, additional effort is required to triangulate the non-tetrahedral [[facet (geometry)|facet]]s.&lt;br /&gt;
&lt;br /&gt;
== Complexities ==&lt;br /&gt;
&lt;br /&gt;
The following is a table of time complexity results for different kinds of optimal point set triangulations.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border:none;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:white;border:none;&amp;quot; colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
! style=&amp;quot;padding:1em;&amp;quot; | minimize&lt;br /&gt;
! style=&amp;quot;padding:1em;&amp;quot; | maximize&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;padding:1em;&amp;quot; | minimum&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:1em;&amp;quot; | angle&lt;br /&gt;
| bgcolor=&amp;quot;darkgray&amp;quot; |&lt;br /&gt;
| &amp;lt;math&amp;gt;O(n \log n)&amp;lt;/math&amp;gt; &amp;lt;br /&amp;gt; ([[Delaunay triangulation]])&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;padding:1em;&amp;quot; | maximum&lt;br /&gt;
| &amp;lt;math&amp;gt;O(n^2 \log n)&amp;lt;/math&amp;gt; {{sfn |Edelsbrunner|Tan|Waupotitsch|1990}} {{sfn |Bern|Edelsbrunner|Eppstein|Mitchell|1993}}&lt;br /&gt;
| bgcolor=&amp;quot;darkgray&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;padding:1em;&amp;quot; | minimum&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:1em;&amp;quot; | area&lt;br /&gt;
| &amp;lt;math&amp;gt;O(n^2)&amp;lt;/math&amp;gt; {{sfn |Chazelle|Guibas|Lee|1985}}&lt;br /&gt;
| &amp;lt;math&amp;gt;O(n^2 \log n)&amp;lt;/math&amp;gt; {{sfn |Vassilev|2005}}&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;padding:1em;&amp;quot; | maximum&lt;br /&gt;
| &amp;lt;math&amp;gt;O(n^2 \log n)&amp;lt;/math&amp;gt; {{sfn |Vassilev|2005}}&lt;br /&gt;
| bgcolor=&amp;quot;darkgray&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;padding:1em;&amp;quot; | maximum&lt;br /&gt;
! rowspan=&amp;quot;1&amp;quot; style=&amp;quot;padding:1em;&amp;quot; | degree&lt;br /&gt;
| [[NP-complete]] &amp;lt;br /&amp;gt; for degree of 7 {{sfn |Jansen|1992}}&lt;br /&gt;
| bgcolor=&amp;quot;darkgray&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;padding:1em;&amp;quot; | maximum&lt;br /&gt;
! rowspan=&amp;quot;1&amp;quot; style=&amp;quot;padding:1em;&amp;quot; | eccentricity&lt;br /&gt;
| &amp;lt;math&amp;gt;O(n^3)&amp;lt;/math&amp;gt; {{sfn |Bern|Edelsbrunner|Eppstein|Mitchell|1993}}&lt;br /&gt;
| bgcolor=&amp;quot;darkgray&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;padding:1em;&amp;quot; | minimum&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot; style=&amp;quot;padding:1em;&amp;quot; | edge length&lt;br /&gt;
| &amp;lt;math&amp;gt;O(n \log n)&amp;lt;/math&amp;gt; &amp;lt;br /&amp;gt; ([[Closest pair of points problem]])&lt;br /&gt;
| [[NP-complete]] {{sfn |Fekete|2012}}&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;padding:1em;&amp;quot; | maximum&lt;br /&gt;
| &amp;lt;math&amp;gt;O(n^2)&amp;lt;/math&amp;gt; {{sfn |Edelsbrunner|Tan|1991}}&lt;br /&gt;
| &amp;lt;math&amp;gt;O(n \log n)&amp;lt;/math&amp;gt; &amp;lt;br /&amp;gt; (using the [[Convex hull algorithms|Convex hull]])&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;padding:1em;&amp;quot; | sum of&lt;br /&gt;
| [[NP-hard]] &amp;lt;br /&amp;gt; ([[Minimum-weight triangulation]])&lt;br /&gt;
| bgcolor=&amp;quot;darkgray&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;padding:1em;&amp;quot; | minimum&lt;br /&gt;
! rowspan=&amp;quot;1&amp;quot; style=&amp;quot;padding:1em;&amp;quot; | height&lt;br /&gt;
| bgcolor=&amp;quot;darkgray&amp;quot; |&lt;br /&gt;
| &amp;lt;math&amp;gt;O(n^2 \log n)&amp;lt;/math&amp;gt; {{sfn |Bern|Edelsbrunner|Eppstein|Mitchell|1993}}&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;padding:1em;&amp;quot; | maximum&lt;br /&gt;
! rowspan=&amp;quot;1&amp;quot; style=&amp;quot;padding:1em;&amp;quot; | slope&lt;br /&gt;
| &amp;lt;math&amp;gt;O(n^3)&amp;lt;/math&amp;gt; {{sfn |Bern|Edelsbrunner|Eppstein|Mitchell|1993}}&lt;br /&gt;
| bgcolor=&amp;quot;darkgray&amp;quot; |&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Polygon triangulation]]&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
{{reflist|colwidth=30em}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{refbegin|colwidth=30em}}&lt;br /&gt;
* {{citation&lt;br /&gt;
 | last1 = Bern | first1 = M.&lt;br /&gt;
 | last2 = Edelsbrunner | first2 = H. | author2-link = Herbert Edelsbrunner&lt;br /&gt;
 | last3 = Eppstein | first3 = D. | author3-link = David Eppstein&lt;br /&gt;
 | last4 = Mitchell | first4 = S.&lt;br /&gt;
 | last5 = Tan | first5 = T. S.&lt;br /&gt;
 | doi = 10.1007/BF02573962&lt;br /&gt;
 | issue = 1&lt;br /&gt;
 | journal = [[Discrete and Computational Geometry]]&lt;br /&gt;
 | mr = 1215322&lt;br /&gt;
 | pages = 47–65&lt;br /&gt;
 | title = Edge insertion for optimal triangulations&lt;br /&gt;
 | volume = 10&lt;br /&gt;
 | year = 1993&lt;br /&gt;
 | ref = harv&lt;br /&gt;
}}&lt;br /&gt;
* {{cite journal&lt;br /&gt;
 | last1 = Chazelle | first1 = Bernard&lt;br /&gt;
 | last2 = Guibas | first1 = Leo J.&lt;br /&gt;
 | last3 = Lee | first3 = D. T.&lt;br /&gt;
 | title = The power of geometric duality&lt;br /&gt;
 | journal = BIT&lt;br /&gt;
 | volume = 25&lt;br /&gt;
 | issue = 1&lt;br /&gt;
 | year = 1985&lt;br /&gt;
 | issn = 0006-3835&lt;br /&gt;
 | pages = 76–90&lt;br /&gt;
 | url = http://www.cs.princeton.edu/~chazelle/pubs/PowerDuality.pdf&lt;br /&gt;
 | doi = 10.1007/BF01934990&lt;br /&gt;
 | publisher = BIT Computer Science and Numerical Mathematics&lt;br /&gt;
 | ref = harv&lt;br /&gt;
}}&lt;br /&gt;
* {{cite book&lt;br /&gt;
 | last1 = de Berg | first1 = Mark&lt;br /&gt;
 | last2 = van Kreveld | first2 = Marc &lt;br /&gt;
 | last3 = Overmars | first3 = Mark&lt;br /&gt;
 | last4 = Schwarzkopf | first4 = Otfried&lt;br /&gt;
 | title = Computational Geometry: Algorithms and Applications&lt;br /&gt;
 | edition = 3&lt;br /&gt;
 | publisher = Springer-Verlag&lt;br /&gt;
 | url = http://www.cs.uu.nl/geobook/&lt;br /&gt;
 | year = 2008&lt;br /&gt;
 | ref = harv&lt;br /&gt;
}}&lt;br /&gt;
* {{cite conference&lt;br /&gt;
 | last1 = Edelsbrunner | first1 = Herbert&lt;br /&gt;
 | last2 = Tan | first2 = Tiow Seng&lt;br /&gt;
 | last3 = Waupotitsch | first3 = Roman&lt;br /&gt;
 | year = 1990&lt;br /&gt;
 | title = An O(n2log n) time algorithm for the MinMax angle triangulation&lt;br /&gt;
 | booktitle = Proceedings of the sixth annual symposium on Computational geometry&lt;br /&gt;
 | series = SCG &amp;#039;90&lt;br /&gt;
 | pages = 44–52&lt;br /&gt;
 | url = http://doi.acm.org/10.1145/98524.98535&lt;br /&gt;
 | isbn = 0-89791-362-0&lt;br /&gt;
 | doi = 10.1145/98524.98535&lt;br /&gt;
 | publisher = ACM&lt;br /&gt;
 | ref = harv&lt;br /&gt;
}}&lt;br /&gt;
* {{cite conference&lt;br /&gt;
 | last1 = Edelsbrunner | first1 = Herbert&lt;br /&gt;
 | last2 = Tan | first2 = Tiow Seng&lt;br /&gt;
 | year = 1991&lt;br /&gt;
 | title = A quadratic time algorithm for the minmax length triangulation&lt;br /&gt;
 | booktitle = 32nd Annual Symposium on Foundations of Computer Science&lt;br /&gt;
 | pages = 414–423&lt;br /&gt;
 | url = http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=185400&lt;br /&gt;
 | isbn = 0-8186-2445-0&lt;br /&gt;
 | doi = 10.1109/SFCS.1991.185400&lt;br /&gt;
 | ref = harv&lt;br /&gt;
}}&lt;br /&gt;
* {{cite arXiv&lt;br /&gt;
 | last = Fekete&lt;br /&gt;
 | first = Sándor P.&lt;br /&gt;
 | eprint = 1208.0202&lt;br /&gt;
 | title = The Complexity of MaxMin Length Triangulation&lt;br /&gt;
 | year = 2012&lt;br /&gt;
 | version = v1&lt;br /&gt;
 | ref = harv&lt;br /&gt;
}}&lt;br /&gt;
* {{cite conference&lt;br /&gt;
 | last = Jansen&lt;br /&gt;
 | first = Klaus&lt;br /&gt;
 | year = 1992&lt;br /&gt;
 | title = The Complexity of the Min-max Degree Triangulation Problem&lt;br /&gt;
 | booktitle = 9th European Workshop on Computational Geometry&lt;br /&gt;
 | pages = 40–43&lt;br /&gt;
 | url = http://tizian.cs.uni-bonn.de/EuroCG93/j-cmmdt-93.pdf&lt;br /&gt;
 | ref = harv&lt;br /&gt;
}}&lt;br /&gt;
* {{cite conference&lt;br /&gt;
 | last = Lloyd&lt;br /&gt;
 | first = Errol Lynn&lt;br /&gt;
 | year = 1977&lt;br /&gt;
 | title = On triangulations of a set of points in the plane&lt;br /&gt;
 | booktitle = 18th Annual Symposium on Foundations of Computer Science&lt;br /&gt;
 | pages = 228–240&lt;br /&gt;
 | url = http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=4567947&lt;br /&gt;
 | issn = 0272-5428&lt;br /&gt;
 | doi = 10.1109/SFCS.1977.21&lt;br /&gt;
 | ref = harv&lt;br /&gt;
}}&lt;br /&gt;
* {{cite thesis&lt;br /&gt;
 | type = Ph.D.&lt;br /&gt;
 | first = Tzvetalin Simeonov &lt;br /&gt;
 | last = Vassilev&lt;br /&gt;
 | title = Optimal Area Triangulation&lt;br /&gt;
 | publisher = University of Saskatchewan, Saskatoon&lt;br /&gt;
 | year = 2005&lt;br /&gt;
 | url = http://ecommons.usask.ca/bitstream/handle/10388/etd-08232005-111957/thesisFF.pdf&lt;br /&gt;
 | ref = harv&lt;br /&gt;
}}&lt;br /&gt;
{{refend}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Point Set Triangulation}}&lt;br /&gt;
[[Category:Triangulation (geometry)]]&lt;br /&gt;
&lt;br /&gt;
[[de:Gitter (Geometrie)#Dreiecksgitter]]&lt;br /&gt;
[[fr:Triangulation d&amp;#039;un ensemble de points]]&lt;/div&gt;</summary>
		<author><name>en&gt;Smartyhall</name></author>
	</entry>
</feed>