loading...
vampire
absh بازدید : 213 یکشنبه 22 بهمن 1391 نظرات (0)
rom Wikipedia, the free encyclopedia
The "sphinx" polyiamond reptile. Four copies of the sphinx can be put together as shown to make a larger sphinx.

In the geometry of tessellations, a shape that can be dissected into smaller copies of the same shape is called a reptile or rep-tileSolomon W. Golombcoined the term for self-replicating tilings. The shape is labelled as rep-n if the dissection uses n copies. Such a shape necessarily forms the prototile for a tiling of the plane, in many cases an aperiodic tiling.

A selection of reptiles, including the sphinx, the fish, and the 5-triangle

A shape that tiles itself using different sizes is called an irregular rep-tile or irreptile. If the tiling uses n copies, the shape is said to be irrep-n. If all these sub-tiles are of different sizes then the tiling is additionally described as perfect. A shape that is rep-n or irrep-n is trivially also irrep-(kn − k + n) for anyk > 1, by replacing the smallest tile in the rep-n dissection by n even smaller tiles. The order of a shape, whether using rep-tiles or irrep-tiles is the smallest possible number of tiles which will suffice.

Contents

  [hide

[edit]Examples

Defining an aperiodic tiling (the pinwheel tiling) by repeatedly dissecting and inflating a rep-tile.

Every squarerectangleparallelogramrhombus, or triangle is rep-4. The "sphinx" hexiamond (illustrated) is also rep-4 and is the only known self-replicating pentagon. The Gosper island is rep-7. The Koch snowflake is irrep-7: six small snowflakes of the same size, together with another snowflake with three times the area of the smaller ones, can combine to form a single larger snowflake.

right triangle with side lengths in the ratio 1:2 is rep-5, and its rep-5 dissection forms the basis of the aperiodic pinwheel tiling. By Pythagoras' theorem, the hypotenuse, or sloping side of the rep-5 triangle, has a length of √5.

The international standard ISO 216 defines sizes of paper sheets using the Lichtenberg ratio, in which the long side of a rectangular sheet of paper is the square root of two times the short side of the paper. Rectangles in this shape are rep-2. A rectangle is rep-n if its aspect ratio is √n:1. Anisosceles right triangle is also rep-2.

[edit]Rep-tiles as Fractals

Rep-tiles can be used to create fractals, or shapes that are self-similar at smaller and smaller scales. Rep-tiles that are fully subdivided create simple fractals: for example, an equilateral triangle fully divided into four copies of itself, each of which is fully divided into four copies, and so on. However, more complex fractals can be created by discarding sub-copies at each stage of the subdivision.

An equilateral triangle dividing into three copies at smaller and smaller scales to create a Sierpinski carpet.

absh بازدید : 173 یکشنبه 22 بهمن 1391 نظرات (0)
From Wikipedia, the free encyclopedia
Displaying a 7 × 7 Latin square, thisstained glass window honors Ronald Fisher, whose Design of Experiments discussed Latin squares. Fisher's student, A. W. F. Edwards, designed this window for Caius College, Cambridge.

In combinatorics and in experimental design, a Latin square is an n × n array filled with n different symbols, each occurring exactly once in each row and exactly once in each column. Here is an example:

ABC
CAB
BCA

The name "Latin square" was inspired by mathematical papers by Leonhard Euler, who used Latin characters as symbols.[citation needed] Other symbols can be used instead of Latin letters: in the above example, the alphabetic sequence A, B, C can be replaced by the integer sequence 1, 2, 3.

Contents

  [hide

[edit]Reduced form

A Latin square is said to be reduced (also, normalized or in standard form) if both its first row and its first column are in their natural order. For example, the above Latin square is not reduced because its first column is A, C, B rather than A, B, C.

We can make any Latin square reduced by permuting (reordering) the rows and columns. Here switching the above matrix's second and third rows yields

ABC
BCA
CAB

which is reduced: Both its first row and its first column are alphabetically ordered A, B, C.

[edit]Properties

[edit]Orthogonal array representation

If each entry of an n × n Latin square is written as a triple (r,c,s), where r is the row, c is the column, and s is the symbol, we obtain a set of n2 triples called the orthogonal array representation of the square. For example, the orthogonal array representation of the first Latin square displayed above is:

{ (1,1,1),(1,2,2),(1,3,3),(2,1,2),(2,2,3),(2,3,1),(3,1,3),(3,2,1),(3,3,2) },

where for example the triple (2,3,1) means that in row 2 and column 3 there is the symbol 1. The definition of a Latin square can be written in terms of orthogonal arrays:

  • A Latin square is the set of all triples (r,c,s), where 1 ≤ rcs ≤ n, such that all ordered pairs (r,c) are distinct, all ordered pairs (r,s) are distinct, and all ordered pairs (c,s) are distinct.

For any Latin square, there are n2 triples since choosing any two uniquely determines the third. (Otherwise, an ordered pair would appear more than once in the Latin square.)

The orthogonal array representation shows that rows, columns and symbols play rather similar roles, as will be made clear below.

[edit]Equivalence classes of Latin squares

Many operations on a Latin square produce another Latin square (for example, turning it upside down).

If we permute the rows, permute the columns, and permute the names of the symbols of a Latin square, we obtain a new Latin square said to be isotopic to the first. Isotopism is an equivalence relation, so the set of all Latin squares is divided into subsets, called isotopy classes, such that two squares in the same class are isotopic and two squares in different classes are not isotopic.

Another type of operation is easiest to explain using the orthogonal array representation of the Latin square. If we systematically and consistently reorder the three items in each triple, another orthogonal array (and, thus, another Latin square) is obtained. For example, we can replace each triple (r,c,s) by (c,r,s) which corresponds to transposing the square (reflecting about its main diagonal), or we could replace each triple (r,c,s) by (c,s,r), which is a more complicated operation. Altogether there are 6 possibilities including "do nothing", giving us 6 Latin squares called the conjugates (also parastrophes) of the original square.

Finally, we can combine these two equivalence operations: two Latin squares are said to be paratopic, also main class isotopic, if one of them is isotopic to a conjugate of the other. This is again an equivalence relation, with the equivalence classes called main classesspecies, or paratopy classes. Each main class contains up to 6 isotopy classes.

[edit]Number

There is no known easily computable formula for the number L(n) of n × n Latin squares with symbols 1,2,...,n. The most accurate upper and lower bounds known for large n are far apart. One classic result is

 \prod_{k=1}^n \left(k!\right)^{n/k}\geq L(n)\geq\frac{\left(n!\right)^{2n}}{n^{n^2}}

(this given by van Lint and Wilson).

Here we will give all the known exact values. It can be seen that the numbers grow exceedingly quickly. For each n, the number of Latin squares altogether (sequence A002860 in OEIS) is n! (n-1)! times the number of reduced Latin squares (sequence A000315 in OEIS).

The numbers of Latin squares of various sizes
nreduced Latin squares of size nall Latin squares of size n
111
212
3112
44576
556161280
69408812851200
71694208061479419904000
8535281401856108776032459082956800
93775975709642588165524751496156892842531225600
1075807214831601328114892809982437658213039871725064756920320000
115363937773277371298119673540771840776966836171770144107444346734230682311065600000

For each n, each isotopy class (sequence A040082 in OEIS) contains up to (n!)3 Latin squares (the exact number varies), while each main class (sequence A003090 in OEIS) contains either 1, 2, 3 or 6 isotopy classes.

Equivalence classes of Latin squares
nmain classesisotopy classes
111
211
311
422
522
61222
7147564
82836571676267
919270853541115618721533
1034817397894749939208904371354363006
11203602955258288313419609912216177315369229261482540

[edit]Examples

We give one example of a Latin square from each main class up to order 5.


\begin{bmatrix}
 1
\end{bmatrix}
\quad
\begin{bmatrix}
 1 & 2 \\
 2 & 1
\end{bmatrix}
\quad
\begin{bmatrix}
 1 & 2 & 3 \\
 2 & 3 & 1 \\
 3 & 1 & 2
\end{bmatrix}

\begin{bmatrix}
 1 & 2 & 3 & 4 \\
 2 & 1 & 4 & 3 \\
 3 & 4 & 1 & 2 \\
 4 & 3 & 2 & 1 
\end{bmatrix}
\quad
\begin{bmatrix}
 1 & 2 & 3 & 4 \\
 2 & 4 & 1 & 3 \\
 3 & 1 & 4 & 2 \\
 4 & 3 & 2 & 1 
\end{bmatrix}

\begin{bmatrix}
 1 & 2 & 3 & 4 & 5 \\
 2 & 3 & 5 & 1 & 4 \\
 3 & 5 & 4 & 2 & 1 \\
 4 & 1 & 2 & 5 & 3 \\
 5 & 4 & 1 & 3 & 2 
\end{bmatrix}
\quad
\begin{bmatrix}
 1 & 2 & 3 & 4 & 5 \\
 2 & 4 & 1 & 5 & 3 \\
 3 & 5 & 4 & 2 & 1 \\
 4 & 1 & 5 & 3 & 2 \\
 5 & 3 & 2 & 1 & 4
\end{bmatrix}

They present, respectively, the multiplication tables of the following groups:

absh بازدید : 157 یکشنبه 22 بهمن 1391 نظرات (0)

From Wikipedia, the free encyclopedia
Euler 36.svg

The thirty-six officers problem is a mathematical puzzle proposed by Leonhard Euler in 1782.[1][2]

The problem asks if it is possible to arrange 6 regiments consisting of 6 officers each of different ranks in a 6 × 6 square so that no rank or regiment will be repeated in any row or column. Such an arrangement would form a Graeco-Latin square. Euler correctly conjectured there was no solution to this problem, and Gaston Tarry proved this in 1901;[3][4] but the problem has led to important work in combinatorics.[5]

Besides the 6 by 6 case the only other case where the equivalent problem has no solution is the 2 by 2 case, i.e. when there are 4 officers.

[edit]References

absh بازدید : 213 یکشنبه 22 بهمن 1391 نظرات (0)

From Wikipedia, the free encyclopedia
Victor Klee in 1980

Victor L. Klee, Jr. (1925, San Francisco – August 17, 2007, Lakewood, Ohio) was a mathematician specialising in convex setsfunctional analysis,analysis of algorithmsoptimization, and combinatorics. He spent almost his entire career at the University of Washington in Seattle.

Born in San Francisco, Vic Klee earned his B.A. degree in 1945 with high honors from Pomona College, majoring in mathematics and chemistry. He did his graduate studies, including a thesis on Convex Sets in Linear Spaces, and received his PhD in mathematics from the University of Virginia in 1949. After teaching several years at the University of Virginia, he moved in 1953 to the University of Washington in Seattle, Washington, where he was a faculty member for 54 years.[1] Klee wrote more than 240 research papers. He proposed Klee's measure problem and the Art gallery theorem, and Kleetopes are also named after him. Klee served as president of the Mathematical Association of America from 1971 to 1973.[1]

[edit]Notes

  1. a b Gritzmann, Peter; Sturmfels, Bernd (April 2008). "Victor L. Klee 1925–2007" (PDF). Notices of the American Mathematical Society (Providence, RI: American Mathematical Society) 55 (4): 467–473. ISSN 0002-9920.

[edit]Further reading

  • Grünbaum, BrankoRobert R. Phelps, Peter L. Renz, Kenneth A. Ross (November 2007). "Remembering Vic Klee" (PDF). Maa Focus (Washington, DC: Mathematical Association of America) 27 (8): 20–22. ISSN 0731-2040. Retrieved 2009-05-22. Short biography, and reminiscences of colleagues.
  • Klee, VictorMinty, George J. (1972). "How good is the simplex algorithm?". In Shisha, Oved. Inequalities III (Proceedings of the Third Symposium on Inequalities held at the University of California, Los Angeles, Calif., September 1–9, 1969, dedicated to the memory of Theodore S. Motzkin). New York-London: Academic Press. pp. 159–175. MR 332165.

absh بازدید : 701 پنجشنبه 12 بهمن 1391 نظرات (0)
rom Wikipedia, the free encyclopedia
The Reuleaux triangle is a constant width curve based on an equilateral triangle. All points on a side are equidistant from the opposite vertex.

Reuleaux triangle is the simplest and best known Reuleaux polygon. It is a curve of constant width, meaning that the separation of two parallel lines tangent to the curve is independent of their orientation. Because all diameters are the same, the Reuleaux triangle is one answer to the question "Other than a circle, what shape can a manhole cover be made so that it cannot fall down through the hole?" The term derives from Franz Reuleaux, a 19th-century German engineer who did pioneering work on ways that machines translate one type of motion into another, although the concept was known before his time.

Contents

  [show

[edit]Construction

To construct a Reuleaux triangle

With a compass, sweep an arc sufficient to enclose the desired figure. With radius unchanged, sweep a sufficient arc centred at a point on the first arc to intersect that arc. With the same radius and the centre at that intersection sweep a third arc to intersect the other arcs. The result is a curve of constant width.

Equivalently, given an equilateral triangle T of side length s, take the boundary of the intersection of the disks with radius s centered at the vertices of T.

By the Blaschke–Lebesgue theorem, the Reuleaux triangle has the least area of any curve of given constant width. This area is {1\over2}(\pi - \sqrt3)s^2, where s is the constant width. The existence of Reuleaux polygons shows that diameter measurements alone cannot verify that an object has a circular cross-section.

The area of Reuleaux triangle is smaller than that of the disk of the same width (i.e. diameter); the area of such a disk is \pi s^2 \over 4.

[edit]Reuleaux polygons

Reuleaux polygons

The Reuleaux triangle can be generalized to regular polygons with an odd number of sides, yielding a Reuleaux polygon. The most commonly used of these is the Reuleaux heptagon, which is the shape of several coins:

The constant width of such coins allows their use in coin-operated machines.

[edit]Other uses

The Reuleaux triangle rotating inside a square
  • The rotor of the Wankel engine is easily mistaken for a Reuleaux triangle but its curved sides are somewhat flatter than those of a Reuleaux triangle and so it does not have constant width.[1]
  • The Watts Brothers Tool Works square drill bit has the shape of a Reuleaux triangle and can, if mounted in a special chuck which allows for the bit not having a fixed centre of rotation, drill a hole that is nearly square;[2] the corners of the square are slightly rounded, as can be seen by tracing any vertex in this figure, and the drill bit covers 0.9877... of the area of the square.[3] The Harry Watt square is often used inmortising[4][5] Other Reuleaux polygons are used to drill pentagonal, hexagonal, and octagonal holes.
  • A Reuleaux triangle (along with all other curves of constant width) can roll but makes a poor wheel because it does not roll about a fixed center of rotation. An object on top of rollers with cross-sections that were Reuleaux triangles would roll smoothly and flatly, but an axle attached to Reuleaux triangle wheels would bounce up and down three times per revolution. This concept was used in a science fiction short story by Poul Anderson titled "The Three-Cornered Wheel."[6]
  • Several pencils are manufactured in this shape, rather than the more traditional round or hexagonal barrels.[7] They are usually promoted as being more comfortable or encouraging proper grip, as well as being less likely to roll off tables (since the center of gravity moves up and down more than a rolling hexagon).
  • The shape is used for signage for the National Trails System administered by the United States National Park Service,[8] as well as the logo ofColorado School of Mines and the Connecticut Collegiate Mathematics Competition.
  • Valve covers used in the Mission Bay Project of San Francisco to differentiate reclaimed water from potable water are in the shape of a Reuleaux triangle.[9]
An equidiagonal kite that maximizes the ratio of perimeter to diameter, inscribed in a Reuleaux triangle
  • Among all quadrilaterals, the shape that has the greatest ratio of its perimeter to its diameter is an equidiagonal kite that can be inscribed into a Reuleaux triangle.[10]
  • Many guitar picks employ the Reuleaux triangle, as its unique shape combines a sharp point to provide strong articulation, with a wide tip to produce a warm timbre. Many players find the shape ergonomic, since it naturally tends to point in the proper direction. Its three equal tips also prevent wear and extend lifespan, as compared to the single tip of a pick shaped like an isosceles triangle[11]

[edit]Three-dimensional version

The intersection of four spheres of radius s centered at the vertices of a regular tetrahedron with side length s is called the Reuleaux tetrahedron, but is not a surface of constant width.[12] It can, however, be made into a surface of constant width, called Meissner's tetrahedron, by replacing its edge arcs by curved surface patches. Alternatively, the surface of revolution of a Reuleaux triangle through one of its symmetry axes forms a surface of constant width, with minimum volume among all known surfaces of revolution of given constant width (Campi, Colesanti & Gronchi (1996)).

[edit]See also

درباره ما
Profile Pic
ماما منو زد
اطلاعات کاربری
  • فراموشی رمز عبور؟
  • نویسندگان
    نظرسنجی
    good
    آمار سایت
  • کل مطالب : 90
  • کل نظرات : 11
  • افراد آنلاین : 2
  • تعداد اعضا : 2
  • آی پی امروز : 58
  • آی پی دیروز : 25
  • بازدید امروز : 472
  • باردید دیروز : 790
  • گوگل امروز : 0
  • گوگل دیروز : 0
  • بازدید هفته : 3,723
  • بازدید ماه : 2,070
  • بازدید سال : 18,395
  • بازدید کلی : 157,578
  • کدهای اختصاصی
    درج و تبادل لینک

    ساخت كد آهنگ

    جلوگیری از کپی کردن مطالب

    صفحات پاپ آپ