Verify using an example that Vector a + (Vector b • Vector c) is not equal to (Vector a + Vector b) • (Vector a +Vector c).

Explain the problem that arises

1 answer

a+(b•c) is undefined. You cannot add a vector and a scalar.