Answer:
[0, -1]
Explanation:
Take the first value of each vector and subtract it by the first value in the second vector. Repeat for the second value
E.g: [A, B] - [C, D] = [A-C, B-D]
8.1m questions
10.8m answers