44.2k views
0 votes
A scalar and matrix multiplication problem

A scalar and matrix multiplication problem-example-1
User Bjnord
by
4.6k points

2 Answers

1 vote

Answer:

[-32 4 20 -36]

Explanation:

You only need to multiply the single number by the matrix:


\left[\begin{array}{ccc}-32\\4\\20\\-36\end{array}\right]

User Hkf
by
4.6k points
4 votes

Answer:


\left[\begin{array}{ccc}-32\\4\\20\\-36\end{array}\right]

Explanation:

The product of a scalar times the matrix involves the product of that scalar times each of the elements of the matrix, resulting on the multiplication by "-4" of each of the four elements as shown below. These new product values end up being the new matrix elements.


-4*\left[\begin{array}{ccc}8\\-1\\-5\\9\end{array}\right] = \left[\begin{array}{ccc}-32\\4\\20\\-36\end{array}\right]

User Md Nasir Fardoush
by
5.0k points