Transpose—
The transpose of a given matrix is formed by switching the columns and rows.
Transpose—
The transpose of a given matrix is formed by switching the columns and rows.
{0:1:2:3:4:5}
{1:2:3:4:5:6}
{2:3:4:5:6:7}
{3:4:5:6:7:8}
{4:5:6:7:8:9}
{5:6:7:8:9:10}
{6:7:8:9:10:11}
{7:8:9:10:11:12}
{8:9:10:11:12:13}
(9:10:11:12:13:14}