Question: I need this written in C++ fully functional 1. vector addition: v1 + V2 11 (a + c, b + d ) 2. vector subtraction:
I need this written in C++ fully functional

1. vector addition: v1 + V2 11 (a + c, b + d ) 2. vector subtraction: v1 V2 11 (a-C b-d) 3. scalar multiple: k v1 (ka, kb) scalar product: v1 V2 = a + bd Also called: dot product or inner product. 5. magnitude (length) of a vector: 2 1/2 I vi! 2 b +
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
