asked 66.3k views
1 vote
Given the vectors w=<-5,3> and z=<1,4>, find the results of the vector subtractions

-w-z=
z-w=
w-z=

1 Answer

2 votes

Answer:

To subtract vectors, we subtract corresponding components.

Explanation:

-w = <-(-5), -3> = <5, -3>

-w-z = <5, -3> - <1, 4> = <5-1, -3-4> = <4, -7>

z-w = <1, 4> - <(-5), -3> = <1+5, 4+3> = <6, 7>

w-z = <-5, 3> - <1, 4> = <-5-1, 3-4> = <-6, -1>

answered
User Fengzhi Zhou
by
8.3k points

Related questions

1 answer
3 votes
195k views
2 answers
4 votes
31.0k views
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.