StormRider
Diamond Member
- Mar 12, 2000
- 8,324
- 2
- 0
Originally posted by: StormRider
Have you ever seen something like (AB)^T = B^T A^T ?
Originally posted by: StormRider
Not quite. Transpose works for vectors too. If M is a matrix and x is a vector then (Mx) ^T = x^T M^T
Originally posted by: StormRider
So, what should (ABx)^T equal to?
Originally posted by: MetalMat
So you a refering to the fact that A^T A is equal to one
Originally posted by: MetalMat
Originally posted by: StormRider
So, what should (ABx)^T equal to?
A^T B ^T x^T
Originally posted by: MetalMat
So it would turn into this:
(ABx)^T (ABx) = [A^T B^T x ^T] [A B x] = x^T x
right?
Originally posted by: StormRider
Originally posted by: MetalMat
So it would turn into this:
(ABx)^T (ABx) = [A^T B^T x ^T] [A B x] = x^T x
right?
Yes, but you have to reverse the things in the first bracket:
[x ^T B^T A^T][A B x] = ?
Originally posted by: MetalMat
Originally posted by: StormRider
Originally posted by: MetalMat
So it would turn into this:
(ABx)^T (ABx) = [A^T B^T x ^T] [A B x] = x^T x
right?
Yes, but you have to reverse the things in the first bracket:
[x ^T B^T A^T][A B x] = ?
Ax^T B B^T xA^T
Originally posted by: StormRider
And then you multiple the inner stuff to get the identity.
|ABx| = (ABx)^T (ABx) = [x^T B^T A^T] [A B x] = x^T B^T (A^T A) B x = x^T B^T I B x = x^T B^T B x = x^T I x = x^T x = |x|
Originally posted by: MetalMat
Originally posted by: StormRider
And then you multiple the inner stuff to get the identity.
|ABx| = (ABx)^T (ABx) = [x^T B^T A^T] [A B x] = x^T B^T (A^T A) B x = x^T B^T I B x = x^T B^T B x = x^T I x = x^T x = |x|
I dont quite understand how you got from x^T B^T A^T] [A B x] to x^T B^T (A^T A) B x
Thanks for being patient :thumbsup:
Originally posted by: MetalMat
Originally posted by: MetalMat
Originally posted by: StormRider
And then you multiple the inner stuff to get the identity.
|ABx| = (ABx)^T (ABx) = [x^T B^T A^T] [A B x] = x^T B^T (A^T A) B x = x^T B^T I B x = x^T B^T B x = x^T I x = x^T x = |x|
I dont quite understand how you got from x^T B^T A^T] [A B x] to x^T B^T (A^T A) B x
Thanks for being patient :thumbsup:
Oh wait wait, duh. you have to go from left to right. Mixing up my laws
Originally posted by: MetalMat
Originally posted by: MetalMat
Originally posted by: MetalMat
Originally posted by: StormRider
And then you multiple the inner stuff to get the identity.
|ABx| = (ABx)^T (ABx) = [x^T B^T A^T] [A B x] = x^T B^T (A^T A) B x = x^T B^T I B x = x^T B^T B x = x^T I x = x^T x = |x|
I dont quite understand how you got from x^T B^T A^T] [A B x] to x^T B^T (A^T A) B x
Thanks for being patient :thumbsup:
Oh wait wait, duh. you have to go from left to right. Mixing up my laws
I understand. A^T A = 1, so you go to x^T B^T B x -> B^T B =1 -> x^T x = |x|