| S.No. | Java Matrix
Programs |
Action |
|---|---|---|
1 |
Java Program to Add Two Matrices. | |
2 |
Java Program to Multiply Two Matrices. | |
3 |
Java Program to subtract the two matrices. | |
4 |
Java Program to determine whether two matrices are equal. | |
5 |
Java Program to display the lower triangular matrix. | |
6 |
Java Program to display the upper triangular matrix. | |
7 |
Java Program to find the frequency of odd & even numbers in the given matrix. | |
8 |
Java Program to find the product of two matrices. | |
9 |
Java Program to find the sum of each row and each column of a matrix. | |
10 |
Java Program to find the transpose of a given matrix. | |
11 |
Java Program to determine whether a given matrix is an identity matrix. | |
12 |
Java Program to determine whether a given matrix is a sparse matrix. | |
13 |
Java Program to Transpose matrix. |