Saturday, 2 April 2016

Mathematics in Space


Knowledge of mathematics is essential when we try to understand the origins of the universe; determine the distance to the nearest star; predict the orbit of a comet or the date of a solar eclipse; discover new planets; calculate the most efficient way to get a spacecraft to Mars, et cetera.

 We want you to produce an A4 poster that illustrates the use of mathematics in some aspect of space that you find exciting. The best posters from students aged 11-13, 14-16 and 17-19 will win an Android tablet, and we'll also put your posters on the Maths Careers website for everyone to see! There’ll also be five certificates for each age group for those posters that don't win but which really impress the judges. These will be put on the Maths Careers website as well!
Make sure you read the rules before taking part in the competition. Closing date for all entries is 19th January, 2015. Entries received after that date will not be displayed or judged.
Please include your name, age, name of school, school address and an email address where you can be contacted. If you are home schooled please send us your name, age, name of parent/guardian, their address and an email address where you can be contacted.

Thursday, 5 November 2015

Fibonacci Sequence

Fibonacci Sequence

The Fibonacci Sequence is the series of numbers:
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, ...
The next number is found by adding up the two numbers before it.
  • The 2 is found by adding the two numbers before it (1+1)
  • Similarly, the 3 is found by adding the two numbers before it (1+2),
  • And the 5 is (2+3),
  • and so on!
  •  Fibonacci Spiral

INTERNATIONAL WORKSHOP AND CONFERENCE ON ANALYSIS AND APPLIED MATHEMATICS IN TRICHY NIT(06-10 JUNE 2016)

Sunday, 1 June 2014

countable and uncountable sets

countable and uncountable sets::

Definition of countable::

A set S is called countable if there exists an injective function f from S to the natural numbers N = {0, 1, 2, 3, ...}.[4]
If this f is also surjective and therefore bijective, then S is called countably infinite.
In other words, a set is called "countably infinite" if it has one-to-one correspondence with the natural number set, N.
As noted above, this terminology is not universal: Some authors use countable to mean what is here called "countably infinite," and to not include finite sets.
For alternative (equivalent) formulations of the definition in terms of a bijective function or a surjective function

MATHEMATICAL SCIENCES

 UNIT – 1:::

Elementary set theory:


1. Introduction

Most, if not all, of pure mathematics is couched in the language of sets. You may notice that this section contains many definitions and only a few theorems. However, even a definition can contain a lot of mathematical wisdom. It took mathematicians centuries to formulate some fundamental definitions.
A set is a collection of items considered as a whole. If there are only a few items, the set can be defined by listing them in braces. For example, the set A might be defined as follows:
A = {1,2,3}
The items in a set are called elements or members of the set. They are also said to belong to the set or to be in the set, and the set is said to contain them. The symbol is used to express this relationship -- a∈ A means a belongs to A, and a∉ A means a does not belong to A.
Two sets are equal if they contain exactly the same elements. That is, set A is equal to set B if every element of A is also an element of B, and every element of B is also an element of A. The order in which the elements of a set are listed in its definition is irrelevant. For example, the sets {1,2,3} and {3,2,1} are equal.
An element cannot belong to a set more than once. Therefore, when a set is defined by listing its elements, each element is listed only once.
A set that contains no elements is called the empty set, and is represented by the symbol .
If every element of the set A is also an element of the set B, then A is said to be a subset of B, represented symbolically by A⊆ B, or B is said to include A. Every set is a subset of itself, and the empty set is a subset of every set.
If A⊆ B and there is at least one element of B that is not an element of A, then A is said to be a proper subset of B, represented symbolically by A⊂ B.
A subset is often defined by some property of its elements. For example, let A = {1,2,3,4,5,6}, and let B = {2,4,6}. Then B could be defined as the set of all elements of A which are even, or in symbols:
B ={x∈ A | x is even}.
Here the symbol | means "such that". The word "all" is understood. In some cases the set A may also be understood.
The intersection of any number of sets is the set of elements that they all have in common. For example, the intersection of {1,2,3,4,5}, {2,3,4,5,6,7,8,9} and {3,5,7,9} is {3,5}. It is clear that the intersection of a collection of sets is a subset of every set in the collection. The intersection of two sets A and B is represented symbolically by A∩B.
The intersection operation has several obvious properties:
  • Commutativity: A∩B = B∩A.
  • Associativity: (A∩B)∩C = A∩(B∩C).
  • A∩B = A if, and only if, A⊆ B.
