Problems from Transposed matrix

If Bt=(135601020541)

calculate the original matrix B.

See development and solution

Development:

Now we just have to swap rows with columns again:

B=(100315504621)

If we now calculate the transpose of this matrix we see that it is Bt.

Solution:

B=(100315504621)

Hide solution and development

What is the transpose of the matrix A=(181270053)?

See development and solution

Development:

Let's swap rows with columns in order:

At=(120875103)

Solution:

At=(120875103)

Hide solution and development
View theory