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]
1 | initial version |
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]