Monday 3 December 2012

Transpose of a Matrix


  A matrix is a rectangular array representation of numbers. The operation known as transposing is performed on a Matrix so that the rows and columns of a Matrix is interchanged. Unlike operations like Determinant, Inverse etc. the Transpose exists for all Matrices. 




Click here to download the C Program to find the Transpose of a Matrix.
Click here to download the C++ Program to find the Transpose of a Matrix.

No comments:

Post a Comment