asked 9.2k views
0 votes
Let matrix A=[8 -2]
[4 7]
Let matrix B=2A.
find b22.

Let matrix A=[8 -2] [4 7] Let matrix B=2A. find b22.-example-1
asked
User Cconnell
by
8.4k points

1 Answer

1 vote

Answer:

14

Explanation:

b22 = 2×a22 = 2×7 = 14

__

Multiplication of a matrix by a scalar is the same as multiplying every element of that matrix by that scalar.


B=2A=2\left[\begin{array}{cc}8&-2\\4&7\end{array}\right]=\left[\begin{array}{cc}16&-4\\8&14\end{array}\right]\\\\b_(22)=14

answered
User Mike Robinson
by
8.0k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.