- Input 3x3 matrix and transpose it. C
- Input 3x3 matrix and find sum of all Rows, Columns and Diagonals. Python
- Find sum of upper and lower triangular matrices.
- Find input matrix is symmetric or not.
- Input two 3x3 matrix and print them.
- Input two 3x3 matrix and check both matrices are equal or not.
- Input two 3x3 matrix and sum them.
- Input two 3x3 matrix and multiple them.