What does Ia - bI means? (Note: I <<< is a line, not I)
Thanks. :)
Printable View
What does Ia - bI means? (Note: I <<< is a line, not I)
Thanks. :)
|a-b|
Absolute value of (a-b)
Quote:
Originally Posted by Logophobic
So, if a = (-2,1) and b = (4,6), how do I use the 2 given values to solve by using |a-b|? Can show me the steps? Thanks. :)
Someone help me please?
Well, if a and b are vectors then |a - b| then this absolute value is to be understood as the modulus of their difference.
If a = (a1,a2) and b = (b1,b2) then,
|a - b| = Sqr{(a1 - b1)2 + (a2 - b2)2}
|a - b| = Sqr(61)Quote:
Originally Posted by Yunie
Hey thanks krtxmrtz!!! :) :thumb:
No problem.Quote:
Originally Posted by Yunie
You're welcome to rate my post ;)
If you're looking for the absolute value of the distance between the two points, then krtxmrtz's answer was indeed correct. However, if you're just looking for the new point, it's simple subtraction. (-2,1) - (4,6) = (-6, -5), and the absolute value of that would be (6,5).Quote:
Originally Posted by Yunie
Note that |a-b| is distinctly different from |a| - |b|.
I have rated your post. Thanks. ;)Quote:
Originally Posted by krtxmrtz
I see I see...Thanks for telling that. :)Quote:
Originally Posted by timeshifter