Let vector v=[2 3 4]. What is the result of scalar multiplication of vector v by scalar 5?
Finally, we simplify the multiplication: [10 15 20]
Step 1 :Firstly, we multiply each component of the vector v by the scalar 5: 5×[2 3 4]
Step 2 :Then we get: [5×2 5×3 5×4]
Step 3 :Finally, we simplify the multiplication: [10 15 20]