Copyright © Philip M. Parker, INSEAD. Terms of Use.

Definition: Positive |
PositiveAdjective1. Characterized by or displaying affirmation or acceptance or certainty etc.; "a positive attitude"; "the reviews were all positive"; "a positive benefit"; "a positive demand". 2. Having a positive electric charge; "protons are positive". 3. Persuaded of; very sure; "were convinced that it would be to their advantage to join"; "I am positive he is lying"; "was confident he would win". 4. Involving advantage or good; "a plus (or positive) factor". 5. (medicine) indicating existence or presence of a suspected condition or pathogen; "a positive pregnancy test". 6. Formally laid down or imposed; "positive laws". 7. Impossible to deny or disprove; "incontrovertible proof of the defendant's innocence"; "proof positive"; "an irrefutable argument". 8. Of or relating to positivism; "positivist thinkers"; "positivist doctrine"; "positive philosophy". 9. (mathematics) greater than zero; "positive numbers". 10. : marked by excessive confidence; "an arrogant and cocksure materialist"; "so overconfident and impudent as to speak to the queen"; "the less he knows the more positive he gets". 11. : granting what has been desired or requested; "a favorable reply"; "a positive answer". Noun1. A film showing a photographic image whose tones correspond to those of the original subject. Source: WordNet 1.7.1 Copyright © 2001 by Princeton University. All rights reserved. |
Date "positive" was first used: sometime in the early 14th century. (references) |
Etymology: Positive \Pos"i*tive\, adjective. [Old English positif, French positif, Latin positivus. See Position.]. (references) |
| Domain | Definition |
Satire | POSITIVE, adj. Mistaken at the top of one's voice. Source: Devil's Dictionary. |
Chemistry | A matrix with a surface like that which is to be ultimately produced by electro-forming. Source: European Union. (references) |
Fine Arts | A photographic image with tonal or colour values as in the original. Source: European Union. (references) |
General | Exact image of copy as distinguished from reverse image or negative. Source: European Union. (references) |
Mining | A. Electrically, a point at a relatively high potential with respect to another point. A positive ion is one in which a particle, molecular or atomic, has ceased to be neutral owing to loss of one or more electrons b. Positive ore is ore that has been proved to exist by being blocked out in panels sampled at close intervals on all four sides so as to establishits quality and quantity beyond reasonable doubt. (references) |
Source: compiled by the editor from various references; see credits. | |
(From Wikipedia, the free Encyclopedia)
A negative number is a number that is less than zero, such as -3. A positive number is a number that is greater than zero, such as 3. Zero itself is neither negative nor positive. The non-negative numbers are the positive numbers together with zero. Note that some numbers are neither negative nor non-negative, for example the imaginary unit i.
Negative numbers
These include negative integers, negative rational numbers, negative real numbers, negative hyperreal numbers, and negative surreal numbers.Negative integers can be regarded as an extension of the natural numbers, such that the equation x - y = z has a meaningful solution for all values of x and y. The other sets of numbers are then derived as progressively more elaborate extensions and generalizations from the integers.
Negative numbers are useful to describe values on a scale that goes below zero, such as temperature, and also in bookkeeping where they can be used to represent debts. In bookkeeping, debts are often represented by red numbers, or a number in parentheses.
Positive numbers
In the context of complex numbers positive implies real, but for clarity one may say "positive real number". Zero is not a positive number, though in computing zero is sometimes treated as though it were a positive number (due to the way that numbers are typically represented).
Non-negative numbers
A number is nonnegative if and only if it is greater than or equal to zero, i.e. positive or zero. Thus the nonnegative integers are all the integers from zero on upwards, and the nonnegative reals are all the real numbers from zero on upwards.
A real matrix A is called nonnegative if every entry of A is nonnegative.
A real matrix A is called totally nonnegative by matrix theorists or totally positive by computer scientists if the determinant of every square submatrix of A is nonnegative.
Arithmetic involving signed numbers
Addition and subtraction
For purposes of addition and subtraction, one can think of negative numbers as debts. Adding a negative number is the same as subtracting the corresponding positive number:
Subtracting a positive number from a smaller positive number yields a negative result:
- 5 + (-3) = 5 - 3 = 2 (if you have $5 and acquire a debt of $3, then you have a net worth of $2)
- -2 + (-5) = -2 - 5 = -7
Subtracting a positive number from any negative number yields a negative result:
- 4 - 6 = -2 (if you have $4 and spend $6 then you have a debt of $2).
Subtracting a negative is equivalent to adding the corresponding positive:
- -3 - 6 = -9 (if you have a debt of $3 and spend another $6, you have a debt of $9).
Also:
- 5 - (-2) = 5 + 2 = 7 (if you have a net worth of $5 and you get rid of a debt of $2, then your new net worth is $7).
- (-8) - (-3) = -5 (if you have a debt of $8 and get rid of a debt of $3, then you still have a debt of $5).
Multiplication
Multiplication of a negative number by a positive number yields a negative result: (-2) · 3 = -6. The reason is that this multiplication can be understood as repeated addition: (-2) · 3 = (-2) + (-2) + (-2) = -6. Alternatively: if you have a debt of $2, and then your debt is tripled, you end up with a debt of $6.
Mulitplication of two negative numbers yields a positive result: (-3) · (-4) = 12. This situation cannot be understood as repeated addition, and the analogy to debts doesn't help either. The ultimate reason for this rule is that we want the distributive law to work:
The left hand side of this equation equals 0 · (-4) = 0. The right hand side is a sum of -12 + (-3) · (-4); for the two to be equal, we need (-3) · (-4) = 12.
- (3 + (-3)) · (-4) = 3 · (-4) + (-3) · (-4).
Computing
On a computer, the sign of a number (whether it is positive or negative) is usually expressed using the left-most bit. If the bit is 1, the whole number is negative, otherwise the number is not negative (zero or positive). Such an integer or variable is called signed. There are many different ways to represent numbers; see Integral data type for more information on how integers are typically represented on computers. The most common system for representing negative integers in a fixed set of bits is termed "two's complement", in which negative numbers are represented by complementing the absolute value and then adding one to the value as if it were unsigned. For example, if an integer is expressed by 8 bits,
digits binary actual value 0 00000000 0 1 00000001 1 .... 126 01111110 126 127 01111111 127 128 10000000 -128 129 10000001 -127 130 10000010 -126 .... 254 11111110 -2 255 11111111 -1Usually, the computer's central processing unit (CPU) can use both signed and unsigned variables. In typical computer architectures there is no way to determine if a given digit is signed or unsigned at runtime because 255 and -1, for instance, appear the same in memory, and both addition, subtraction and multiplication are identical between signed and unsigned values, assuming overflow is ignored, by simply cutting off higher bits than can be stored. The datatype of the value dictates which operation should be applied.
There is a duplicate material at Computer numbering formats.
Complement
Complementing a binary number means changing all the 0s to 1s and all the 1s to 0s; a Boolean NOT on each bit. A byte, holding 8 bits, can represent the values 00000000 (0) to 11111111 (25510), if all bits are used to represent the magnitude of the number. This is called an unsigned integer.To represent both positive and negative (signed) integers, the convention is that the most significant bit of the binary representation of the number will be used to indicate the sign of the number, rather than contributing to its magnitude; three formats have been used for representing the magnitude: sign-and-magnitude, one's complement, and two's complement, the latter being by far the most common nowadays.
Sign-and-magnitude
Sign-and-magnitude is the simplest and most like human writing forms. The MSB is set to 0 for a positive number or zero, and set to 1 for a negative number. The remaining bits in the number indicate the (positive) magnitude. Hence in a byte with only seven bits (apart from the sign bit), the magnitude can range from 0000000 (0) to 1111111 (127). Thus you can represent numbers from -12710 to +12710. -43 encoded in a byte this way is 10101011.
Ones' complement
The ones'-complement representation of a negative number is created by taking the complement of its positive counterpart. For example, negated 00101011 (43) becomes 11010100 (-43) (Notice how this is different from the sign-and-magnitude convention where the same bit pattern would be -84). The PDP-1 and UNIVAC 1100/2200 series use ones'-complement arithmetic. The range of signed numbers using one's complement in a byte is -12710 to +12710.
Two's complement
Both ones'-complement and sign-and-magnitude have two ways to represent zero: 00000000 (+0) and 11111111 (-0) in one's-complement and 10000000 in sign-and-magnitude. This is sometimes problematic (since hardware for adding and subtracting becomes more complicated, as does testing for 0).To avoid this, and to also make integer addition simpler, the two's-complement representation is the one generally used. The two's-complement representation is created by first complementing the positive number, then adding 1 to it. Thus 00101011 (43) becomes 11010101 (-43).
In two's-complement, there is only one zero (00000000). Negating a negative number involves the same operation: complementing, then adding 1. The pattern 11111111 now represents -110 and 10000000 represents -12810; that is, the range of two's-complement integers is -12810 to +12710.
To add two two's-complement integers, treat them as unsigned numbers, add them, and ignore any potential carry over (this is essentially the great advantage that two's-complement has over the other conventions). The result will be the correct two's-complement number, unless both summands were positive and the result is negative or both summands were negative and the result is non-negative. The latter cases are referred to as "overflow" or "wrap around"; the addition cannot be carried out in 8 bit two's-complement in these cases. For example:
00101011 (+43) 11010101 (-43) 00101011 (+43) 10011010 (-101) + 11010101 (-43) + 11100011 (-29) + 11100011 (-29) + 10110001 (- 79) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 00000000 ( 0) 10111000 (-72) 00001110 (+14) 01001011 (overflow)
Source: adapted by the editor from Wikipedia, the free encyclopedia under a copyleft GNU Free Documentation License (GFDL) from the article "Negative and non-negative numbers."
(From Wikipedia, the free Encyclopedia)
On the use of the term positive in mathematics, see negative and non-negative numbers.On positive charges in physics, see electric charge.
On the use of the term in the humanities and social sciences, see positive (social sciences).
Source: adapted by the editor from Wikipedia, the free encyclopedia under a copyleft GNU Free Documentation License (GFDL) from the article "Positive."
(From Wikipedia, the free Encyclopedia)
In the humanities and social sciences, the term positive refers to analysis or theories which only attempt to describe how things are, as opposed to how they should be.In this sense, the opposite of "positive" is normative.
See also
- philosophy of law
- economics
- Methodology of Positive Economics
Source: adapted by the editor from Wikipedia, the free encyclopedia under a copyleft GNU Free Documentation License (GFDL) from the article "Positive (social sciences)."
(From Wikipedia, the free Encyclopedia)
Positive feedback is a type of feedback.Open systems (ecological, biological, social) contain many types of regulatory circuits, among which positive and negative feedbacks. Positive and negative does not mean desirable or not. The negative feedback loop tends to slow down a process, while the positive feedback loop tends to accelerate it.
When a change of variable is occuring in a system, the system responds. In positive feedback the response of the system is to change that variable even more in the same direction. This has a de-stabilizing effect, so does not result in homeostasis. In some cases (if not controlled by negative feedback), a positive feedback loop can run out of control, and can result in the collapse of the system.
Positive feedback is used in certain situations where rapid change is desirable.
See also
- Donella Meadows' twelve leverage points to intervene in a system
- stability criterion
Source: adapted by the editor from Wikipedia, the free encyclopedia under a copyleft GNU Free Documentation License (GFDL) from the article "Positive feedback."
(From Wikipedia, the free Encyclopedia)
Positive Liberty, an idea that was first expressed as a separate form of liberty by Isaiah Berlin, is the ability to fulfil one's own potential, as opposed to Negative Liberty, which is protection from the interference of the government in one's affairs.The idea of Positive Liberty is usually held by those on the left-wing of the political spectrum, such as Marxists, whereas Negative Liberty is most important for those that lean towards libertarianism. Positive Liberty is often described as freedom to achieve certain ends (or sometimes: freedom to participate in the decision making process), while Negative Liberty is described as freedom from external coercion.
Berlin was deeply suspicious of the concept of Positive Liberty, noting that totalitarian regimes such as Stalinist Communism claimed to be the true deliverers of self-mastery or self-realization, even though the individual was by no means free. Berlin argued that the concept of Positive Liberty could lead to a situation where the state forced upon people a certain way of life, because the state judged that it was the most rational course of action, and therefore, was what a person should desire, whether or not people actually did desire it. Berlin said:
Defenders of Positive Liberty say that there is no need for it to have such totalitarian undertones. Instead, those on the left see Positive Liberty as guaranteeing equal rights to certain things like education and employment, and an important defense against discrimination - here, Positive Liberty is the right of (for example) a woman to be considered on equal terms with a man in a job interview.
- Once I take this view, I am in a position to ignore the actual wishes of men or societies, to bully, oppress, torture in the name, and on behalf, of their "real" selves, in the secure knowledge that whatever is the true goal of man ... must be identical with his freedom.
Positive Liberty can also be seen as the ability to participate in the process of government, though this idea is also open to criticism, since oppressed minorities may (for example) have as much right to vote as anyone else, and therefore have this Positive Liberty, but not the more common-sense kind.
INDEX
1. Definition
2. Synonyms
3. Crosswords
4. Usage: Modern5. Usage: Commercial
6. Images: Slideshow
7. Images: Photo Album
8. Images: Digital Art9. Sounds
10. Quotations: Familiar
11. Quotations: Historic
12. Quotations: Fiction13. Quotations: Non-fiction
14. Quotations: Spoken
15. Quotations: Speeches
16. Usage Frequency17. Expressions
18. Expressions: Internet
19. Translations: Modern
20. Translations: Ancient21. Derivations
22. Rhymes
23. Anagrams
24. BibliographyCopyright © Philip M. Parker, INSEAD. Terms of Use.