HOME | REACH US  
 



.com .net .org .info .mobi
.biz .us .co.uk .in
.eu .ws .bz .cc .tv Etc.
Domain Names

Website Development
Web Hosting
Email Hosting
Digital Certificate
Etc.

@ Best Prices From

www.DomainsUAE.com
Algebra
   
Google
 
Web libraryoflibrary.com

Algebra is a branch of mathematics concerning the study of structure, relation, and quantity. Together with geometry, analysis, combinatorics, and number theory, algebra is one of the main branches of mathematics. Elementary algebra is often part of the curriculum in secondary education and provides an introduction to the basic ideas of algebra, including effects of adding and multiplying numbers, the concept of variables, definition of polynomials, along with factorization and determining their roots.

Algebra is much broader than elementary algebra and can be generalized. In addition to working directly with numbers, algebra covers working with symbols, variables, and set elements. Addition and multiplication are viewed as general operations, and their precise definitions lead to structures such as groups, rings and fields.

Contents

Classification

Algebra may be divided roughly into the following categories:

In some directions of advanced study, axiomatic algebraic systems such as groups, rings, fields, and algebras over a field are investigated in the presence of a geometric structure (a metric or a topology) which is compatible with the algebraic structure. The list includes a number of areas of functional analysis:

Elementary algebra

Main article: Elementary algebra

Elementary algebra is the most basic form of algebra. It is taught to students who are presumed to have no knowledge of mathematics beyond the basic principles of arithmetic. In arithmetic, only numbers and their arithmetical operations (such as +, -, ×, ÷) occur. In algebra, numbers are often denoted by symbols (such as a, x, or y). This is useful because:

  • It allows the general formulation of arithmetical laws (such as a + b = b + a for all a and b), and thus is the first step to a systematic exploration of the properties of the real number system.
  • It allows the reference to "unknown" numbers, the formulation of equations and the study of how to solve these (for instance, "Find a number x such that 3x + 1 = 10").
  • It allows the formulation of functional relationships (such as "If you sell x tickets, then your profit will be 3x - 10 dollars, or f(x) = 3x - 10, where f is the function, and x is the number to which the function is applied.").


Polynomials

Main article: Polynomial

A polynomial is an expression that is constructed from one or more variables and constants, using only the operations of addition, subtraction, and multiplication (where repeated multiplication of the same variable is standardly denoted as exponentiation with a constant non-negative whole number exponent). For example, x2 + 2x - 3 is a polynomial in the single variable x.

An important class of problems in algebra is factorization of polynomials, that is, expressing a given polynomial as a product of other polynomials. The example polynomial above can be factored as (x - 1)(x + 3). A related class of problems is finding algebraic expressions for the roots of a polynomial in a single variable.

Abstract algebra

Main article: Abstract algebra
See also: Algebraic structure

Abstract algebra extends the familiar concepts found in elementary algebra and arithmetic of numbers to more general concepts.

Sets: Rather than just considering the different types of numbers, abstract algebra deals with the more general concept of sets: a collection of all objects (called elements) selected by property, specific for the set. All collections of the familiar types of numbers are sets. Other examples of sets include the set of all two-by-two matrices, the set of all second-degree polynomials (ax2 + bx + c), the set of all two dimensional vectors in the plane, and the various finite groups such as the cyclic groups which are the group of integers modulo n. Set theory is a branch of logic and not technically a branch of algebra.

Binary operations: The notion of addition (+) is abstracted to give a binary operation, * say. The notion of binary operation is meaningless without the set on which the operation is defined. For two elements a and b in a set S, a * b is another element in the set; this condition is called closure. Addition (+), subtraction (-), multiplication (×), and division (÷) can be binary operations when defined on different sets, as is addition and multiplication of matrices, vectors, and polynomials.

