Question
Question: Product of matrix \(\left[ \begin{matrix} \text{a} & \text{b} & \text{c} \\\ \text{d} & \t...
Product of matrix a d h beicfjA D H BEICFJ = ?
Solution
To solve this question we need to know the concept of multiplication of matrix. The first step in the multiplication of the matrix is to multiply the elements in the first row of the first matrix to the elements of the first column in the second matrix. Each element of a row of the first matrix is multiplied to the three columns of the second matrix in case of this question.
Complete step by step answer:
The question asks us to multiply two matrices of size 3×3 and then find the result in matrix form. The product of two matrices can be computed by multiplying elements of the first row of the first matrix with the first column of the second matrix then adding all the product of elements. Continue this process until each row of the first matrix is multiplied with each column of the second matrix. Below is the way the matrix can be multiplied:
a d h beicfjA D H BEICFJ=a !!×!! A + b !!×!! D + c !!×!! H!!×!! B + b !!×!! E + c !!×!! I!!×!! C + b !!×!! F + c !!×!! J d !!×!! A + e !!×!! D + f !!×!! H!!×!! B + e !!×!! E + f !!×!! I!!×!! C + e !!×!! F + f !!×!! J h !!×!! A + i !!×!! D + j !!×!! H!!×!! B + i !!×!! E + j !!×!! I!!×!! C + i !!×!! F + j !!×!! J a a d d h h
Consider above example, first element in resulting matrix product [0,0] can be computed by multiplying first row of first matrix i.e. (a,b,c) with first column of second matrix i.e. (A,D,H) and finally sum all the product of elements i.e.(a×A)+(b×D)+(c×H) . Similarly, the second entry product [0,1] can be computed by multiplying the first row of the first matrix with the second column of the second matrix and sum all the products.
Note: Two matrices can be multiplied if and only if they satisfy the following condition: The number of columns present in the first matrix should be equal to the number of rows present in the second matrix. If the dimension of matrix A is p × q and matrix B is q × r, then the dimension of the resulting matrix will be p × r. The matrix address [0,0] means the element which is common in the first row and the first column, in case of the first matrix given in the question the value of [0,0] is a .