Find the Variables [[a],[b]]=[[4,2],[-2,1]][[-2],[2]]
Problem
Solution
Identify the matrix multiplication operation, where a
2×2 matrix is multiplied by a2×1 column vector.Calculate the first component
a by taking the dot product of the first row of the matrix and the column vector.
Simplify the expression for
a
Calculate the second component
b by taking the dot product of the second row of the matrix and the column vector.
Simplify the expression for
b
Final Answer
Want more problems? Check here!