File:Fudge dice tree.svg

From formulasearchengine
Jump to navigation Jump to search

Original file(SVG file, nominally 868 × 538 pixels, file size: 17 KB)

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

7-demicubic honeycomb
(No image)
Type Uniform honeycomb
Family Alternated hypercube honeycomb
Schläfli symbol h{4,3,3,3,3,3,4}
Coxeter-Dynkin diagram Template:CDD or Template:CDD
Template:CDD
Template:CDD
Facets {3,3,3,3,3,4}
h{4,3,3,3,3,3}
Vertex figure Rectified heptacross
Coxeter group [4,3,3,3,3,31,1]
, [31,1,3,3,3,31,1]

The 7-demicubic honeycomb, or demihepteractic honeycomb is a uniform space-filling tessellation (or honeycomb) in Euclidean 7-space. It is constructed as an alternation of the regular 7-cubic honeycomb.

It is composed of two different types of facets. The 7-cubes become alternated into 7-demicubes h{4,3,3,3,3,3} and the alternated vertices create 7-orthoplex {3,3,3,3,3,4} facets.

D7 lattice

The vertex arrangement of the 7-demicubic honeycomb is the D7 lattice.[1] The 84 vertices of the rectified 7-orthoplex vertex figure of the 7-demicubic honeycomb reflect the kissing number 84 of this lattice.[2] The best known is 126, from the E7 lattice and the 331 honeycomb.

The DTemplate:Sup sub packing (also called DTemplate:Sup sub) can be constructed by the union of two D7 lattices. The DTemplate:Sup sub packings form lattices only in even dimensions. The kissing number is 26=64 (2n-1 for n<8, 240 for n=8, and 2n(n-1) for n>8).[3]

Template:CDD + Template:CDD

The DTemplate:Sup sub lattice (also called DTemplate:Sup sub and CTemplate:Sup sub) can be constructed by the union of all four 7-demicubic lattices:[4] It is also the 7-dimensional body centered cubic, the union of two 7-cube honeycombs in dual positions.

Template:CDD + Template:CDD + Template:CDD + Template:CDD = Template:CDD + Template:CDD.

The kissing number of the DTemplate:Sup sub lattice is 14 (2n for n≥5) and its Voronoi tessellation is a quadritruncated 7-cubic honeycomb, Template:CDD, containing all with tritruncated 7-orthoplex, Template:CDD Voronoi cells.[5]

See also

References

  • Coxeter, H.S.M. Regular Polytopes, (3rd edition, 1973), Dover edition, ISBN 0-486-61480-8
    • pp. 154–156: Partial truncation or alternation, represented by h prefix: h{4,4}={4,4}; h{4,3,4}={31,1,4}, h{4,3,3,4}={3,3,4,3}, ...
  • Kaleidoscopes: Selected Writings of H.S.M. Coxeter, edited by F. Arthur Sherk, Peter McMullen, Anthony C. Thompson, Asia Ivic Weiss, Wiley-Interscience Publication, 1995, ISBN 978-0-471-01003-6 [1]
    • (Paper 24) H.S.M. Coxeter, Regular and Semi-Regular Polytopes III, [Math. Zeit. 200 (1988) 3-45]
  • 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534

Notes

43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.

External links

