Hannah F.
asked 04/20/20How to Transform vectors?
vector(-9,2) is transformed using the matrix A= -4 1
-1 2
What is the resulting vector?
2 Answers By Expert Tutors

John M. answered 04/29/20
Math Teacher/Tutor/Engineer - Your Home, Library, MainStreet or Online
An (x,y) point can be represented in matrix form as |x y|
Then vector(-9,2) is transformed using the matrix A= |-4 1|
| 1 2|
|-9 2| |-4 -1| = |36+2 9+4| = |38 13| Using matrix multiplication rules.
| 1 2|

Mark M. answered 04/22/20
Mathematics Teacher - NCLB Highly Qualified
| -4 1 | | -9 |
| -1 2 | | 2 |
<(-4)(-9) + (1)(2), (-1)(-9)+ (2)(2).
<36 + 2, 9 + 4>
<38, 13>
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Hannah F.
matrix A is a 2x2 matrix -4 1 ( first row) -1 2(second row)04/20/20