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

  • Thread starter Thread starter nietzsche
  • Start date Start date
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!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...

Similar threads

Back
Top