Program to find matrix addition, subtraction, multiplication, transpose and symmetric operations
Write down a menu driven c program to perform the following matrix operation on a 3 x 3 matrix. - Matrix Addition. - Matrix Subtraction. - Matrix Multiplication. - To find Transpose of a matrix. - To find out if the matrix is symmetric or not.