Equals sign
Encyclopedia
|
| Tutorials | Encyclopedia | Dictionary | Directory |
|
Equals sign
A well-known equality featuring the equal sign, often used in the phrases, "put two and two together," and, "As easy as two plus two."
HistoryThe "=" symbol that is now universally accepted by mathematics for equality was first recorded by Welsh mathematician Robert Recorde in The Whetstone of Witte (1557). The original form of the symbol was much wider than the present form. In his book Recorde explains his design of the "Gemowe lines" (meaning twin lines, from the Latin gemini):
However, a manuscript from the University of Bologna, dated from 1550?68, features the same equality symbol, possibly predating its usage by Recorde. According to Scotland's St Andrews University Maths History website:[2] The symbol '=' was not immediately popular. The symbol || was used by some and æ (or ?), from the Latin word aequalis meaning equal, was widely used into the 1700s. Related symbolsA symbol used to denote items that are approximately equal is "?" (wave lines; Unicode character 2248), and the symbol used to denote when items are not equal is "?" (slashed equal sign; Unicode character 2260). The symbol "?" (Unicode character 2261) is often used to indicate an identity, or a congruence relation in modular arithmetic. The symbol "" can be used to express that an item corresponds to another. Equality of truth values, i.e. bi-implication or logical equivalence, may be denoted by various symbols including =, ~, and <=>. In programming languagesMost programming languages, which are limited to the ASCII character set, use "~=", "!=", "/=", "=/=" or "<>" to represent "not equal to"; "!=" has carried over into newsgroups and Internet forums. In programming languages, the equals sign may either denote a boolean operator to test equality of values (sometimes a double equal sign ""), or it may denote an assignment (sometimes denoted with a colon-equals ":="). In some programming languages such as PHP a double equals sign ("==") denotes equivalence, meaning that the variables may not be of the same data type, but their values can be reduced to the same value. The triple equal sign ("") denotes identityhttp://www.php.net/manual/en/language.operators.comparison.php, meaning that not only do the two values parse to be the same, they are of the same data type. For instance, in PHP the expression ("0 == false") is true, but ("0 === false") is not, because the number 0 is an integer value, whereas false is a Boolean. Incorrect usageThe equals sign is often misused in steps of a mathematical argument, when used to connect steps of working rather than to show equality. For example, if one was finding the sum of the numbers 1, 2, 3, 4, and 5, one might say: 1 + 2 = 3 + 3 = 6 + 4 = 10 + 5 = 15 This is clearly incorrect, because each part of the equality has a different value. A correct version of the argument would be 1 + 2 = 3, 3 + 3 = 6, 6 + 4 = 10, 10 + 5 = 15. See alsoNotesReferences
External linksde:Gleichheitszeichen es:= fr:= it:Uguale he:???? ??????? nl:Gelijkteken ja:?? pl:Znak równo?ci pt:Igual (símbolo) sv:likamedtecken tr:E?ittir i?areti Source: Wikipedia | The above article is available under the GNU FDL. | Edit this article
|
|
top
©2008-2009 TutorGig.com. All Rights Reserved. Privacy Statement