Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

What's the vector equivalent to Pythons list addition? `[1,2]+[3,4]=[1,2,3,4]`

What's the best way of appending vectors in sage? I'm after the equivalent of Python list addition [1,2]+[3,4]=[1,2,3,4]