The union of any number of sets is the set of all of their elements. For example the union of {1,2,3,4,5}, {2,3,4,5,6,7,8,9} and {3,5,7,9} is {1,2,3,4,5,6,7,8,9}. It is clear that every set in a union is a subset of their union. The union of two sets A and B is represented symbolically by A∪B.
The union operation has several obvious properties:
  • Commutativity: A∪B = B∪A.
  • Associativity: (A∪B)∪C = A∪(B∪C).
  • A∪B = B if, and only if, A⊆ B.
Two sets are said to be disjoint if they have no elements in common; i.e., A and B are disjoint if A∩B = ∅. Three or more sets are said to be disjoint if every two of them are disjoint.
The notation A-B is used to indicate the set of all elements of A that are not elements of B. This operation has no standard name, but when B is a subset of A, A-B is sometimes said to be the complement of B in A.
The relationships among sets are often represented pictorially by a Venn diagram, in which sets are represented as the interiors of overlapping circles (or other plane figures). Set combinations are represented by areas bounded by the circles, as shown in the following example for two sets:
Venn Diagram

2. Ordered Pairs

An ordered pair is a set of two elements in a specified order. An ordered pair is usually written (a,b) where a is the first element and b is the second element. Two ordered pairs (a,b) and (c,d) are equal if a=c and b=d. Reversing the elements of an ordered pair produces a different ordered pair if the elements are not the same. For example, the ordered pair (1,2) is not equal to the ordered pair (2,1).
For two sets A and B, the cross product A⨯ B is the set of all ordered pairs whose first and second elements are elements of A and B, respectively. That is,
A⨯ B = {(a,b) ∣ a∈ A and b∈ B}
Ordered triples, quadruples, etc. could be defined, but they are seldom needed.

3. Relations

A relation R on a set A is simply a set of ordered pairs of elements of A, i.e., R ⊆ A⨯ A. Two elements a and b are said to obey the relation if (a,b) is in R. However, for most relations, the set notation is not used. Instead, a symbol such as ~ placed between the elements to indicate that they obey the relation; for example a~b means that (a,b) is in R.
Other symbols often used for relations are
= > < ≥ ≤ ∣ ≠ ⊃ ⊂ ⊇ ⊆ ≡
Most useful relations have some additional properties. A relation ~ on the set A is an equivalence if the following hold for every a, b and c in A:
  • It is reflexive: a~a.
  • It is symmetric: a~b implies that b~a.
  • It is transitive: a~b and b~c imply that a~c.
A set of nonempty subsets of a set A is called a partition of A if each element of A belongs to one and only one of the subsets; i.e., if the subsets are disjoint and their union is A. The following theorem establishes a connection between an equivalence relation and a partition.
Theorem 3.1. If ~ is an equivalence relation on the set A, then there is partition of the set A such that a~b if, and only if, a and b belong to the same set in the partition. Conversely, if P is a partition of A, then "a and b belong to the same set in P" is an equivalence relation.
Proof. Consider the set P of subsets Ta = {x ∈ A | x~a}. Clearly every a in A belongs to at least one subset in P, namely Ta. Hence the sets in P are nonempty and their union is A.
Now let Ta and Tb be two subsets in P. If they have an element c in common, then c~a, c~b and x~b for every x ∈ Tb. By transitivity x~a and x ∈ Ta, too. Similar arguments show that every element of Ta is also an element of Tb. Hence Ta and Tb are equal. If two subsets in P have no element in common, they are disjoint. Hence P is the desired partition.
The converse is trivial. █
The sets in the partition associated in this way with an equivalence relation are called its equivalence classes. They are often used to define mathematical systems.
Equivalence relations on two sets A and B can be used to define an equivalence relation on A⨯ B in the obvious way: (a,b) is equivalent to (c,d) if a is equivalent to c and b is equivalent to d.

