Asked by Adiana
Verify using an example that Vector a + (Vector b • Vector c) is not equal to (Vector a + Vector b) • (Vector a +Vector c). (This means that addition does not distribute over the dot product.) Explain the problem that arises.