Matrix Multiplication
Matrix Multiplication
First be Know that What is matrix A set of mn number (real or imaginary)
arranged in the form of rectangular array of m rows and n columns is called m x
n matrix (to be read as ‘m by n’
matrix).
Matrix
Multiplication
Let us first define the product of a row matrix and a column matrix.
Let A= [a1, a2, a3 …….. an] be a
row matrix and B = b1 be
a column matrix. Then , we define
b2 … bn A*B
= a1b1 + a2b2 + a3b3 + …………….. + anbn.
Definition
: Two matrices A and B are conformable for the product AB if the number of
column in A (pre-multiplier) is same as the number of row in B(post-multipier).
On other word Column of matrix A is equal to Row of matrix B When
result is matrix Row of matrix A and column of matrix B.
= 1*3 + 2*4 + 3*5 and similarly others. than the multiplication of the matrix is order(3 x 2) .
Comments
Post a Comment