• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Another Linear Algebra question.

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
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: 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
 
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: 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: 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, long day today.
 
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|
 
Matrice multiplication is associative.

So, you can group the inner terms to muliply first. Like with numbers. (CBA) (ABC) = CB(AA)BC

So, I grouped the A^T and A to mulitply to get the identity I

|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: 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|

Yep! You got it!
 
Back
Top