Compute (B^T)(C) and multiply the result by A on the right

  • Thread starter Thread starter nietzsche
  • Start date Start date
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 2K views
nietzsche
Messages
185
Reaction score
0
"Compute (B^T)(C) and multiply the result by A on the right"

Homework Statement



I have three 3x1 matrices A, B, and C.

First I have to multiply (AB^T)C. I understand the result is a 3x1 matrix (I think).

Next the question says "Compute (B^T)C and multiply the result by A on the right. (Hint: (B^T)C is 1x1).

The last question is "Explain why (AB^T)C = ((B^T)C)A.

Homework Equations





The Attempt at a Solution



I don't understand the second question. Does "multiply the result by A on the right" mean ((B^T)C)A or A((B^T)C)? Because I find that the former is not defined but the latter is.

But then I got confused because of the last question.

Can anyone clarify this for me? I'd appreciate it, thanks.
 
Physics news on Phys.org


Multiply X on the right by Y means XY, not YX. As you have discovered, matrix multiplication is not commutative. It is transitive, however.
 


D H said:
Multiply X on the right by Y means XY, not YX. As you have discovered, matrix multiplication is not commutative. It is transitive, however.

Thanks a lot!