4. Order

A partial order on a set A is a relation ≤ with the following properties for every a, b and c in A:
  • It is reflexive: a ≤ a.
  • It is antisymmetric: a ≤ b and b ≤ a imply that a = b.
  • It is transitive: a ≤ b and b ≤ c imply that a ≤ c.
A partial order ≤ on the set A is called a linear order (or a total order) if, for every two elements a and b of A, a ≤ b or b ≤ a (or both, if a = b).
The set of all subsets of a set is partially ordered by inclusion: S ≤ T means S⊆ T. This partial order is usually not a total order because we can find two subsets, such as {1,2,3} and {2,3,4}, such that neither is a subset of the other.
The familiar relation ≤ in arithmetic is a total order.
In working with a partial or total order, it is common to define some associated relations:
  • a ≥ b means b ≤ a,
  • a < b means a ≤ b and a ≠ b,
  • a > b means b ≤ a and b ≠ a.
There is an alternative way to define partial and total orders. A relation < is a partial order if obeys the following two conditions:
  • It is transitive: a < b and b < c imply that a < c.
  • a < a is always false.
A partial order is a total order if it is also trichotomous: for any two elements a and b, one and only one of the following holds:
  • a < b,
  • a = b,
  • b < a.
The other relations are then defined in terms of <:
  • a ≤ b means a < b or a = b.
  • a ≥ b means b < a or a = b.
  • a > b means b < a.
It can be shown that the two ways of defining partial and total orders are equivalent.
Generally, the names "partial order" and "total order" are applied to the entire set of relations ≤, <, > and ≥ without specifying which is the order relation and which are associated with it.

5. Functions

A function f from the set A to the set B is a rule which, given any element x of A, produces exactly one corresponding element of B represented by f(x). This concept is often expressed symbolically as f:A⟶B.
A function is also called a mapping. Both names are commonly used in mathematics, but from this point forth we will use the name function.
A second, and more abstract, way to define a function f:A⟶B is as subset of A ⨯ B such that for every element x of A there is one and only one ordered pair in the subset whose first element is x. The second element of the pair is then defined to be f(x).
The element f(x) is called the image of x under the function. The function f is also said to map or carry the element x to the element f(x).
If f:A⟶B then A is called the domain of f, and the set of all elements of B which are images of elements in A is called the range of f. The sets A and B need not be different; in fact, they are the same in many applications.
Some functions have special properties that make them especially interesting or useful. If f:A⟶B, then
If the range is equal to B, then f is called a surjection, a surjective function, or a function of A onto B. The function is sometimes also said to be "onto", but the use of a preposition as an adjective sounds so stilted that good writers tend to avoid it.
If the range is a proper subset of B, then f is called a function of A into B.
If the f carries at most one element of its domain into each element of its range, i.e., if f(x) = f(y) implies that x = y, then f is called an injection, an injective function, or a one-to-one function.
If f is both surjective and one-to-one then it is called a one-to-one correspondence of A and B. If f is one-to-one but not surjective, then it is a one-to-one correspondence of A and its range, which is a proper subset of B.
If f:A⟶B is a one-to-one correspondence then it has an inverse function called f -1:B⟶A defined by
f -1(x) = the element w of A such that f(w) = x.
Of course, the converse is also true. If a function has an inverse, then it is a one-to-one correspondence.
Two functions f:A⟶B and g:A⟶B are equal if f(x) = g(x) for every x in A.
If the range of one function is a subset of the domain of another, then a composite function is defined by applying the functions successively. That is, if f:A⟶B and g:B⟶C then the composite function (f◌g):A⟶C is defined by
(f ◌g)(x) = g(f(x)) for every x in A.
If the functions have appropriate domains and ranges, composition is associative, i.e, (f ◌g) ◌h = f ◌(g ◌h).
A one-to-one function f:A⟶B of two sets with some structure is called an isomorphism if it preserves the structure. We have seen one example of a set with structure: the partially ordered set. If the sets A and B are partially ordered, then f:A⟶B is an isomorphism if it is one-to-one, surjective, and f(x) < f(y) if, and only if, x < y.
An isomorphism of a structured set with itself is called an automorphism. Clearly, the identity function (f(x) = x for all x) is an automorphism of any structured set. A good example of a nontrivial automorphism is the function which carries a complex number into its conjugate (i.e,. f(x+iy) = x-iy for all real x and y). It is one-to-one, surjective, and preserves addition and multiplication of complex numbers.
Suppose f:A⟶B and there are equivalence relations on the sets A and B. Let PA and PB be the corresponding sets of equivalence classes of A and B, respectively. If f carries equivalent elements of A into equivalent elements of B, i.e., if a ~ b implies that f(a) ~ f(b), then there is a unique function g:PA ⟶PB defined in the following manner. Let S be an equivalence class in PA. Select any element a from this equivalence class and define g(S) to be the equivalence class containing f(a). It is easily shown that this does not depend on the particular element chosen from PA. Moreover, g inherits many of the properties of f; e.g., if f is surjective, so is g.

