Matrix method example
Explain with anyone sum..
Answers
Answer:
The sum of two matrices A and B will be a matrix which has the same number of rows and columns as do A and B. The sum of A and B, denoted A + B, is computed by adding corresponding elements of A and B: For example: We can also subtract one matrix from another, as long as they have the same dimensions.
HOPE IT'S HELPFUL
Plz mark as BRAINLIEST.
Matrix : A matrix is an ordered rectangular array of numbers for functions. Each element in a matrix is called entries.
Order of a matrix : it is the number of rows and columns present in a matrix.
For addition of a matrix it should satisfy two conditions, (i) it should have the same order (ii) Each element in a matrix is to be added with the corresponding element in the other matrix.
Take an example,