Let A and B be matrices, and let x and y be vectors such that neither is a scalar multiple of the other satisfying Ax=y,Ay=x+2yand Bx=x+y,By=2y.Then there exist scalars a,b,c,d such that (AB)x=ax+by,(BA)x=cx+dy.Enter a,b,c,d in that order.
So I'm confused because we don't know what x and y are exactly. For example, for finding (AB)x, we would do A(Bx). Bx=x+y and then Ax=y. So would it be y(x+y)? But then we are looking for scalars and there is no y^2 or vectors squared anywhere. Please help, any tips will be greatly appreciated :)
OHHHHH I think I just figured it out. Would it be like A(x+y)? So then it would be x+3y?