Identity elements: The numbers zero and one are abstracted to give the notion of an identity element for an operation. Zero is the identity element for addition and one is the identity element for multiplication. For a general binary operator * the identity element e must satisfy a * e = a and e * a = a. This holds for addition as a + 0 = a and 0 + a = a and multiplication a × 1 = a and 1 × a = a. However, if we take the positive natural numbers and addition, there is no identity element.

Inverse elements: The negative numbers give rise to the concept of inverse elements. For addition, the inverse of a is -a, and for multiplication the inverse is 1/a. A general inverse element a-1 must satisfy the property that a * a-1 = e and a-1 * a = e.

Associativity: Addition of integers has a property called associativity. That is, the grouping of the numbers to be added does not affect the sum. For example: (2 + 3) + 4 = 2 + (3 + 4). In general, this becomes (a * b) * c = a * (b * c). This property is shared by most binary operations, but not subtraction or division or octonion multiplication.

Commutativity: Addition of integers also has a property called commutativity. That is, the order of the numbers to be added does not affect the sum. For example: 2+3=3+2. In general, this becomes a * b = b * a. Only some binary operations have this property. It holds for the integers with addition and multiplication, but it does not hold for matrix multiplication or quaternion multiplication .

Groups – structures of a set with a single binary operation

Main article: Group (mathematics)
See also: Group theory and Examples of groups

Combining the above concepts gives one of the most important structures in mathematics: a group. A group is a combination of a set S and a single binary operation *, defined in any way you choose, but with the following properties:

  • An identity element e exists, such that for every member a of S, e * a and a * e are both identical to a.
  • Every element has an inverse: for every member a of S, there exists a member a-1 such that a * a-1 and a-1 * a are both identical to the identity element.
  • The operation is associative: if a, b and c are members of S, then (a * b) * c is identical to a * (b * c).

If a group is also commutative—that is, for any two members a and b of S, a * b is identical to b * a—then the group is said to be Abelian.

For example, the set of integers under the operation of addition is a group. In this group, the identity element is 0 and the inverse of any element a is its negation, -a. The associativity requirement is met, because for any integers a, b and c, (a + b) + c = a + (b + c)

The nonzero rational numbers form a group under multiplication. Here, the identity element is 1, since 1 × a = a × 1 = a for any rational number a. The inverse of a is 1/a, since a × 1/a = 1.

The integers under the multiplication operation, however, do not form a group. This is because, in general, the multiplicative inverse of an integer is not an integer. For example, 4 is an integer, but its multiplicative inverse is ¼, which is not an integer.

The theory of groups is studied in group theory. A major result in this theory is the classification of finite simple groups, mostly published between about 1955 and 1983, which is thought to classify all of the finite simple groups into roughly 30 basic types.

Examples
Set: Natural numbers N Integers Z Rational numbers Q (also real R and complex C numbers) Integers modulo 3: Z3 = {0, 1, 2}
Operation + × (w/o zero) + × (w/o zero) + - × (w/o zero) ÷ (w/o zero) + × (w/o zero)
Closed Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes
Identity 0 1 0 1 0 N/A 1 N/A 0 1
Inverse N/A N/A -a N/A -a N/A 1/a N/A 0, 2, 1, respectively N/A, 1, 2, respectively
Associative Yes Yes Yes Yes Yes No Yes No Yes Yes
Commutative Yes Yes Yes Yes Yes No Yes No Yes Yes
Structure monoid monoid Abelian group monoid Abelian group quasigroup Abelian group quasigroup Abelian group Abelian group (Z2)

Semigroups, quasigroups, and monoids are structures similar to groups, but more general. They comprise a set and a closed binary operation, but do not necessarily satisfy the other conditions. A semigroup has an associative binary operation, but might not have an identity element. A monoid is a semigroup which does have an identity but might not have an inverse for every element. A quasigroup satisfies a requirement that any element can be turned into any other by a unique pre- or post-operation; however the binary operation might not be associative.

All groups are monoids, and all monoids are semigroups.

Rings and fields—structures of a set with two particular binary operations, (+) and (×)

