MULTI-DIMENSION ARRAYS
37 programming challenges to help you master the fundamentals of DATA STRUCTURES.
1
Enter a matrix of 4 rows and 2 columns from the user display it in matrix format?
2
Enter two Matrices from user, add the matrices and display the answer?
3
Enter two Matrices from user, subtract the matrices and display the answer?
4
Enter two Matrices from user, multiply the matrices and display the answer?
5
Enter a Matrix from user, copy it in another matrix of same size?
6
Enter the Matrix from user, multiply it with a scalar value and display the answer?
7
Create a tic tac toe game using 2D Arrays.
8
Enter the Matrix of rows and columns entered by the user and print in matrix format
9
Program to Add Two Matrices
10
Program to Multiply Two Matrices
11
Program to subtract the two matrices
12
Program to determine whether two matrices are equal
13
Program to display the lower triangular matrix
14
Program to display the upper triangular matrix
15
Program to find the frequency of odd & even numbers in the given matrix
16
Program to find the sum of each row and each column of a matrix
17
Program to find the transpose of a given matrix
18
Program to determine whether a given matrix is an identity matrix
19
Program to Transpose matrix
20
Program to determine whether a given matrix is a sparse matrix
21
Enter the Matrix of rows and columns entered by the user and print in matrix format
22
Program to Add Two Matrices
23
Program to Multiply Two Matrices
24
Program to subtract the two matrices
25
Program to determine whether two matrices are equal
26
Program to display the lower triangular matrix
27
Program to display the upper triangular matrix
28
Program to find the frequency of odd & even numbers in the given matrix
29
Program to find the sum of each row and each column of a matrix
30
Program to determine whether a given matrix is an identity matrix
31
Program to Transpose matrix
32
Program to determine whether a given matrix is a sparse matrix
33
Enter the four number from user and print it into matrix
34
Enter the matrix from and transpose them ?
35
Enter 2 matrix from user and add them ?
36
Enter 2 matrix from user and subtract them ?
37