Computer Science, asked by sidslash1456, 6 months ago

An operation was performed on matrix A and matrix B which resulted in matrix C. Write a Java program, using the correct matrix operation to compute and display matrix C.

Answers

Answered by Itzabhi001
1

Explanation:

An operation was performed on matrix A and matrix B which resulted in matrix C. Write a Java program, using the correct matrix operation to compute and display matrix C.

Answered by princeameta2882007
40

Explanation:

To show how many rows and columns a matrix has we often write rows×columns. When we do multiplication: The number of columns of the 1st matrix must equal the number of rows of the 2nd matrix. And the result will have the same number of rows as the 1st matrix, and the same number of columns as the 2nd matrix.

Similar questions