See also: Ring theory, Glossary of ring theory, Field theory (mathematics), and glossary of field theory

Groups just have one binary operation. To fully explain the behaviour of the different types of numbers, structures with two operators need to be studied. The most important of these are rings, and fields.

Distributivity generalised the distributive law for numbers, and specifies the order in which the operators should be applied, (called the precedence). For the integers (a + b) × c = a × c + b × c and c × (a + b) = c × a + c × b, and × is said to be distributive over +.

A ring has two binary operations (+) and (×), with × distributive over +. Under the first operator (+) it forms an Abelian group. Under the second operator (×) it is associative, but it does not need to have identity, or inverse, so division is not allowed. The additive (+) identity element is written as 0 and the additive inverse of a is written as -a.

The integers are an example of a ring. The integers have additional properties which make it an integral domain.

A field is a ring with the additional property that all the elements excluding 0 form an Abelian group under ×. The multiplicative (×) identity is written as 1 and the multiplicative inverse of a is written as a-1.

The rational numbers, the real numbers and the complex numbers are all examples of fields.

Objects called algebras

The word algebra is also used for various algebraic structures:

History

Main article: History of algebra
See also: Timeline of algebra

While the word "algebra" comes from Arabic word (al-jabr , ?????), its origins can be traced to the ancient Babylonians,[1] who developed an advanced arithmetical system with which they were able to do calculations in an algebraic fashion. With the use of this system they were able to apply formulas and calculate solutions for unknown values for a class of problems typically solved today by using linear equations, quadratic equations, and indeterminate linear equations. By contrast, most Egyptians of this era, and most Indian, Greek and Chinese mathematicians in the first millennium BC, usually solved such equations by geometric methods, such as those described in the Rhind Mathematical Papyrus, Sulba Sutras, Euclid's Elements, and The Nine Chapters on the Mathematical Art. The geometric work of the Greeks, typified in the Elements, provided the framework for generalizing formulae beyond the solution of particular problems into more general systems of stating and solving equations.

The Greek mathematicians Hero of Alexandria and Diophantus ("the father of algebra")[2] continued the traditions of Egypt and Babylon, but Diophantus's book Arithmetica is on a much higher level.[3]

Later, the Indian mathematicians developed algebraic methods to a high degree of sophistication. Although Diophantus and the Babylonians used mostly special ad hoc methods to solve equations, Brahmagupta was the first to solve equations using general methods. He solved the linear indeterminate equations, quadratic equations, second order indeterminate equations and equations with multiple variable.

The word "algebra" is named after the Arabic word "al-jabr , ?????" from the title of the book al-Kitab al-mu?ta?ar fi ?isab al-gabr wa-l-muqabala , ?????? ??????? ?? ???? ????? ?????????, meaning The book of Summary Concerning Calculating by Transposition and Reduction, a book written by the Islamic Persian mathematician, Muhammad ibn Musa al-Khwarizmi, in 820. The word Al-Jabr means "reunion". The Hellenistic mathematician Diophantus has traditionally been known as "the father of algebra" but in more recent times there is debate over whether al-Khwarizmi, who founded the discipline of al-jabr, deserves that title instead.[4] Those who support Diophantus point to the fact that the algebra found in Al-Jabr is more elementary than the algebra found in Arithmetica and that Arithmetica is syncopated while Al-Jabr is fully rhetorical.[5] Those who support Al-Khwarizmi point to the fact that he introduced the methods of "reduction" and "balancing" (the transposition of subtracted terms to the other side of an equation, that is, the cancellation of like terms on opposite sides of the equation) which the term al-jabr originally referred to,[6] and that he gave an exhaustive explanation of solving quadratic equations,[7] supported by geometric proofs, while treating algebra as an independent discipline in its own right.[8] His algebra was also no longer concerned "with a series of problems to be resolved, but an exposition which starts with primitive terms in which the combinations must give all possible prototypes for equations, which henceforward explicitly constitute the true object of study." He also studied an equation for its own sake and "in a generic manner, insofar as it does not simply emerge in the course of solving a problem, but is specifically called on to define an infinite class of problems."[9]