5. Operations

A unary operation on a set is a function whose domain is that set. What distinguishes a unary operation from an ordinary function is the notation used, and often its relationships with other functions or operations. For example, the function that carries any real number x to the number -x is a unary operation called negation. The range of the function is often the same set, but this is not required.
A binary operation is a function whose domain is the cross product of two sets (or the cross product of a set with itself). For example, addition and multiplication are two binary operations on the set R⨯ R, where R is the set of real numbers. The image of an ordered pair (x,y) is usually written as x+y for addition and xy for multiplication. Here x and y are called the operands. The former notation is usually used only for addition, or operations very much like addition. The latter notation is used for more general operations.
Unary and binary operations are very common in mathematics; operations with three or more operands are rare, except for extensions of binary operations as noted below. Binary operations on a single set are more common than binary operations on pairs of sets, but both are encountered frequently.
A binary operation is said to be associative if it can be used on three operands without regard to their grouping, i.e., if
(xy)z = x(yz)
(x + y) + z = x + (y + z)
If a binary operation is associative, we can write the result for three operands without parentheses, making it a well-defined operation with three operands:
xyz = (xy)z = x(yz)
x + y + z = (x + y) + z = x + (y + z)
Ordinary addition and multiplication are associative; so are many other binary operations. The composition of functions is an associative binary operation (provided the functions have suitable domains and ranges). In fact, most binary operations are associative.
If a binary operation is associative, it is easy to extend the property to operations on four or more operands:
wxyz = (wxy)z = (w(xy))z = w((xy)z) = w(xyz).
A binary operation is commutative if the order of the operands does not affect the result; i.e., if
xy = yx
x + y = y + x
If a commutative operation is also associative, commutativity can easily be extended to operations on three or more operands:
xyz = (xy)z = (yx)z = yxz = y(xz) = (yx)z = yxz, etc.
Binary operations which are commutative but not associative are very rare. Binary operations which are associative but not commutative are fairly common. Composition of functions is one example; a demonstration of that fact will be given later.
Now consider a binary operation on A⨯ B with its range in C (which need not be different sets). Suppose there are equivalence operations on these sets (which also need not be different), and the binary operation preserves equivalence, i.e., the operation when applied to equivalent operands gives equivalent results, or a ~ b and c ~ d imply that ac ~ bd. Then, just as a function of one variable was extended to a function on equivalence classes, an operation on two variables can be extended similarly. If a and b are any elements of the equivalence classes P and Q, respectively, then PQ is defined to be the equivalence class containing ab. The new operation inherits many properties of the old one, including associativity and commutativity.




Saturday, 27 April 2013

Complex number


