<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/w/index.php?action=history&amp;feed=atom&amp;title=Rectified_5-cubes</id>
	<title>Rectified 5-cubes - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/w/index.php?action=history&amp;feed=atom&amp;title=Rectified_5-cubes"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Rectified_5-cubes&amp;action=history"/>
	<updated>2026-08-05T09:27:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.47.0-wmf.7</generator>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Rectified_5-cubes&amp;diff=25245&amp;oldid=prev</id>
		<title>en&gt;Tomruen: /* = Related polytopes */</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Rectified_5-cubes&amp;diff=25245&amp;oldid=prev"/>
		<updated>2013-10-23T20:18:38Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;= Related polytopes&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Notability|date=June 2011}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Space-ﬁlling trees&amp;#039;&amp;#039;&amp;#039; are geometric constructions that are analogous to [[space-filling curve]]s,&amp;lt;ref&amp;gt;Sagan, H. and J. Holbrook: &amp;quot;Space-filling curves&amp;quot;, Springer-Verlag, New York, 1994&amp;lt;/ref&amp;gt; but have a branching, tree-like structure and are rooted.  A space-ﬁlling tree is deﬁned by an incremental process that results in a tree for which every point in the space has a ﬁnite-length path that converges to it. In contrast to [[space-filling curve]]s, individual paths in the tree are short, allowing any part of the space to be quickly reached from the root.&lt;br /&gt;