The Persian mathematician, Omar Khayyam, developed algebraic geometry and found the general geometric solution of the cubic equation. Another Persian mathematician, Sharaf al-Din al-Tusi, found algebraic and numerical solutions to various cases of cubic equations.[10] He also developed the concept of a function.[11] The Indian mathematicians Mahavira and Bhaskara II, the Persian mathematician Al-Karaji,[12] and the Chinese mathematician Zhu Shijie, solved various cases of cubic, quartic, quintic and higher-order polynomial equations using numerical methods.

Another key event in the further development of algebra was the general algebraic solution of the cubic and quartic equations, developed in the mid-16th century. The idea of a determinant was developed by Japanese mathematician Kowa Seki in the 17th century, followed by Gottfried Leibniz ten years later, for the purpose of solving systems of simultaneous linear equations using matrices. Gabriel Cramer also did some work on matrices and determinants in the 18th century. Abstract algebra was developed in the 19th century, initially focusing on what is now called Galois theory, and on constructibility issues.

See also


Notes

  1. ^ Struik, Dirk J. (1987). A Concise History of Mathematics. New York: Dover Publications.
  2. ^ Diophantus, Father of Algebra
  3. ^ History of Algebra
  4. ^ Carl B. Boyer, A History of Mathematics, Second Edition (Wiley, 1991), pages 178, 181
  5. ^ Carl B. Boyer, A History of Mathematics, Second Edition (Wiley, 1991), page 228
  6. ^ (Boyer 1991, "The Arabic Hegemony" p. 229) "It is not certain just what the terms al-jabr and muqabalah mean, but the usual interpretation is similar to that implied in the translation above. The word al-jabr presumably meant something like "restoration" or "completion" and seems to refer to the transposition of subtracted terms to the other side of an equation; the word muqabalah is said to refer to "reduction" or "balancing" - that is, the cancellation of like terms on opposite sides of the equation."
  7. ^ (Boyer 1991, "The Arabic Hegemony" p. 230) "The six cases of equations given above exhaust all possibilities for linear and quadratic equations having positive root. So systematic and exhaustive was al-Khwarizmi's exposition that his readers must have had little difficulty in mastering the solutions."
  8. ^ Gandz and Saloman (1936), The sources of al-Khwarizmi's algebra, Osiris i, p. 263–277: "In a sense, Khwarizmi is more entitled to be called "the father of algebra" than Diophantus because Khwarizmi is the first to teach algebra in an elementary form and for its own sake, Diophantus is primarily concerned with the theory of numbers".
  9. ^ Rashed, R.; Armstrong, Angela (1994), The Development of Arabic Mathematics, Springer, pp. 11-2, ISBN 0792325656, OCLC 29181926 
  10. ^ O'Connor, John J.; Robertson, Edmund F., "Sharaf al-Din al-Muzaffar al-Tusi", MacTutor History of Mathematics archive 
  11. ^ Victor J. Katz, Bill Barton (October 2007), "Stages in the History of Algebra with Implications for Teaching", Educational Studies in Mathematics (Springer Netherlands) 66 (2): 185-201 [192], doi:10.1007/s10649-006-9023-7 
  12. ^ (Boyer 1991, "The Arabic Hegemony" p. 239) "Abu'l Wefa was a capable algebraist as well as a trigonometer. [...] His successor al-Karkhi evidently used this translation to become an Arabic disciple of Diophantus - but without Diophantine analysis! [...] In particular, to al-Karkhi is attributed the first numerical solution of equations of the form ax2n + bxn = c (only equations with positive roots were considered),"

References

External links



Index Of Related Pages




All pages | Previous page (Alfredo Traverso) | Next page (Algerian Air Force)

