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