Simplify the Matrix -5[[4],[3],[-1]]
Problem
Solution
Identify the operation as scalar multiplication, where the scalar
−5 is multiplied by each entry of the column vector.Distribute the scalar
−5 to the first element:−5⋅4=−20 Distribute the scalar
−5 to the second element:−5⋅3=−15 Distribute the scalar
−5 to the third element:−5⋅(−1)=5 Combine the results into a new column vector.
Final Answer
Want more problems? Check here!