asked 143k views
5 votes
Perform the following operations on matrices (1 8 0 7) (7 6 7 4) = ( )

Perform the following operations on matrices (1 8 0 7) (7 6 7 4) = ( )-example-1
asked
User Betsy
by
8.3k points

1 Answer

6 votes

Answer:


\left[\begin{array}{cc}63&38\\49&28\end{array}\right]

Explanation:


\left[\begin{array}{cc}1&8\\0&7\end{array}\right]\left[\begin{array}{cc}7&6\\7&4\end{array}\right]=\left[\begin{array}{cc}(1)(7)+(8)(7)&(1)(6)+(8)(4)\\(0)(7)+(7)(7)&(0)(6)+(7)(4)\end{array}\right]\\\\=\left[\begin{array}{cc}63&38\\49&28\end{array}\right]

Each element of the product matrix is the dot product of the corresponding row in the left matrix and the corresponding column in the right matrix.

For example, the element at row 2, column 1 of the product is [0 7]·[7, 7], the dot product of row 2 of the left matrix with column 1 of the right matrix.

_____

Many calculators, spreadsheets, and web sites can do this tedious math for you.

answered
User Santanu Bera
by
8.3k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.