Let A be a matrix, its transposed At is obtained by swapping rows with columns. Let's see an example: ExampleConsider matrix: A=(512−3014−52104)Its transpose will be:At=(5−34110−502124)The first column in matrix A has become the first row in matrix At, the second column in matrix A has become the second row in matrix At...