Peter K. answered 01/09/20
Math / Statistics / Data Analytics
Let the sides of a parallelogram be A, A, B, B; one diagonal is A + B, the other diagonal is B - A
A+B = (5,4) and B - A = (3, -2). Here A and B are vectors. We can draw the picture of this parallelogram with A and B from the origin.
So
- a1 + b1 = 5
- a2 + b2 = 4
- b1 - a1 = 3
- b2 - a2 = -2
- by 2 and 4, b2 = 1, from 2, a2 = 3,
- by 1 and 3, b1 = 4, from 3 a1 = 1
- A = (a1, a2) = (1,3), B = (b1, b2) = (4,1)
- calling these vectors v an w, v = (1,3) and w = (4,1)