A matrix is an arrangement of numbers, variables, or expressions in rows and columns forming a rectangular or square array.
Matrices are represented by capital letters such as A, B, or M. The element in the i-th row and j-th column is written as a_{ij}.
Matrix with 2 rows and 3 columns:
Square matrix (same number of rows and columns):
Matrices can be added or subtracted only if they are the same size. Each element is added or subtracted with its corresponding element.
Every element in the matrix is multiplied by the same number.
Matrix multiplication is possible only when the number of columns in the first matrix equals the number of rows in the second matrix.
Matrix multiplication is not commutative: A \times B ≠ B \times A
Profit = Revenue − Cost
Correct Answer: A
A matrix is a powerful way to organize and calculate data. By following simple rules, matrices help solve complex problems efficiently.