AlgebraAlgebra & Number Theory
Algebra (disambiguation)
Algebra (ring theory)
Algebra Project
Algebra bundle
Algebra homomorphismAlgebra i Logika
Algebra of Communicating Processes
Algebra of physical spaceAlgebra of random variables
Algebra of setsAlgebra of systems
Algebra over a field
Algebra representationAlgebra tile
Algebraic
Algebraic-group factorisation algorithm
Algebraic Geometry (book)Algebraic Interpretive Dialogue
Algebraic K-theory
Algebraic Logic Functional programming language
Algebraic Reconstruction Technique
Algebraic Riccati equation
Algebraic biology
Algebraic character
Algebraic chess notationAlgebraic closureAlgebraic code excited linear prediction
Algebraic combinatorics
Algebraic connectivity
Algebraic curveAlgebraic cycle
Algebraic data type
Algebraic differential equation
Algebraic element
Algebraic enumerationAlgebraic equation
Algebraic extension
Algebraic function
Algebraic geometryAlgebraic geometry and analytic geometry
Algebraic graph theoryAlgebraic group
Algebraic holography
Algebraic independenceAlgebraic integer
Algebraic linkAlgebraic logic
Algebraic manifoldAlgebraic modeling language
Algebraic normal formAlgebraic notation
Algebraic numberAlgebraic number field
Algebraic number theory
Algebraic semanticsAlgebraic set
Algebraic signal processingAlgebraic solutionAlgebraic space
Algebraic specificationAlgebraic stackAlgebraic statistics
Algebraic structure
Algebraic surface
Algebraic topologyAlgebraic topology (object)
Algebraic torus
Algebraic variety
Algebraic vector bundle
Algebraically closed field
Algebraically closed groupAlgebraically compact group
Algebraically compact module
Algebrator
AlgebroidAlgeciras
Algeciras, Huila
Algeciras BMAlgeciras CF
Algeciras ConferenceAlgedonia terrealis
Algemeen Dagblad
Algemeen HandelsbladAlgemeen Nederlands Persbureau
Algemeen Nijmeegs Studentenblad
Algemeen nut beogende instelling
Algemeene Bond van RK-kiesverenigingenAlgemene Bank Nederland
Algemene Ouderdoms Wet
Algemesí
Algenib
AlgenstedtAlgenta
Alger
Alger, Ohio
Alger, WashingtonAlger-Sullivan Lumber Company Residential Historic District
Alger "Texas" Alexander
Alger Centre
Alger County, MichiganAlger H. WoodAlger Hiss
Alger IslandAlger Island, New YorkAlger Island, Russia
Alger of Liège
AlgeriaAlgeria's News Agency
Algeria-Cyprus relations
Algeria Davis Cup teamAlgeria Fed Cup teamAlgeria International (badminton)
Algeria and weapons of mass destruction
Algeria at the 1964 Summer OlympicsAlgeria at the 1968 Summer Olympics
Algeria at the 1972 Summer OlympicsAlgeria at the 1980 Summer OlympicsAlgeria at the 1984 Summer Olympics
Algeria at the 1988 Summer OlympicsAlgeria at the 1992 Summer OlympicsAlgeria at the 1992 Winter Olympics
Algeria at the 1996 Summer OlympicsAlgeria at the 2000 Summer OlympicsAlgeria at the 2004 Summer Olympics
Algeria at the 2005 Mediterranean GamesAlgeria at the 2006 Winter OlympicsAlgeria at the 2007 World Championships in Athletics
Algeria at the 2008 Summer OlympicsAlgeria at the 2008 Summer ParalympicsAlgeria at the Olympics
Algeria national basketball teamAlgeria national football teamAlgeria national ice hockey team
Algeria national rugby union teamAlgeria women's national football team
Algeria women's national volleyball teamAlgerian
Algerian-Greek relations

Previous page (Alfredo Traverso) | Next page (Algerian Air Force)



BUILD YOUR WEB SITE WITH www.DomainsUAE.com