Respuesta :

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.