Matrices practice sums 👈
A matrix is a rectangular array of numbers arranged in rows and columns.
Example:
-
It has 2 rows and 2 columns → a 2×2 matrix
2. Order of a Matrix
The order of a matrix is written as m × n, where:
-
m = number of rows
-
n = number of columns
Example:
is a 1×3 matrix
3. Types of Matrices
Type | Example | Description |
---|---|---|
Row Matrix | Only 1 row | |
Column Matrix | Only 1 column | |
Square Matrix | Rows = Columns | |
Zero Matrix | All elements are 0 | |
Diagonal Matrix | Non-zero only on the diagonal | |
Identity Matrix | Diagonal = 1, others = 0 |
4. Matrix Notation
-
Matrix is denoted by capital letters: A, B, C...
-
Elements by
5. Matrix Operations
✅ Addition
-
Add corresponding elements
(Only possible if order is same)
✅ Subtraction
Same as addition, just subtract elements.
✅ Scalar Multiplication
Multiply each element by the number (scalar).
✅ Matrix Multiplication
(Only possible if: number of columns in A = number of rows in B)
No comments:
Post a Comment