Computer Science, asked by renumittalia8516, 11 months ago

What is an algorithm for the addition of two matrices?

Answers

Answered by Anonymous
0
A matrix can only be added toanother matrix if the two matrices have the same dimensions . To add two matrices, just add the corresponding entries, and place this sum in the corresponding position in the matrix which results. First note that both addends are 2 × 2 matrices, so we can addthem.
Answered by Anonymous
0

Explanation:

A matrix can only be added to (or subtracted from) another matrix if the two matrices have the same dimensions . To add two matrices, just add the corresponding entries, and place this sum in the corresponding position in the matrix which results. First note that both addends are 2×2 matrices, so we can add them.

Similar questions