119k views
4 votes
What does the t represent at the end of the vector?

What does the t represent at the end of the vector?-example-1
User Sindrem
by
8.2k points

1 Answer

3 votes

The uppercase T means "transpose". A matrix transpose is where you swap the rows and columns. Anything that is row becomes a column, and vice versa. What this means is that instead of a row vector, you end up with a column vector. The dimensions are important so you can properly multiply matrices.

User Zyo
by
8.9k points

No related questions found