Multiplying a vector with Square Matrix vs. its transpose

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
newphysist
Messages
12
Reaction score
0
Hi,

I am new to Math so I am trying to get some intuition.

Let's say I have a matrix A of n x n and a vector B of n x 1 what is the difference between A x B and A' x B?

Thanks
 
Physics news on Phys.org
newphysist said:
Hi,

I am new to Math so I am trying to get some intuition.

Let's say I have a matrix A of n x n and a vector B of n x 1 what is the difference between A x B and A' x B?
If the matrix A is symmetric, there's no difference between Ab and ATb.

Note that I changed your notation a bit. Capital letters are usually used to represent matrices, and lower case letters are usually used for vectors.