Showing posts with label transpose of matrix. Show all posts
Showing posts with label transpose of matrix. Show all posts

Friday, March 7, 2014

To find the transpose of the matrix of order m*n using array


In the last page I have  written a program to find the largest number in array. Now lets move towards something new. Now lets find the transpose of the entered matrix.For this we should know what transpose means. Transpose means changing rows into columns and vice versa. To get more idea lets have a look for the source code and the output for the program.







The source code of the above program is: