+0  
 
+5
618
2
avatar

is -a squared = (-a) squared

 Sep 23, 2015
 #1
avatar
0

is -a squared = (-a) squared=a^2

 Sep 23, 2015
 #2
avatar+33661 
0

-a2 is taken to mean -(a2) = -aby most pieces of technical software because raising to a power takes precedence over negation. 

 

Not all technical software adopts this convention. Microsoft Excel, for example, takes the opposite view and sets -a2 = a2

(which means that it calculates -12 = 1, but also calculates 0-12 = -1)

 

You should check what convention is adopted by whatever calculator/software you are using.

 Sep 23, 2015

1 Online Users