Exercise Questions: 2D-Arrays

  1. WAP to Input 3x3 matrix and transpose it.

    Solution: C

  2. WAP to Input 3x3 matrix and find sum of all Rows, Columns and Diagonals.

    Solution: C Python

  3. WAP to Find sum of upper and lower triangular matrix.

    Solution: C

  4. WAP to Find input matrix is symmetric or not.

    Solution: C

  5. WAP to Input two 3x3 matrices and print them.

    Solution: C

  6. WAP to Input two 3x3 matrices and check both are equal or not.

    Solution: C

  7. WAP to Input two 3x3 matrices and sum them.
  8. WAP to Input two 3x3 matrices and multiple them.