Basic Properties and Operations of Matrix
Basic Properties and Operations of Matrix
PROPERTIES
AND
OPERATIONS
OF MATRIX
I.
Properties of matrix
Properties involving Addition
and
3. If
is a real number, and A and B are two matrices such that the
product
is possible, then we have:
Note that AO is the nxk zero-matrix. So if n is different from m, the two zeromatrices are different.
5. In general,
when the product AB and BA are possible. Thus,
multiplication of matrix is not commutative.
and
and
I.
Operations of matrix
Addition
Subtraction
Scalar Multiplication
A scalar is a number, not a matrix.
Zero Matrix
Denoted by capital O
Matrix Multiplication
Amn Bnp = Cmp
The number of columns in the first matrix must be equal to the number
of rows in the second matrix. That is, the inner dimensions must be the
same.
The order of the product is the number of rows in the first matrix by
the number of columns in the second matrix. That is, the dimensions of
the product are the outer dimensions.
Since the number of columns in the first matrix is equal to the number
of rows in the second matrix, you can pair up entries.
Each element in row i from the first matrix is paired up with an element
in column j from the second matrix.
Each element in the product is the sum of the products of the elements
from row i of the first matrix and column j of the second matrix.
There will be n products which are summed for each element in the
product.
The inner dimensions may not agree if the order of the matrices is
changed.
Multiply the rows of the first by the columns of the second and add.
Identity Matrix
Square matrix
I2 =
I3 =