Added rules for division (in quite simplistic terms, since this is the same as multiplication -- same sign -> positive result, different signs -> negative
| This It is of interest to the following WikiProjects: | |||||||||||
| |||||||||||
Added rules for division (in quite simplistic terms, since this is the same as multiplication -- same sign -> positive result, different signs -> negative result).
I get the point that the article is meant to be understood easily, but can't we just refer to things by their names? Using words like "dividend" and "divisor" (for division) or "factors" (for multiplication) makes much more sense to me than exhaustively mentioning "if you add a positive number to a negative number"... you get the idea. ;) --doshell
Explaining sign interactions in multiplication, division and exponential functions cannot be entirely illustrated by concrete examples. The resultant sign from multiplication when both are positive or one is positive and the other is negative can be illustrated so long as one uses the positive factor to give the cardinal value to the implied repeated addition or subtraction operation, or in other words, -5 x 2 = -5 + -5 = -10, or 10 ÷ -2 = 10 - 2 - 2 - 2 - 2 - 2 = 0 (the answer being contained in the number of the negative numbers required to get the result of zero for division).
In binary computation the multiply, divide and exponent operations are performed precisely as I show above, except instead of the reordering that I demonstrate in order to have a positive real number as the counter for the corresponding negative number to perform the calculation, integer math functions in discrete logic arithmetic logic units, the logic operator XNOR (the negation of XOR) is applied to the sign bits of the two numbers being operated upon, an operation also called even parity, the result stored in the sign bit register, both are converted to the positive sign (usually indicated by 1 for positive or 0 for negative on the last bit of the byte/word/longword, the sequence of additions or subtractions performed and the sign bit altered at the end as determined beforehand by the even parity operation on the sign.
When both signs are negative, as for the example -8 ÷ -2, one cannot perform an operation without performing first a common factor elimination (of -1) or negation of the numbers on both sides of the operator, such as -8 ÷ -2 = -1 x 8 ÷ -1 x 2, but again, deriving a positive sign via even parity or XNOR on the sign must still be performed, and the rules listed for multiplication and division include a logic operation on the signs of even parity.
The fact that the rule for sign of the product of multiplication, division and exponents requires a second rule for the negative pair that is contrary to a simple and operation directly points at the fact that these operations on negative numbers are arbitrary and break from the fundamental consistency of these operations. One rule applies to both being positive, another rule when one is negative and the other positive, and a third rule if both are negative. The expression of sign as a binary vector matrix or compound value (like a coordinate space with a magnitude and a sign) is implied but for some reason not expressly stated. Also, it points to the fact that negative numbers are notional and time binding, that is, one can only practically demonstrate negative numbers either through reversal of the sequence of operations (see above where I illustrate the atomic subtraction operations implied in division) that is required when performing a division.
Negative numbers relate to either one of two things in multiplication/division/exponents, either the repeated subtraction of a division operation or the repeated addition of negative numbers (or subtraction of positive numbers) of a multiplication involving one negative number. The rule about even parity of real numbers and odd parity of imaginary numbers in multiplication, division and exponents is about maintaining a consistent effect of the repeated addition of the factors. Odd parity in real numbers operations indicates an odd number of negative signs in the expanded atomic addition and subtraction that produces the multiplication/division/exponent, and gives you a negative result. Even parity gives you a positive result. As I mentioned in the previous paragraph, sign is really a one bit coordinate indicating the direction to perform the operation (subtract or add) grouped with the number attached to it.
Thus -8 is the same as -1 x 8, and when you explain it this way you see that it is no more artificial and beyond the construct of simple addition or its temporal obverse, subtraction, than the √-1 radical of imaginary numbers. The rule in real numbers of using even parity on sign combinations makes the evaluation of this expression not-a-number or impossible to evaluate, but the way it works is that with imaginary numbers, instead of even parity for signs, the signs are combined based on odd parity. Odd parity evaluates to negative when both signs are the same, the exact opposite of even parity. Odd parity versus even parity (which are calculated by XOR and XNOR) is the fundamental difference in sign combination rules between real and imaginary numbers. Sign combination rules are arbitrary and separate from the cardinal numbers in the operation. The sign amounts to a single binary digit as a second coordinate in a two dimensional phase space splitting the field into a complementary pair of 1 dimensional phase spaces in which the direction of addition is reversed. -10 - 10 is the same as -10 + - 10.
— Preceding unsigned comment added by 109.149.204.234 (talk) 22:51, 23 January 2013 (UTC)
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, while the right hand side equals -12 + [(-3) · (-4)]; for the two to be equal, we need (-3) · (-4) = 12.
I didn't understand the above, so I just cut it and pasted it. I hope the sections on arithmetic with negative numbers are correct, as well as clear, now. Someone really ought to check me, because in my haste I could easily make a non-negative number of errors :-) --Ed Poor 20:58 Dec 5, 2002 (UTC)
Makes sense to me. Follow the brackets carefully, Ed. negative * negative always did make sense to me as a repeated addition when I was a kid. 2 * -3 means "two lots of -3", -6, and since this can be also written as -3 * 2, it seemed logical to interpret this as "-3 lots of 2". hm. years since I thought about this stuff... -- Tarquin 10:26 Dec 6, 2002 (UTC)
Removing:
Multiplication of a number by -1 changes its sign. This is called negation, and may be expressed by placing a minus sign in front of a number or a quantity in brackets:
In fact, negation is equivalent to multiplying a number by -1:
This equivalence can be used to simplify multiplication involving negative terms:
Multiplication of two negative numbers yields a positive result:
since negation was something I remember had to be proven in analysis, I'm not entirely sure how correct it is to just blankly state it. Restoring Axel's version for now, until he's back to maybe take the best of both & merge. -- Tarquin 11:15 Dec 6, 2002 (UTC)
Hold on. I really don't think it makes much sense to merge Positive number and Nonnegative into Negative number. They're not the same thing, after all. I don't expect to read about positive numbers in an article called "negative number". Evercat 13:03 21 May 2003 (UTC)
-- Taku 13:17 21 May 2003 (UTC)
noo!! the example at the bottom uses two-complement!! if the leftmost bit is used to express the sign (wich it seldom does in processors!) it cannot express -128 but only -127. there is also two zero's, -0 and 0, wich makes some operations quiet odd: -3+4 = 0, wich is wrong..? :P
Negative and positive numbers... hm... so that's like numbers except 0.
Dante, you little sound sarcastic, but really I didn't notice numbers except 0, but then do you have any idea how to name this article? Topics like representation of negative and positive numbers in computers look weird if they are located in negative number article. -- Taku 21:51 21 May 2003 (UTC)
Why not put all this information on number? -- Minesweeper 22:01 21 May 2003 (UTC)
I would like to rename this to negativity because I knew negative and positive numbers sound like any number but zero, which is not the intent of this article. Any objection? -- Taku 22:57 21 May 2003 (UTC)
To me negative number would make more sense than negativity, for one thing because the latter does not make it perfectly clear that mathematics is the subject. Negativity (mathematics) seems overly complicated. Michael Hardy 00:08 22 May 2003 (UTC)
They're called signed numbers! -- Toby Bartels 04:14 6 Jun 2003 (UTC)
I revert new move since there seems no agreement with it yet. -- Taku 04:21 6 Jun 2003 (UTC)
I was bold since (unlike some page moves) it could be undone if somebody didn't like it (as you don't). But I'd like to hear your opinions of disagreement too! -- Toby Bartels 04:42 6 Jun 2003 (UTC)
First of all, I have never heard of signed numbers. I mean is it really a popularly accepted term? Do you have evidence? If you do, I have no trouble to restore your contribution myself. -- Taku 04:48 6 Jun 2003 (UTC)
I hear it often enough -- though this is hearsay. There's some evidence in the article itself, where people other than me used the term. But I should provide some documentary evidence of use outside of computer science too, so I'll go look some up. -- Toby Bartels 09:58 11 Jun 2003 (UTC)
I really don't see why this page exists at all. Initially it was about negative numbers. What was wrong with that?? Then it became negative and positive numbers, until someone pointed out that it was a bit silly that it excluded zero (ohh year that was me). Now it's about er .. what ? er... numbers. Content should be moved to either number or integer where negative numbers can be discussed in context. The stuff about binary representation of negative numbers is already well covered in Computer numbering formats. The use of links where appropriate should suffice. Mintguy 16:39 6 Jun 2003 (UTC)
Agreed. Could we have a simple page title back, ie negative number? -- Tarquin 18:56 6 Jun 2003 (UTC)
Computer numbering formats. Actually It is a really good written article but the trouble is that the article is rather isolated from the rest of well-cultivated wikipedia articles. The stuff about binary represention is vital because the article should not be limited to that in math but that in general cases. Besides, in the future we might want to add portions for example history of concept of negative and positive. Actually I don't have much trouble to rename this to simple negative number but then what about positive number then? Are people suggesting split it off into two articles? Honestly I really don't like a current ugly title but I don't know a better one. Actually it is rather silly to discuss a lot about naming because unlike dictionaries, in encyclopedia articles, the article tends to be more general, thus, sometime the title also tends to be complex. For example, political status of Taiwan or something (I don't remember the current name). -- Taku 22:04 6 Jun 2003 (UTC)
I don't think the title of this article is as important as its contents: the discussion of 1-complement, 2-complement etc. does not belong here, only a link. After all, that is a discussion of numerals for negative numbers in the binary system, not of negative numbers themselves. What we desparately need however is a history section. AxelBoldt 15:04, 29 Sep 2003 (UTC)
Mathematically, 0 is neither positive nor negative. However, in naive English it is common to use the word "positive" to include 0. Any comments about this?? 66.245.1.229 19:30, 6 Nov 2004 (UTC)
It's increasingly common in mathematics to distinguish, in general, between positive and strictlyt positive objects, abolishing the slightly awkward term non-negative (for example, a complex number is usually neither negative nor positive nor 0. In order of increasing generality, the possibilities are:
To illustrate (and to give me some practice with tables, but don't tell anyone I wasn't perfect before), consider the space R2 (that's just maths-speak for tuples of real numbers):
| Element | "old" terminology | "new" terminology | "new expanded" terminology |
| (1,1) | positive | positive | strictly positive |
| (1,0) | ? | positive | varies |
| (0,0) | zero | zero or positive or negative | zero or positive or negative |
| (0,-1) | ? | negative | varies |
| (-1,-1) | negative | negative | "strictly negative" |
| (1,-1) | ? | ? |
Now, it turns out that in such general cases, it usually turns out that there are many useful theorems about the "new" positive elements; sometimes there are useful theorems about the "new expanded" strictly positive elements, including or excluding the (1,0) case depending on which object you deal with. The set of "old positive" elements is usually far less interesting, and when it is interesting, there is virtually always a set of preorders such that it becomes the "strictly positive" set, and the positive set will be interesting then, too!
In short, many mathematicians, including myself, think it is an unfair accident of history that "positive" excluded the zero case. It is also questionable etymologically (it is quite possible to put zero apples on a table. It's much harder with -1 apple, particularly if there aren't any on it to begin with).
I definitely think that this should be discussed in an article linked to from positive. It is also worth mentioning that 0 is "positif", in French, and that this practice has spread through adoption of French terminology.
Finally, since this is something that people argue about a lot until they finally go find a mathematician who is subsequently annoyed at being asked again, it's a convention. Mathematicians tend not to feel strongly about which convention you use, though they do feel strongly about wasting a lot of time because you used a nonstandard convention without telling them. Still, it is a convention, and if you prefer another one, just state so clearly and move on.
RandomP 00:30, 1 May 2006 (UTC)
As I see here some discussion has already been held about the topic of positivity of zero. One ting hasn't been mentioned yet, namely the fact that the current definition is inconsistent: "A positive number is a real number that is greater than zero, such as 2. Zero itself is neither positive nor negative." Since a is greater than b means (by defenition of order, whether it's total or partial) that , the first part of the definition tells us that, since , 0 is a positive number, a statement that is contradicted in the next sentence. If wikipedia indeed is in favor of not calling 0 a positive number (I myself would say it is), this could be corrected by changing 'greater than zero' in 'strictly greater than zero'. What about it? HSNie (talk) 18:56, 29 May 2009 (UTC)
no comment on the following :
some comments on the folllowing :
I don't want to impose my ideas and thus don't make changes since this might be controversal, and I risk to be too axiomatic: I would call nonnegative all elements that are not less than zero (in any group equipped with a partial order), so this is not always the same than "positive or zero"; and suggest to specify "nonnegative reals" or "nonnegative integer" etc. in order to get the "usual" (particular) meaning.
But if someone feels an inspiration, I strongly suggest to make the adequate changes. — MFH: Talk 13:16, 28 September 2005 (UTC)
From the current article:
This seems unfairly closed-minded. The convention that −1 < 1 is natural if you want an ordered group, but some uses of negative numbers demand a different ordering: see negative temperature. Melchoir 01:08, 11 February 2006 (UTC)
Diophantus's rejecting 20x+4=0 as a meaningful equation is cited as an evidence of knowledge of negative numbers in Greece. This is absurd, since it is a clear evidence to the contrary. It's like saying that somebody rejecting square root of negative numbers is an evidence that he knows imaginary numbers. deeptrivia (talk) 03:18, 17 February 2006 (UTC)
off the current topic slightly. can anyone prove the existance of negative numbers? i dnt mean prove as in negative temperatures i mean prove lik u would prove the quadratic equation by using completing the square or prove the sum to infinity for a geometric series.
In fact, Diophantus knew about negative numbers (or better: quantities) and calculated with them, he just did not accept them as a (final) result, as he found a negative result as absurd or useless. This is very well shown in: "Negative Größen bei Diophant?" (2007) written by Klaus Barner. Unfortunately, it is not written in English but in German, which might be the reason for it seemingly not being very popular. Isabella G. Bashmakova is said to have shown it (i.e. that Diophantus knew negative numbers), too (though I haven't read her book, yet). It would be great, if anybody speaking english better than me amended the article in this respect. —Preceding unsigned comment added by 91.36.93.115 (talk) 12:51, 23 August 2010 (UTC)
Terminology is important. It's time for a rant.
If I Google "negative number" I get 2,470,000 hits, and all of them are coherently talking about negative numbers. If I Google "minus number" I get 53,100 hits. Even of those, I grow suspicious: out of the top 10 hits, only 4 are actually talking about negative numbers; another 4 are using "minus" as a verb, and the other 2 are incomprehensible.
So I Google "negative numbers" with an s, and this time I get 3,060,000 hits, and all of them are coherently talking about negative numbers. But "minus numbers" gets 17,000 hits, and even then the very top item is an incomprehensible PDF technical sheet in all caps; below that is a subject-line of some student asking "dr. math", and further below we find such gems as "NBA Plus Minus numbers for the last 30 days!". On the next page there are three more "plus/minus" phrases.
I conclude that virtually no one says "minus numbers", including the British; that even in the rarity when they do use the phrase it's even odds on what they mean; and of that tiny minority who actually use it to mean "numbers less than zero", they're either double-talking pedagogues or just confused.
If we search Wikipedia itself, it gets even better: all of the bolded phrases at the top are used throughout the project, even "non-positive numbers". "Minus numbers" turns up nothing.
Even if we assume that all the searches are lying to us: I've read mathematics books at all levels; I've read research articles written from all over the world; I've even read the literature for elementary school teachers. They all say "negative number", and more importantly, none of them says "minus number". If anyone has a reliable source that says "minus number" for a number less than zero or naught, please cite it and educate me. Until then, there is no need to encourage or even acknowledge confusing and truly obscure terminology. Melchoir 05:48, 23 March 2006 (UTC)
I saw (and corrected) a claim on the decimal page that +5 means "plus five" and -8 means "minus eight". I think that this should be mentioned on this page, just to tell people that it is incorrect. Also, I'm going to add a discussion of -.
The article claims
I've not come across this before, so I'm a bit doubtful. I've seen the notation where a bar over the number represents negation, and I've seen various people write (well, define) negative numbers like this:
....99999 is -1 ....99998 is -2 ....99990 is -10
(particularly if you use some other symbol to mean "nines all the way to the left", this notation makes some things more consistent; it's also the equivalent of the two's-complement notation used by most computers).
But I can't see I've seen the negative sign as a superscript before, and if it's used "often", I should have. Is this specific to some education setting?
RandomP 14:09, 23 September 2006 (UTC)
I agree with Melchoir, the superscript notation is usefull in early education where "#--#" could easy confuse a person (I've found that "#-(-#)" doesn't help much). In many contexts, a shorter dash for negation verses subtraction is used (like on calculators). The superscript notation also serves to keep the signs distinct (so they don't appear to be the same dash).
I was once taught to write my signs as superscript in primary school, and warned that I'll probably only see it as a normal minus sign because typewriters (remember those?) couldn't do superscript. I was reading this page because I was starting to question my own recollection. This page could afford a separate section on notation, covering that and various financial notations and maybe other natural and artificial languages and some history. --217.140.96.21 (talk) 11:31, 3 April 2012 (UTC)
I am a native Dane, but teach math in English at highschool level. I have a problem with terminology.
In Danish, "-5" and "-x" are read aloud as "minus fem" and "minus x", not "negativ fem" and "negativ x". How's that in English?
Many students would read "-5" as "negative 5", but that's nonsense to me as 5 is not negative. I.e., I understand "negative as a property, and 5 does not have that property. Am I right?
Also, many students would read "-x" as "negative x", but again, I'd understand that as "a negaitve x" (i.e. x<0), and that's of course something else. Am I right? Or am I at least right to the extent that "negative x" would be ambiguous?--Niels Ø 14:07, 2 December 2006 (UTC)
Thanks for the reply! Are there perhaps other opinions? How about "-5", is that also nearly always "minus 5"? When many of my students (being taught all over the World, and in many different languages, before I get them) say "negative 5" and "negative x", is that a primary school thing, or what?
And should some of this go into the article somehow?--Niels Ø 15:21, 2 December 2006 (UTC)
I'm a graduate from an American university and in my experience, "negative 5" is much more commonly used than "minus 5." At least, no mathematics professor I've ever had has ever used the term "minus" for anything but subtraction. Occasionally, a non-professional might use the term "minus" for that purpose, but very informally. Five away from zero, to the left, is NEGATIVE (not minus, unless you're in the 4th grade), five away from zero to the right is POSITIVE (not plus). -Laikalynx 03:06, 21 December 2006 (UTC)
That last comment is interesting. My experience is as a graduate student hearing lectures in theoretical physics at Oxford university in England, and everyone here says "minus 5". The word negative would be used to say that the quantity x is negative, if it equals minus 5. On the other hand, we say "6 minus minus 5 is 11", whereas in the usage of the last comment, we could say, more clearly, "6 minus negative 5 is 11". But if we really want to be that clear, we also have available "6 subtract minus 5 is 11". — Preceding unsigned comment added by 86.177.83.238 (talk) 09:03, 6 July 2011 (UTC)
There cant be a -X. Say that was supposed to mean -9. The -9 is the variable. So that would be negative negative 9. There is no -(Random Variable Here) —The preceding unsigned comment was added by 65.80.7.142 (talk • contribs) 1:56, 9 July 2007 (UTC).
is 0.1 a non-negative number —Preceding unsigned comment added by 24.176.17.147 (talk) 20:53, 16 January 2008 (UTC)
it must be since it is higher than 0, any number higher than 0 is not negative 0.1 is 0 with .1 added so it is .1 above zero therefore .1 above being negative —Preceding unsigned comment added by 84.173.223.235 (talk) 07:13, 10 October 2008 (UTC)
Since Wikipedia prefers a single noun in titles. FilipeS (talk) 14:02, 3 July 2008 (UTC)
I don't think that should be done. The current title is a little clumsy, but does get closer to a clear statement of the subject. I'd prefer "Negative numbers" (or maybe "... number"); I presume this was previously used or at least discussed, and that the pedants won out and established the current title. -R. S. Shaw (talk) 06:29, 6 July 2008 (UTC)
Oppose The proposed title doesn't seem to be as clear as is the current one. And "Negative number(s)" is inappropriate, as the article covers both negative and positive numbers. Carl.bunderson (talk) 04:18, 9 July 2008 (UTC)
If I want to give the inverse of something (as in x changed to 1 / x) I am 'inverting' it. If I want to give the negative of something (as in x changed to -x) I am ... negatating it? ??? —Preceding unsigned comment added by 58.165.41.140 (talk) 05:15, 16 November 2008 (UTC)
Has anybody noticed these two paragraphs? Do they belong in the article? Katzmik (talk) 18:05, 14 January 2009 (UTC) More specifically, I was puzzled by the following contention:
Katzmik (talk) 18:08, 14 January 2009 (UTC)
The historical information should be moved to the proper subsection. Bo Jacoby (talk) 09:23, 15 January 2009 (UTC).
I have fixed the part near the beginning where it says that in accounting negative numbers may be alternatively represented by placing them in parenthesis or writing them in red. An anonymous users, presumably not understanding the "alternative" part, added a sentence which said that negative numbers always must have a minus sign. This made the statement incorrect and contradictory. Chappell (talk) 22:15, 20 November 2009 (UTC)
The article uses an overline minus to denote the negative sign. I don't believe that is in any way a common practice. I can see the good intent behind it but I don't believe wikipedia is supposed to set standards only reflect what is out there.
I therefore intend to replace these with a normal minus using a bracket if necessary to emphasise the number is a negative number. That is a convention I've seen a number of times. Any thoughts about that? Dmcq (talk) 11:18, 22 November 2009 (UTC)
I just noticed that the article does not mention the plus or minus signs. Not once. It's like a book written without using the letter 'e'. I think I'll break this very strange habit in the article. Dmcq (talk) 12:12, 24 January 2010 (UTC)
Right now this article covers negative numbers, including their arithmetic and history, positive numbers, sign and its generalizations, the operation of negation, and so forth. This seems like far too many ideas for one article, and I propose splitting this article as follows:
I have already created the first three proposed articles, using much of the material from this article:
What do you think? Jim (talk) 21:59, 24 October 2010 (UTC)
I think my previous proposal was far too complicated to generate a consensus. Instead I am proposing a straightforward move:
The result of the move request was: page moved per discussion. A merge of some kind may be in order, but until that's decided, this seems to be a well-supported improvement to the name of this article. - GTBacchus(talk) 01:26, 14 December 2010 (UTC)
Negative and non-negative numbers → Negative number — Relisted. Vegaswikian (talk) 02:55, 8 November 2010 (UTC) This title is much clearer, and will be less off-putting for mathematically unsophisticated readers. Most of the content of the article is about negative numbers, and non-negative numbers can be covered in other articles. Jim (talk) 01:18, 31 October 2010 (UTC)
How about just merging this article into Number line? Right now that article is fairly short, and essentially duplicates what is in this one anyway. Number line, if interpreted broadly as anything related to the number line, including all numbers found on it, arguably includes everything covered in this article and discussed above. Then we would have Negative number, Positive number, Non-negative number and Non-positive number all redirect to the appropriate heading of that article, with each idea having its own concept briefly described, similar to what is done at Number. --Born2cycle (talk) 00:13, 8 December 2010 (UTC)
I have been investigating negative numbers in quadratic equations for a school project and I just can't sort out the history. Some people don't allow negative coefficients, and that means you can't have a single method of solution. Others don't use negative numbers in the calculations, which is almost the same thing. Others throw out any square roots of negative numbers, and others discard any negative solutions. All these things are different and clearly happened at various times in history but when and who committed them? For example, Brahmagupta used negative numbers, but does that mean he allowed negative coefficients? And he allowed negative solutions, it says in this article, which is an interesting comment because it almost implies that he had found both solutions, but I thought that had to wait for Bhaskara. I would like the article to sort this out. The quadratic equation is the most important historical use of the (non) use of negative numbers, so it represents a good focus. 86.177.83.238 (talk) 09:17, 6 July 2011 (UTC)QuadGirl
This article has been edited by a user who is known to have misused sources to unduly promote certain views (see WP:Jagged 85 cleanup). Examination of the sources used by this editor often reveals that the sources have been selectively interpreted or blatantly misrepresented, going beyond any reasonable interpretation of the authors' intent.
Please help by viewing the entry for this article shown at the page, and check the edits to ensure that any claims are valid, and that any references do in fact verify what is claimed.
I searched the page history, and found 13 edits by Jagged 85 (for example, see this edits). Tobby72 (talk) 16:38, 19 January 2012 (UTC)
The rule about real number negatives exactly matches up with the truth table of Logical equality also referred to as XNOR if you define positive as true and negative as false. The exact opposite operation occurs when dealing with imaginary numbers, which are based on the formula of the square root of a negative, and is identical to the truth table of Exclusive or with the same assignment of true and false as real numbers. The relation of signs in multiplication (and division) also mirrors even and odd Parity (mathematics), respectively. — Preceding unsigned comment added by 109.149.204.234 (talk) 21:46, 23 January 2013 (UTC)
[...] In Hellenistic Egypt, the Greek mathematician Diophantus in the third century A.D.[...].
Should this be B.C. or is A.D. correct? Thanks, Marasama (talk) 19:42, 28 October 2014 (UTC)
The examples section seems a bit excessive (not one but three game shows?). It's heading in the direction of so many "popular culture" sections, where editors start playing "I spy" with the article subject.
But as for the claim of negative debits on a card: There is no such thing in accounting. The terminology and methods of accounting predate the acceptance of negative numbers. There are debits and credits, both positive. For any given account, one decreases the balance and the other increases it, with the type of the account determining which does which. My own credit card statement lists reductions of the balance (such as refunds) with a "CR"; they are reductions in an asset of the bank. My checking statement lists refunds also as credits; they are increases in a liability of the bank. While I did slip up in my edit summary, the claim in the article is wrong. 73.71.251.64 (talk) 06:13, 17 November 2019 (UTC)
Debits/Credits A debit is the amount charged to your account. A credit is a payment made to reduce your debt. Credits are identified by a negative (—) sign.
It's pretty bold to insist that the status quo has to be maintained for claims that are contradicted by published sources, and I don't believe that any policy requires that. However, the subheading is "Finance" so I have requested comment from WikiProject Finance & Investing. 73.71.251.64 (talk) 03:33, 20 November 2019 (UTC)
Looks like no opinions either way are forthcoming from that project. I take the position that (1) accounting sources are relevant to an example headed "Finance" that uses accounting terminology and (2) a subjective feeling that text is accurate contrary to sources is not a proper reason to keep it in place. Anyone who thinks otherwise may go raise the issue in a Wikipedia forum of their choice. 73.71.251.64 (talk) 18:04, 25 November 2019 (UTC)
The essential definition of a negative number is that it represents an opposite. The problem with using "less than" to define negative is that it is a circular definition. The definition of "less than", in most books, is that a < b if and only if a - b is negative. We need some idea of what a negative number means before we can understand how it is possible for anything to be less than zero, an idea that is counterintuitive. The clearest way to understand negatives is as opposites. Rick Norwood (talk) 11:48, 2 May 2021 (UTC)
Of course, you are entitled to your opinion. But you ask the average person on the street if anything is less than zero, and see what they say. On the other hand, ask them a few opposites: the opposite of left, the opposite of up, the opposite of addition, and my bet is every one will be able to answer.
In any case, Wikipedia relies on standard sources, and the math books I teach out of define a negative number as an opposite. Knowledge of the number line seems to me slightly more advanced, known mainly to people who have taken some math in college. The reason the negative numbers go to the left on the number line is because Descartes happened to write the positive numbers going to the right, and the opposite of right is left. The charge on the electron is negative because Ben Franklin happened to think electricity flowed in one direction, and the electrons actually flow in the opposite direction. When the electron was discovered by Thompson in 1897, more than a hundred years after Ben Franklin flew his kite, it was arbitrarily assigned a negative value just to make the commonly used equations work. Rick Norwood (talk) 11:35, 3 May 2021 (UTC)
What does that exactly mean? --Backinstadiums (talk) 22:10, 31 January 2022 (UTC)
Wiktionary cites three sources, all extremely marginal. You can, these days, find a reference for almost anything. We need to limit ourselves to reliable sources. Rick Norwood (talk) 12:34, 28 February 2022 (UTC)
I think the introduction is excellent for using the "opposite" concept in introducing negative numbers. For someone who doesn't yet have a firm grasp on negative numbers, this approach is a very good way of helping them along with understanding.
It can be carried too far, though. While "a negative number represents an opposite" is a good introduction, further along we need to remember that "a negative number represents an opposite" is, more accurately, short for "a negative number represents an opposite with respect to addition". Mathematics has other opposites, such as reciprocal as an opposite with respect to multiplication. Indeed, 'opposite' is not the same as 'negative', and some of the later sections discussing aspects of negative numbers need to use 'negative of' and not 'opposite of'. -- R. S. Shaw (talk) 18:46, 13 April 2022 (UTC)
This is a point often badly taught in grade school and still misunderstood by some college students. A negative number represents the opposite of a positive number. If, for example, +10 represents a ten dollar profit, then -10 represents a ten dollar loss. The reciprocal is not an opposite. 1/10 does not represent the opposite of a profit.
An opposite is not the same as negative, as the writer above knows and says. If a number is positive, then the negative number with the same absolute value is its opposite. But just as the opposite of a positive number is a negative number, the opposite of a negative number is a positive number. And zero is its own opposite: a zero dollar profit is exactly the same as a zero dollar loss. Rick Norwood (talk) 11:58, 14 April 2022 (UTC)
R. S. Shaw reverted my addition to the article, and restored a version based on his misunderstanding of the proof that every number has one and only one opposite. Here is what he wrote, and after I corrected what he wrote, he reverted my correction.
The problem begins with the first sentence. "Let x be a number and let y be its negative." This naturally leads to confusion, since not every number has a "negative" which is negative. For example, if we say "negative negative ten", that describes positive ten, but students naturally get confused being told that the "negative" of a negative is positive. On the other hand, if we say "the opposite of an opposite is the number we started with", most people find that easy to understand.
I hope this clears things up. I will restore my correct proof. Rick Norwood (talk) 12:05, 14 April 2022 (UTC)
The correct technical term is "additive inverse", but the way negative numbers are used every day is to represent opposites: in finance and in temperature, to give just two common examples. In the Merriam-Webster Dictionary, the third definition of negative is "something that is the opposite or negation of something else". Their definition of "reciprocal" does not mention opposite.
Clearly, many people have strong opinions on this subject, but as a teacher, I find that using "opposite" for "additive inverse" and "reciprocal" for "multiplicative inverse" help students to understand mathematics. To give just one example, to teach the quadratic formula as "The opposite of b plus or minus the square root of the quantity b squared minus four ac, the whole thing over two a," helps students avoid mistakes that are all too common when the formula is taught "negative b plus or minus ... ". Rick Norwood (talk) 11:33, 15 April 2022 (UTC)
I, also, as an undergraduate, was able to figure out the difference between an unary minus and a binary minus. But I was never taught the difference. Most of my students were never taught the difference, and some can't figure it out, so I explain it to them. But, as students in the US are taught less and less in K through 12 (some states require they be lied do -- it's the law here in Tennessee, and I was lied to as long as I went to public schools. I had to go to a private school to lean the truth) I have to be careful to explain more and more basics. For example, I have to teach calculus students that 2/4 reduced to lowest terms is 1/2. Rick Norwood (talk) 14:18, 15 April 2022 (UTC)
Opposite does have a definition. In every case, a minus sign represents an opposite, and I cited a dictionary reference. But the mathematical meaning of opposite is "additive inverse", so that is right, too. Rick Norwood (talk) 12:00, 16 April 2022 (UTC)
What do you think? Exponent and root is a key part of mathematic too.--218.250.135.170 (talk) 04:37, 1 October 2022 (UTC)
As base of exponent, if the index is even, it will be positive. If the index is odd, it will be negative It’s because multiplying any negative numbers for odd number times, there is always one negative sign left
But if even, there is no left
As radicand of root, if the degree is odd, it will be negative Since negative number to the power of odd number will always be negative number Solve: For even, there is no anwser for real number, however there is one with imaginary unit . The formula for negative redicand with even index For exponent with negative index or root with negative degree, the result is their positive anwser’s inverse fraction. It’s because
"In Hellenistic Egypt, the Greek mathematician Diophantus in the 3rd century AD…" But the pages Hellenistic period and Ptolemaic Kingdom both agree that this period ends by 30 or 31 BC, three centuries before Diophantus. I am not enough of an historian and not sufficiently fluent in English to change this. Sorry to leave this to others. --Dominique Meeùs (talk) 10:37, 22 January 2023 (UTC)
"The division between the rural life of the villages, where the Egyptian language was spoken, and the metropolis, where the citizens spoke Koine Greek and frequented the Hellenistic gymnasia, was the most significant cultural division in Roman Egypt, and was not dissolved by the Constitutio Antoniniana of 212, which made all free Egyptians Roman citizens.There was considerable social mobility however, accompanying mass urbanization, and participation in the monetized economy and literacy in Greek by the peasant population was widespread."–jacobolus (t) 05:58, 23 January 2023 (UTC)
More confusion about negative numbers, which I've had to revert twice. The edit I have twice reverted says "In mathematics, a negative number represents the opposite of a number." The confusion in this is between the idea of "the opposite of a number" and "a number with an opposite value". If something is the opposite of a number, it is clearly not a number at all. A negative number is a number. It is a number whose value is the opposite of the value of a positive number, so when we add a negative and a positive number with the same absolute value, the sum is zero, the additive identity. It is absurd to say that the number that is negative is the "opposite of a number". The two numbers are opposites of each other, just as a left hand and a right hand are opposites of each other. To say that a left hand is the opposite of a hand would be absurd. Rick Norwood (talk) 10:31, 12 September 2023 (UTC)
The redirect Minus number has been listed at redirects for discussion to determine whether its use and function meets the redirect guidelines. Readers of this page are welcome to comment on this redirect at Wikipedia:Redirects for discussion/Log/2026 May 2 § Minus number until a consensus is reached. SomeRailfan (talk) 16:28, 2 May 2026 (UTC)
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.