(I'm no baseball guy, but if you increase the opponent's chance of winning by intentionally putting a runner on first in that situation, how come EVERY manager does it?
The citizens of Summerside and the surrounding area derserved this facility, for too long we had to use outdated decrepit, unsafe and embarassing facilities, I applaud ethe Mayor and the Council at the time who had the vision, and the and the community spirit to push the building of this facility thru all the politics and legal stuff to get this built. And it continues to grow, The addition of a the skateboarding facility tp CUP is proving to be a well used and appreciated park for our young citizens.
http://southfloridanfp.org/coach/?key=cheap-coach-outlet-24
http://southfloridanfp.org/coach/?key=coach-gilroy-outlet-90
http://southfloridanfp.org/coach/?key=coach-sneakers-outlet-25
http://southfloridanfp.org/coach/?key=coach-bags-on-sale-at-outlet-33
http://southfloridanfp.org/coach/?key=coach-pocketbooks-outlet-64


If you adored this post and you would certainly such as to receive additional facts concerning Cheap Uggs Boots kindly go to the web site.

  1. http://www.math.rwth-aachen.de/~Gabriele.Nebe/LATTICES/D7.html
  2. Sphere packings, lattices, and groups, by John Horton Conway, Neil James Alexander Sloane, Eiichi Bannai [2]
  3. Conway (1998), p. 119
  4. http://www.math.rwth-aachen.de/~Gabriele.Nebe/LATTICES/Ds7.html
  5. Conway (1998), p. 466
 
W3C-validity not checked.

Summary

Description
English: A tree (made with w:Graphviz describing the process of throwing four Fudge dice and computing their sum. The uppermost row is the starting position ( dice thrown), the next row contains the possible states after one die has been thrown, etc. Each node contains the sum so far (above) and the probability of getting to that node (below).
Date
Source Own work
Author w:User:Bromskloss

The following source code was compiled with dot -Tsvg -o "Fudge dice tree.svg" "Fudge dice tree.dot" to produce the image:

digraph G {
	"0_0" [label="0\n1"]
	"0_0" -> "1_-1"
	"0_0" -> "1_0"
	"0_0" -> "1_1"

	"1_-1" [label="-1\n1/3"]
	"1_0" [label="0\n1/3"]
	"1_1" [label="1\n1/3"]
	"1_-1" -> "2_-2"
	"1_-1" -> "2_-1"
	"1_-1" -> "2_0"
	"1_0" -> "2_-1"
	"1_0" -> "2_0"
	"1_0" -> "2_1"
	"1_1" -> "2_0"
	"1_1" -> "2_1"
	"1_1" -> "2_2"

	"2_-2" [label="-2\n1/9"]
	"2_-1" [label="-1\n2/9"]
	"2_0" [label="0\n3/9"]
	"2_1" [label="1\n2/9"]
	"2_2" [label="2\n1/9"]
	"2_-2" -> "3_-3"
	"2_-2" -> "3_-2"
	"2_-2" -> "3_-1"
	"2_-1" -> "3_-2"
	"2_-1" -> "3_-1"
	"2_-1" -> "3_0"
	"2_0" -> "3_-1"
	"2_0" -> "3_0"
	"2_0" -> "3_1"
	"2_1" -> "3_0"
	"2_1" -> "3_1"
	"2_1" -> "3_2"
	"2_2" -> "3_1"
	"2_2" -> "3_2"
	"2_2" -> "3_3"

	"3_-3" [label="-3\n1/27"]
	"3_-2" [label="-2\n3/27"]
	"3_-1" [label="-1\n6/27"]
	"3_0" [label="0\n7/27"]
	"3_1" [label="1\n6/27"]
	"3_2" [label="2\n3/27"]
	"3_3" [label="3\n1/27"]
	"3_-3" -> "4_-4"
	"3_-3" -> "4_-3"
	"3_-3" -> "4_-2"
	"3_-2" -> "4_-3"
	"3_-2" -> "4_-2"
	"3_-2" -> "4_-1"
	"3_-1" -> "4_-2"
	"3_-1" -> "4_-1"
	"3_-1" -> "4_0"
	"3_0" -> "4_-1"
	"3_0" -> "4_0"
	"3_0" -> "4_1"
	"3_1" -> "4_0"
	"3_1" -> "4_1"
	"3_1" -> "4_2"
	"3_2" -> "4_1"
	"3_2" -> "4_2"
	"3_2" -> "4_3"
	"3_3" -> "4_2"
	"3_3" -> "4_3"
	"3_3" -> "4_4"

	"4_-4" [label="-4\n1/81"]
	"4_-3" [label="-3\n4/81"]
	"4_-2" [label="-2\n10/81"]
	"4_-1" [label="-1\n16/81"]
	"4_0" [label="0\n19/81"]
	"4_1" [label="1\n16/81"]
	"4_2" [label="2\n10/81"]
	"4_3" [label="3\n4/81"]
	"4_4" [label="4\n1/81"]
	
}

Licensing

I, the copyright holder of this work, hereby publish it under the following licenses:
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
This licensing tag was added to this file as part of the GFDL licensing update.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 2.5 Generic, 2.0 Generic and 1.0 Generic license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
You may select the license of your choice.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

7 October 2007

image/svg+xml

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current21:11, 7 August 2007Thumbnail for version as of 21:11, 7 August 2007868 × 538 (17 KB)wikimediacommons>Bromskloss{{Information |Description=A tree describing the process of throwing four Fudge dice and computing their sum. The uppermost row is the starting position (<math>0</math> dice thrown), the next row contains the possible

There are no pages that use this file.