1.

Assertion: The difference of two vectors A and B can be treated as the sum of two vectors. Subtraction of vectors can be defined in terms of addition of vectors.

Answer» <html><body><p><br/></p><a href="https://interviewquestions.tuteehub.com/tag/solution-25781" style="font-weight:bold;" target="_blank" title="Click to know more about SOLUTION">SOLUTION</a> :Let two <a href="https://interviewquestions.tuteehub.com/tag/vectors-14090" style="font-weight:bold;" target="_blank" title="Click to know more about VECTORS">VECTORS</a> be `vecA and <a href="https://interviewquestions.tuteehub.com/tag/vecb-3257249" style="font-weight:bold;" target="_blank" title="Click to know more about VECB">VECB</a>`. <a href="https://interviewquestions.tuteehub.com/tag/difference-951394" style="font-weight:bold;" target="_blank" title="Click to know more about DIFFERENCE">DIFFERENCE</a> of vectors `vecA and vecB` can be takenas the sum of two vectors `vecA and -vecB`. i.e., `vecA - vecB = vecA = (-vecB)`</body></html>


Discussion

No Comment Found