0

As per my understanding positive and negative are just indicative of direction of number axes with zero at the center. If that is the case we should apply same laws to both positive and negative numbers.

But actually we treat negating and positive entirely differently in computation

e.g. negative of negative = positive but positive of positive =positive

Is there anything we are missing ?

Xinus
  • 101

2 Answers2

8

Why do you think we are treating them differently? We have $$++\to +\\--\to +\\+-\to -\\-+\to-,$$ which has a remarkable symmetry.

And, on top of that, the image: the minus sign is a "make a 180 degree turn" and the plus sign is "don't turn". So, if you have $-(-5)$, you make a turn, then you make a turn, then walk 5 units of length. Two turns of 180 degrees amount to not turning at all.

TZakrevskiy
  • 22,980
1

Well, I think that the meaning of the algebraic operator is a just a convention based on the meaning applied historically to the minus (-) operator, according to the standard algebra, for that reason a double minus is for instance in terms of money like "a quantity which is not (-) a debt (-)" so by that reason it turns to be a possesion you have (+), but I think that it would be perfectly valid if you define a different meaning for the minus operator, it would be just a different algebra and a different algebraic operation than the standard minus operator of the algebra in use.

iadvd
  • 8,875
  • and same thing for the (+) plus operator, you can redefine it and create your own algebra with your own rules. – iadvd Mar 29 '15 at 13:16