&amp;lt;ref&amp;gt;Kuffner, J.J. and S.M. LaValle: &amp;#039;&amp;#039;Space-filling Trees&amp;#039;&amp;#039;, The Robotics Institute, Carnegie Mellon University, CMU-RI-TR-09-47, 2009.&amp;lt;/ref&amp;gt; &amp;lt;ref&amp;gt;Kuffner, J.J.; LaValle, S.M.; “Space-filling trees: A new perspective on incremental search for motion planning,” Intelligent Robots and Systems (IROS), 2011 IEEE/RSJ International Conference on , vol., no., pp.2199-2206, 25-30 Sept. 2011&amp;lt;/ref&amp;gt; The simplest examples of space-filling trees have a regular, self-similar, [[fractal]] structure, but can be generalized to non-regular and even [[randomized]]/[[Monte Carlo method|Monte-Carlo]] variants (see [[Rapidly exploring random tree]]).  Space-filling trees have interesting parallels in nature, including [[ﬂuid distribution system]]s, [[vascular network]]s, and [[fractal]] plant growth, and many interesting connections to [[L-system]]s in computer science.&lt;br /&gt;
&lt;br /&gt;
==Definition==&lt;br /&gt;
&lt;br /&gt;
A space-filling tree is defined by an iterative process whereby a single point in a [[continuity (topology)|continuous]] space is connected via a continuous path to every other point in the space by a path of [[Wikt:finite|finite]] length, and for every point in the space, there is at least one path that [[Limit of a sequence|converges]] to it.&lt;br /&gt;
&lt;br /&gt;
The term &amp;quot;space-filling tree&amp;quot; in this sense was created in a 2009 tech report &amp;lt;ref&amp;gt;Kuffner, J.J. and S.M. LaValle: &amp;#039;&amp;#039;Space-filling Trees&amp;#039;&amp;#039;, The Robotics Institute, Carnegie Mellon University, CMU-RI-TR-09-47, 2009.&amp;lt;/ref&amp;gt; that defines &amp;quot;space-filling&amp;quot; and &amp;quot;tree&amp;quot; differently than their traditional definitions in mathematics.  As explained in the [[space-filling curve]] article, in 1890, Peano found the first space-filling curve, and by [[Camille Jordan|Jordan&amp;#039;s]] 1887 definition, which is now standard, a curve is a single function, not a sequence of functions.  The curve is &amp;quot;space filling&amp;quot; because it is  &amp;quot;a curve whose range contains the entire 2-dimensional unit square&amp;quot; (as explained in the first sentence of [[space-filling curve]]).&lt;br /&gt;
&lt;br /&gt;
In contrast, a space-filling tree, as defined in the tech report, is not a single tree. It is only a sequence of trees. The paper says &amp;quot;A space-filling tree is actually defined as an infinite sequence of trees&amp;quot;. It defines &amp;lt;math&amp;gt;T_{square}&amp;lt;/math&amp;gt; as a &amp;quot;sequence of trees&amp;quot;, then states &amp;quot;&amp;lt;math&amp;gt;T_{square}&amp;lt;/math&amp;gt; is a space-filling tree&amp;quot;.  It is not space-filling in the standard sense of including the entire 2-dimensional unit square.  Instead, the paper defines it as having trees in the sequence coming arbitrarily close to every point.  It states &amp;quot;A tree sequence T is called &amp;#039;space filling&amp;#039; in a space X if for every x in X, there exists a path in the tree that starts at the root and converges to x.&amp;quot;.  The standard term for this concept is that it includes a set of points that is  [[dense set|dense everywhere]] in the unit square.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
The simplest example of a space-filling tree is one that fills a [[square (geometry)|square]] planar region. The images illustrate the construction for the planar region &amp;lt;math&amp;gt;[0,1]^2 \subset \Re^2&amp;lt;/math&amp;gt;. At each iteration, additional branches are added to the existing trees.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
Image:Space_Filling_Tree_Square1.png|Square space-filling tree (Iteration 1)&lt;br /&gt;
Image:Space_Filling_Tree_Square2.png|Square space-filling tree (Iteration 2)&lt;br /&gt;
Image:Space_Filling_Tree_Square3.png|Square space-filling tree (Iteration 3)&lt;br /&gt;
Image:Space_Filling_Tree_Square4.png|Square space-filling tree (Iteration 4)&lt;br /&gt;
Image:Space_Filling_Tree_Square5.png|Square space-filling tree (Iteration 5)&lt;br /&gt;
Image:Space_Filling_Tree_Square6.png|Square space-filling tree (Iteration 6)&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Space-filling trees can also be defined for a variety of other shapes and volumes.&lt;br /&gt;
Below is the subdivision scheme used to define a space-filling for a triangular region.&lt;br /&gt;
At each iteration, additional branches are added to the existing trees connecting the center of each [[triangle]] to the centers of the four subtriangles.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;500px&amp;quot; heights = &amp;quot;150px&amp;quot;&amp;gt;&lt;br /&gt;
Image:Space_Filling_Tree_Tri_iter_1_2_3.png|Subdivision scheme for the first three iterations of the triangle space-filling tree&lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first six iterations of the triangle space-filling tree are illustrated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
Image:Space_Filling_Tree_Tri1.png|Triangle space-filling tree (Iteration 1)&lt;br /&gt;
Image:Space_Filling_Tree_Tri2.png|Triangle space-filling tree (Iteration 2)&lt;br /&gt;
Image:Space_Filling_Tree_Tri3.png|Triangle space-filling tree (Iteration 3)&lt;br /&gt;
Image:Space_Filling_Tree_Tri4.png|Triangle space-filling tree (Iteration 4)&lt;br /&gt;
Image:Space_Filling_Tree_Tri5.png|Triangle space-filling tree (Iteration 5)&lt;br /&gt;
Image:Space_Filling_Tree_Tri6.png|Triangle space-filling tree (Iteration 6)&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Space-filling trees can also be constructed in higher dimensions.  The simplest examples are [[Cubes]] in &amp;lt;math&amp;gt;\Re^3&amp;lt;/math&amp;gt; and [[hypercubes]] in &amp;lt;math&amp;gt;\Re^n&amp;lt;/math&amp;gt;.&lt;br /&gt;
A similar sequence of iterations used for the [[square (geometry)|square]] space-filling tree can be used for hypercubes.  The third iteration of such a space-filling tree in &amp;lt;math&amp;gt;\Re^3&amp;lt;/math&amp;gt; is illustrated below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;300px&amp;quot; heights=&amp;quot;300px&amp;quot;&amp;gt;&lt;br /&gt;
Image:Space_Filling_Tree_Cube3.png|Cube space-filling tree (Iteration 3)&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also {{anchor|see also}}==&lt;br /&gt;
:*[[H tree]]&lt;br /&gt;
:*[[Space-filling curve]]&lt;br /&gt;
:*[[Rapidly exploring random tree]] (RRTs)&lt;br /&gt;
&lt;br /&gt;
==References {{anchor|Notes|References|Notes or references}}==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Fractals]]&lt;/div&gt;</summary>
		<author><name>en&gt;Tomruen</name></author>
	</entry>
</feed>