Hi. I can't find in the documentation an elegant solution for this quite simple question :
a = vector([1,2,3])
b = vector([4,5])
How to find c = (1,2,3,4,5)
a+ b doesn't works like in Python ...
| 1 | initial version |
Hi. I can't find in the documentation an elegant solution for this quite simple question :
a = vector([1,2,3])
b = vector([4,5])
How to find c = (1,2,3,4,5)
a+ b doesn't works like in Python ...
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.