SpaceTest.linearity¶
- SpaceTest.linearity()[source]¶
Verify the linear space properties by examples.
These properties include things such as associativity
x + y = y + xand identity of the
LinearSpace.zeroelementx + 0 = xReferences
Wikipedia article on Vector space.