eng
competition

Text Practice Mode

Plus and Minus sign (Wikipedia Part 1.)

created Oct 9th 2014, 08:09 by Nehemiah Thomas


0


Rating

1289 words
1 completed
00:00
Though the signs now seem as familiar as the alphabet or the Hindu-Arabic numerals, they are not of great antiquity. The Egyptian hieroglyphic sign for addition, for example, resembled a pair of legs walking in the direction in which the text was written (Egyptian could be written either from right to left or left to right), with the reverse sign indicating subtraction: Nicole Oresme's manuscripts from the 14th century show what may be one of the earliest uses of the plus sign "+".[1]
In Europe in the early 15th century the letters "P" and "M" were generally used.[2] The symbols (P with line for più, i.e., plus, and M with line for meno, i.e., minus) appeared for the first time in Luca Pacioli’s mathematics compendium, Summa de arithmetica, geometria, proportioni et proportionalità, first printed and published in Venice in 1494.[3] The + is a simplification of the Latin "et" (comparable to the ampersand &).[4] The may be derived from a tilde written over m when used to indicate subtraction; or it may come from a shorthand version of the letter m itself.[citation needed] In his 1489 treatise Johannes Widmann referred to the symbols and + as minus and mer (Modern German mehr; "more"): "was ist, das ist minus, und das + ist das mer".[5]
A book published by Henricus Grammateus in 1518 makes another early use of + and for addition and subtraction.[6]
Robert Recorde, the designer of the equals sign, introduced plus and minus to Britain in 1557 in The Whetstone of Witte:[7] "There be other 2 signes in often use of which the first is made thus + and betokeneth more: the other is thus made and betokeneth lesse." The plus sign (+) is a binary operator that indicates addition, as in 2 + 3 = 5. It can also serve as a unary operator that leaves its operand unchanged (+x means the same as x). This notation may be used when it is desired to emphasise the positiveness of a number, especially when contrasting with the negative (+5 versus −5).
The plus sign can also indicate many other operations, depending on the mathematical system under consideration. Many algebraic structures have some operation which is called, or equivalent to, addition. It is conventional to use the plus sign to only denote commutative operations.[8] Moreover, the symbolism has been extended to very different operations. Plus can also mean:
exclusive or (usually written ⊕): 1 + 1 = 0, 1 +  = 1
logical disjunction (usually written ∨): 1 + 1 = 1, 1 +  = 1 The minus sign (−) has three main uses in mathematics:[9]
The subtraction operator: A binary operator to indicate the operation of subtraction, as in 5 3 = 2. Subtraction is the inverse of addition.
Directly in front of a number and when it is not a subtraction operator it means a negative number. For instance −5 is negative 5.
A unary operator that acts as an instruction to replace the operand by its additive inverse. For example, if x is 3, then −x is −3, but if x is −3, then −x is 3. Similarly, −(−2) is equal to 2. The above is a special case of this.
All three uses can be referred to as "minus" in everyday speech. In most English-speaking countries, −5 (for example) is normally pronounced "minus five", but in modern US usage is instead pronounced "negative five"; here, "minus" may be used by speakers born before 1950, and is still popular in some contexts, but "negative" is usually taught as the only correct reading.[10] Further, textbooks in the United States encourage −x to be read as "the opposite of x" or even "the additive inverse of x" to avoid giving the impression that −x is necessarily negative.[11]
In some contexts, different glyphs are used for these meanings; for instance in the computer language APL a raised minus sign is used in negative numbers (as in 2 5 gives −3), but such usage is rare.
In mathematics and most programming languages, the rules for the order of operations mean that −52 is equal to −25. Powers bind more strongly than the unary minus, which binds more strongly than multiplication or division. However in some programming languages and Excel in particular, unary operators bind strongest, so in these −5^2 is 25 but 0−5^2 is −25.[12] Some elementary teachers use raised plus and minus signs before numbers to show they are positive or negative numbers.[13] For example subtracting −5 from 3 might be read as positive three take away negative 5 and be shown as
3 −5 becomes 3 + 5 = 8,
or even as
+3 −5 becomes +3 + +5 which is +8. In grading systems (such as examination marks), the plus sign indicates a grade one level higher and the minus sign a grade lower. For example, B− ("B minus") is one grade lower than B. Sometimes this is extended to two plus or minus signs; for example A++ is two grades higher than A.
Positive and negative are sometimes abbreviated as +ve and −ve.[citation needed]
In mathematics the one-sided limit x→a+ means x approaches a from the right, and x→a− means x approaches a from the left. For example, when calculating what x−1 is when x approaches 0, because x−1→+∞ when x→0+ but x−1→−∞ when x→0−.
Blood types are often qualified with a plus or minus to indicate the presence or absence of the Rh factor; for instance, A+ means A-type blood with the Rh factor present, while B− means B-type blood with the Rh factor absent.
In music, augmented chords are symbolized with a plus sign, although this practice is not universal as there are other methods for spelling those chords. For example, "C+" is read "C augmented chord". Also used as superscript. As well as the normal mathematical usage plus and minus may be used for a number of other purposes in computing.
Plus and minus signs are often used in tree view on a computer screen to show if a folder is collapsed or not.
In some programming languages concatenation of strings is written: "a" + "b" = "ab", although this usage is questioned by some for violating commutativity, a property addition is expected to have.
In most programming languages, subtraction and negation are indicated with the ASCII hyphen-minus character, -. In APL a raised minus sign (Unicode U+00AF) is used to denote a negative number, as in ¯3) and in J a negative number is denoted by an underscore, as in _5.
In C and some other computer programming languages, two plus signs indicate the increment operator and two minus signs a decrement. For example, x++ means "increment the value of x by one" and x-- means "decrement the value of x by one". By extension, "++" is sometimes used in computing terminology to signify an improvement, as in the name of the language C++.
There is no concept of negative zero in mathematics, but in computing −0 may have a separate representation from zero. In the IEEE floating-point standard 1/−0 is negative infinity (−∞) whereas 1/0 is positive infinity (∞). In chemistry, the minus sign (rather than an en dash) is used for a single covalent bond between two atoms, as in the skeletal formula.
Subscripted plus and minus signs are used as diacritics in the International Phonetic Alphabet to indicate advanced or retracted articulations of speech sounds.
The minus sign is also used as tone letter in the orthographies of Dan, Krumen, Karaboro, Mwan, Wan, Yaouré, Wè, Nyabwa and Godié.[14] The Unicode character used for the tone letter (U+02D7) is different from the mathematical minus sign.  

saving score / loading statistics ...