Question 1127912
Yes, each element of the matrix is multiplied by y.
--------
<pre>

|2y+1     1.5|
|3x-2      -2|
Times y:
|2y^2+y     1.5y|
|3xy-2y      -2y|

</pre>|