Complex Numbers


  • Complex numbers indicate rotation.
  • Imagine an aeroplane moving with a velocity of 5m/s.
  • image

  • Now suddenly lets say the aeroplane rotated and started moving skywards.
  • Its new velocity in this direction can be now given as 5i
  • Now consider a plane which is taking off. Such a plane has a horizontal as well as a vertical velocity.
  • Lets say the plane is moving forward with a velocity of 4m/s and is moving upwards with a velocity of 3m/s.
  • The net velocity is thus given by 4+3i.</p
  • 4+3i means the plane is moving in the forward direction (real plane) at a velocity of 3m/s and moving in the upward direction (imaginary plane) at a speed of 4m/s.
  • If the plane is moving completely horizontally…..then it has no vertical or imaginary component.
  • Eg a plane moving with a velocity of 8 forwards.

  • If the plane is moving completely verticaly on the otherv hand…it only has a vertical component with no horizontal component at all.
    Eg. The plane moving with a velocity of 8i..(upwards with a velocity of 8 ).
  • Sunday, 7 April 2013

    Sunday, 23 December 2012

    secret of pyramid



                                                        
    Our ancient temples had the pyramid ratio -- to keep prasadam fresh .  A Vaastu pyramid slows down  putrefaction of food.  Sharp sword blades placed in a N/S direction sharpens by itself to razor edges --like magic.




                                                

    The Sri Yantra large pyramid, showing exactly the same relationship between pi and phi . The ratio of the hypotenuse to half the base is phi, the Golden Ratio-- or 'divine proportion', given by (1 + square-root 5)/2 (its value to five decimal places is 1.618033989 ).




        
    A golden rectangle is a rectangle whose side lengths are in the golden ratio, 1: 1.618. whose reciprocal is 0.618033989 . . . . . so that we have 1/G = 1 + G.




    Fibonacci was a 12th century Italian who studied the 8000 year old Indian Vedic Mathematics from the Arabians at Bejaya, Algeria, and took this knowledge to Europe.  

    Egypt Pyramids

     


    Egypt Pyramids secrets

    Egypt Pyramids Secrets





    A team of scholars from architecture, Egyptology that the pharaohs were able to cancel gravity when lifting stones used in building the pyramids and move long distances through the direct sound and vibrations ELECTROSTATIC SPRAYING shipments to facilitate the lifting and Dr University architecture professor and expert on Egyptology to the editor that the scientific This interpretation of the method of building the egypt pyramids came through Brdetyn .. The first in a cemetery in one of the architects of the Middle Karnak and the second in the Louvre Museum in Paris. And said: "The Pharaohs were able to control many of the cosmic forces and exploited to achieve its purposes, and used scientific Balbndul in the development of stones to be consistent with the trend of veins in the mountains to be more resistant to erosion.the egypt pyramids secrets and miracle are the Pharaonic how to adjust the angle and the linked geometry of the universe and the movement of the stars and the magnetic and geographic trends of the earth. This theory prove wrong assumptions about the way in which built the egypt pyramids secrets.
    This is a story that appeared on the front page of the pyramids .. Which shows us the views of some scholars of architecture at the University of Cairo and Egyptologists method for building the pyramid .. New ideas are old does not depart from suggestions by aliens when they failed to reach a real secret method of building of the egypt pyramids.
    Secrets of magnetic power hidden inside the Giza pyramidThe height of the Great Pyramid in Egypt (Giza) 149.4 meters and the distance between the Earth and the sun of 149.4 million kilometers exactly.
    There is no cement at all to install the stones, Al Ahram
    but use the type of oil with which to fill drilling over the stone and then ignites and then placed the stone chipped away at the other, he spoke to the air stone puberty (the idea of cups of air).
    Did you know that the measurements of the pyramidDid you know that the area of the Great Pyramid base twelve acres and a half?
    Average weight of each stone in the pyramid, 302.5 tons.
    Said Herodotus: The (100000) A man built this pyramid for over 20 yearsCan you believe that the temperature inside the room the great Pyramid of King throughout the year does not exceed 22 degrees Celsius!! The reason for the presence of holes Ichterqan rocks on both sides of the pyramid.
    To strip the scientists analyzed the areas of Al-Ahram in Giza
    stones and found traces of chemicals prove that they are cut off from the ends of these stones at the south of Egypt chemicals which confirms that the pharaohs were aware of the chemistry.
    Building hierarchical resist earthquakesIt has been to Egypt waves of earthquakes with varying degrees of seriousness, however, the pyramids in all their forms and did not collapse did not turn out to like the ruins of buildings and monuments.
    Al-Ahram and its relationship to the sun
    In the first scientific study of its kind carried out by the Czech world Professor "Ladislav Kachinki" prove the relationship between sunrise and sunset and the building of the pyramids, after a long search for three full years involved with a group of scientists and came out the results confirm Facts,,,, it
    the secret rooms at the Great Pyramid in Giza
    Robot designed to explore the tunnel, no one could reach it and open the secret room remained unlocked 4500 years .
    How find the scret door at the Great pyramidArchaeologists announced that its heavy specialized robot inside the secret rooms at the Great Pyramid in Giza Link deeper than one yet. The robot is designed to explore the deep tunnel was not able robot earlier access and open the secret doors remained closed since 4500 years. Completed building automation explorer researchers at the University of Leeds in collaboration with Dsao French aerospace company Scowtek British manufacturing robots. It will be equipped with a camera using optical fiber to look beyond the angles and probe to test the quality of the stone and a small robot that can enter a space no more than a diameter of 1.78 cm.
    The robot uses a special door at the wheels made of nylon and carbon fibers do not affect the stone pyramid sensor.
    The Systems Engineer and Chief of Mission Shaun Whitehead told the Tech News Daily all devices and equipment designed from scratch, adding that the robots previous walking on the rail come into contact with the ground and the roof during the movement, while the new robots are used pillows soft to climb walls like larva or the way they used Mstlqo rocks to climb chimneys. There is no need for friction, but will the wheels to slip.
    And its heavy robot through a tunnel in the tomb of Queen, which penetrates the pyramid in the rear other than the tomb of King, where the tunnels lead out of the Great Pyramid to be able to go into the spirit of life.

    This is the third time that the robot tries to reach the end of the tunnel is located in the tomb of the Queen.
    The expedition first found that the giant rock blocking the tunnel and the second robot discovered another door behind him. The newspaper quoted Kristain Science Monitor for researchers at the University of Leeds, they designed the new robot specifically to overcome these barriers using robots as small and drill automated thereto





    Pyramids show



    sound and light show at pyramids is mix between the sound and light it's talk about the history of ancient egypt ,how the egyptian pyramids built , the most famous kings of egypt ,
    the show can not be described, you have to see by your eyes, I found myself among the last lap of the old myths, the price was not very expensive. It's fun to try it must ,
    An Attractive show it made me feel that Sphinx spoke to me What a wonderful feeling I wanna see it again and again.

    egypt pyramid secrets




    proved that there is movement of the turbulence energy emitted from the top or the top room, the higher the diameter and height of 8 feet in diameter and 6 inches above the pyramid made of cardboard and a height of 4 inches and also found that if placed on quartz crystals hierarchical model it increases the energy of the pyramid.

    egypt pyramid was also proven that there is a hierarchy within a magnetic field change of existing forces, as it is known that a magnetic field can prevent the entry into force of electricity or alter the magnetic field is .. This indicates that there is an electromagnetic field in the pyramid .. The strength of this field Othblg 13,000 Gauss, while the area of land is 1 Gauss, and this is the reason for the seed-breeding and activate enzymes.

    These are some of the findings of scientists on the pyramids secrets :

    1- re-polish jewelry and coins that have been oxidized.

    2- re-purity water contaminated after being placed inside the pyramid for several days.

    3- keep milk fresh for several days and when He got to change after that turn to Yogurt ... While the sour milk if placed inside a geometric shape is not a pyramid .. This result has lured some of the milk producers designed to save the hierarchy of containers of milk it sells.

    4- dried flowers, but retain their shape, color and smell.

    5- wounds and blisters and burns heal more quickly if presented to the area of energy hierarchy has proven to be dental pain and migraine headaches as well as fade and fade away the pain of rheumatism.

    6- plants grow faster in inside the pyramid by the outside.

    7- facial wash water, which may be placed inside the pyramid for the skin to return to the youth and freshness and helps to remove wrinkles.

    8- sheets of aluminum, which placed the meat and poultry when introduced to the oven if left for a certain period accelerate the culmination of the food if cooking inside them.

    9- sit under the form into the pyramid for some time gives an impression of comfort and help to reach a state of meditation and dispel the situation and end the nervous tension.

    10- food items placed inside the pyramid, retaining its original flavor and smell good for a longer set than outside it.

    11- sit inside the pyramid for several hours a day or twice a week and drinking water from the inside more of the labor and restores youth and gain more vitality and activity.

    12- razors used if it is placed within a hierarchy of several days to regain its unity and can be used after that for several times.

    13- food and remnants of food and garbage if it is placed within a hierarchy of garbage they dry up without a shot being rotten smell.

    The theory of Five:

    ** In 1877, the world emerged Joseph Sais American theory of strange,,,, is a "theory of Five," which he says:

    The pyramid has five aspects, including the base of the pyramid and the five pillars and all corners of the pyramid is (5 / 1) of the arm, a measure of an old (2 / 1).

    Is the number 5 is in control of the pyramid is engineered and astronomer Will has to do with the number 5 reference to fingers, toes and senses and panels Moses.

    This view is the view of engineering purely astronomical means that the dynamic geometric form or geometry hierarchy contains the vital energy in the center of a particular form of procedure in a vacuum affect the physiology of members of animal or plant.

    Experiences with the positive affect of the vital forces of the hidden or apparent, and the pyramid has a five-faceted engineering controls and astronomical in terms of development and its components, plastic and confirms that there is a secret of power in the vacuum of the pyramid, making him the power hidden healing through research and studies that confirm that the secret lies in the force Five of the pyramidal shape with the electromagnetic field is compatible with the north-south axis of the Earth with a precision of distance to the pyramid shape to the extent that the door of the pyramid towards the polar star.

    Not to mention that there were factors other reliable dynamic secret of these supernatural powers.

    First, the geometry:

    The pyramid has the characteristics of engineering as a miraculous rally to extraordinary and special forces like gravity, is absorbed and directed at the center of peak internal and external that leaves a strong center from top to al Qaeda's as if the summit gathering center ground forces across the base and then after assembly is a response in line straight like a laser in a package of electromagnetic fields and intense solidarity in the heart of the pyramid as a geometric ...... It may be geometry Kchwet through the peak of the forces of global-electric through the top that do not accrue only in the shape hierarchy.

    Second, the trend towards the northern axis - South:

    The trend towards the central north - south magnetic may positively affect human health and has worked to revitalize the glands and vital enzymes in the human body and activates the circulation and nervous system activity and hormones of the body, which strengthens the immunity gained and repel any invasion by microbial striker or hidden forces which protect it from harmful diseases and helped him to recover from any disease of the Film It is known that on the human body electromagnetic aura or supported the stronger external forces increased electromagnetic immunity rights, God willing, it impenetrable shield against disease, but is strange that the human personality be strong and very influential to the degree of control over others easily to the force of gravity this energy So-called rights and attractive. Is the secret of the extraordinary power inside the pyramid lies in a pool of electromagnetism and other at some point or inside the pyramid is to reduce the gravity and maintain the physical energy of the human person without a waste product of the pyramid engineering portfolios of energy within the body but the complex of power and motivation of the bomber and the energies of rights and powers hidden. They say that man on the Moon have more strength, speed, and thought out, intelligent and justify the erosion and weak lunar gravity does the human being lighter inside the pyramid, which means twice the gravity inside the pyramid, as if gravity attracts the forces and energies and because of gravity inside the pyramid Vijv weaken the rights to withdraw the forces, making it a strong .

    Monday, 1 October 2012

    Maths Poem

    A MATH POEM ON FRIENDSHIP

    0% INVEST AND 100% INTEREST

    Friendship is infinity,
    containing only plus points.
    So, my friend you are a Modulus.
    If the world is a circle,
    You are a point on the circumference,
    I am a tangent,
    which will touch the circle at that point.
    If I am a straight lineYou are a lso the same my friend.
    For we are not perpendicular,
    but always coincide.